‎2007 Feb 22 11:06 AM
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...
‎2007 Feb 22 11:11 AM
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.
‎2007 Feb 22 11:12 AM
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.
‎2007 Feb 22 11:22 AM
‎2007 Feb 22 11:29 AM
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...
‎2007 Feb 22 11:37 AM
You need to speak to a functional person to find out what data you should be using and how to create the document.
Gareth.