‎2015 Aug 21 11:29 AM
Hi;
I'm using BAPI_INSPECTIONPLAN_CREATE_USING function
after that if return message is 'S' using the "BAPI_TRANSACTION_COMMIT"
function.
Everything was ok my internal tables full of datas and return message is 'S' that means successful.
But when i entry the QP01 transaction INSPCHARACTERISTIC data doesn't come.
How can i fix this .?
Thanks...
BestRegards.
CALL FUNCTION 'BAPI_INSPECTIONPLAN_CREATE'
* EXPORTING
* TESTRUN = ' '
* PROFILE =
IMPORTING
GROUP = GV_GROUP
GROUPCOUNTER = GV_GRPCOUNTER
TABLES
TASK = gt_task2[]
MATERIALTASKALLOCATION = gt_material2[]
OPERATION = gt_operation2[]
INSPCHARACTERISTIC = gt_inspchar2[]
RETURN = gt_return[].
‎2015 Aug 21 11:06 PM
Hi Burak,
I don't know, after finish BAPI, you can see in QP02, QP03.
regards,