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

BAPI_INSPECTIONPLAN_CREATE

Former Member
0 Likes
704

Hi Gurus,

I am strugling with this BAPI 'BAPI_INSPECTIONPLAN_CREATE'.

Anyone Could send me a sample coding ,so that i learn something and do my work...I tried a lot,I think sample coding will help me....

Regards,

Ashok...

5 REPLIES 5
Read only

Former Member
0 Likes
558

No, a sample coding won't help you - it will do your work for you.

What problems are you having? If you ask with specific problems you will get answers and that way you WILL learn.

Gareth.

Read only

Former Member
0 Likes
558

hi Ashok,

Check out RBUS1191 program

 CALL FUNCTION 'BAPI_INSPECTIONPLAN_CREATE'              
   EXPORTING                                             
     TESTRUN = TESTRUN                                   
     PROFILE = PROFILE                                   
   IMPORTING                                             
     GROUPCOUNTER = OBJECT-KEY-GROUPCOUNTER              
     GROUP = OBJECT-KEY-GROUP                            
   TABLES                                                
     INSPCHARACTERISTIC = INSPCHARACTERISTIC             
     TEXTALLOCATION = TEXTALLOCATION                     
     TEXT = TEXT                                         
     RETURN = RETURN                                     
     PRODUCTIONRESOURCE = PRODUCTIONRESOURCE             
     REFERENCEOPERATION = REFERENCEOPERATION             
     OPERATION = OPERATION                               
     MATERIALTASKALLOCATION = MATERIALTASKALLOCATION     
     TASK = TASK                                         
   EXCEPTIONS                                            
     OTHERS = 01.                                       

Read only

former_member189631
Active Contributor
0 Likes
558

Hi Ashok,

Please check this.

Regards,

Ramganesan K.

Read only

Former Member
0 Likes
558

Hi ,

Now i am getting the error as ...

E BAPI 001

A CQCL 008 Inspection characteristic cannot be uniquely assigned to one operation

what to do ....Help me .

Regards,

Ashok...

Read only

0 Likes
558

You need to speak to a functional person to find out what data you should be using and how to create the document.

Gareth.