Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_INSPOPER_RECORDRESULTS error "You must fill in the user field(s)"...

former_member242512
Participant
0 Kudos

hi All,

i'm trying to use the BAPI_INSPOPER_RECORDRESULTS to save values for inspection operations. tcode qe11..

Im paasing the table CHAR_RESULTS, along with (with INSPLOT and INSPOPER)

But im getting error "You must fill in the user field(s)"...

But what are the user fields .

Kindly suggest a solution to it.

Regards ,

Ujjwal

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

you are getting message QT 406. If you go to SE91 and use function "Where-used list" for this message you will get a list with only 4 records. So it shouldn't be that hard to put breakpoint on each spot and use debugger to figure out which fields are missing required value.

Cheers

0 Kudos

Thanks for the reply currently issue was with the intaernal table but your will be helpful for finding solutions to any such issues .