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: 

ABAP error during result posting

Former Member
0 Kudos

I'm trying to post single results from LIMS to SAP using BAPI_INSPOPER_RECORDRESULTS. I pass all the parameters INSPLOT,INSPOPER,INSPLOT,CLOSED = X, EVALUATION = A. Every time I get the below error in the RETURNTABLE.

You must fill in the user field(s)

Any suggestion would be helpful.

5 REPLIES 5

NTeunckens
Active Contributor

Why not do a WHERE-USED on the Message (I believe "QT406") ...? Put some BREAKs on those Statements and Check what is going on?

raymond_giuseppi
Active Contributor

Look also at a sample like Sample Code BAPI_INSPOPER_RECORDRESULTS. Also, try to input same data with standard transactions (e.g.QE51N, QE11)

Also perform a where-used search on the message nr, you should easily find the two FM that trigger this error, go then for debug.

Former Member
0 Kudos

Thanks for the suggestion. The limitation i have here is I'm not an ABAP developer. I have written a C# program which uses RFC to send data from my LIMS application to SAP. Based on the requirements, I find appropriate functions by going through SAP documentation and call the function in my code. I have approached my customer to look into the SAP side but they were also unable to find the issue. Anyways I will take raymond.giuseppi and nic.teunckens updates to the SAP team and see if this helps.

Former Member
0 Kudos

Hi ujjwal.dharmak

I was looking at the below archived post

https://archive.sap.com/discussions/thread/1704107.

I'm also running into same issue and do you remember where you able to resolve this error?

0 Kudos

Hi Shameem , I faced issue long back don't remember what I did with the internal table 😞