Application Development and Automation 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: 
Read only

Problem with Interface

Former Member
0 Likes
634

Hi All,

I have created an interface,In that i am creating an inspecton lot and record the inspection characteristics.I am using Bapi BAPI_INSPOPER_RECORDRESULTS

for recording.when I am executing it is creating inspection lot and when i go and see the inspection characteristics in qe03,no results are recorded.if any body worked on this,plz help..

Regards,

Sai Prasad

4 REPLIES 4
Read only

Former Member
0 Likes
592

Are you using COMMIT WORK after the BAPI?

Regards,

Atish

Read only

0 Likes
592

i am using commit work BAPI_TRANSACTION_COMMIT,It is displaying a message defects occured during confirmation..

Read only

0 Likes
592

Hi sai,

that means there is something wrong with your coding or BAPI. Check if all the mandatory parameters are passed.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
592

Hi

Look at the following BAPI's , they may be helpful.

BAPI_INSPCHAR_GETREQUIREMENTS Load Inspection Specifications for an Inspection Lot Charac.

BAPI_INSPCHAR_GETRESULT Load Inspection Results

BAPI_INSPCHAR_SETRESULT Confirm Inspection Results

BAPI_INSPOPER_GETCHAR Select Inspection Characteristics

Reward points if useful

Regards

Anji