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: 

Error - Single Result recording - BAPI_INSPOPER_RECORDRESULTS

Former Member
0 Kudos

Dear All ,

I need your expertise guidance on the below issue that i am facing in the BAPI - BAPI_INSPOPER_RECORDRESULTS

I am using this bapi to record result for inspection lot with the inputs as below -

Import - INSPLOT - Lot number

INSPOPER - Inspection Operation Number

Table - SINGLE_RESULTS - RES_VALUE - " some value "

I need the above data to be updated against Inspection lot number . I think it can be done through BAPI , as BDC recording is having some issue when i tried to do this through BDC .

After executing this BAPI i am getting the return code message - "Defects occured during confirmation"

Can any one please guide me on the same how ishould proceed .

Thanks in advance .

Prabhudutta

2 REPLIES 2

Former Member
0 Kudos

Hello

Check this link: https://wiki.sdn.sap.com/wiki/display/Snippets/SampleCodeBAPI_INSPOPER_RECORDRESULTS

It is working example for your requirement.

Former Member
0 Kudos

Solved ....