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: 

Inspection Lot - Inspection Completion BAPI / FM - Very Urgent Please

former_member210118
Participant
0 Kudos

Good Morning friends,

I need to make an Abap program to make que Inspection Completion in an inspection Lot, is there any BAPI or Function Module to make this automatically ?

Best Regards,

Ricardo Monteiro

5 REPLIES 5

Former Member
0 Kudos

Hi ricardo,

1. Search in SE37 with BAPI_INSP*

2. U will get approx 10-12 Bapis related to inspectionlot.

regards,

amit m.

0 Kudos

thanks but i've already tried that and at first glance it seems none of those do the Inspection Completion.

regards,

Ricardo Monteiro

0 Kudos

Hi again,

1. i think if u are talking about usage decision,

then BAPI_INSPLOT_SETUSAGEDECISION this will help.

regards,

amit m.

0 Kudos

Amit is not usage decision. That Bapi i'm using already to create Automatic Usage Decision. But some Orders to be closed need the Status for "inspection Completion" and that's what i'm trying to do automatically

0 Kudos

Hi again,

1. then probably it can be done at the time of recording the results itself.

2. BAPI_INSPOPER_RECORDRESULTS

3. In tables parameter

CHAR_RESULTS

there is a field EVALUATION, EVALUATED

probably that will be useful.

regards,

amit m.