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 using ?

Former Member
0 Likes
1,523

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[].

1 REPLY 1
Read only

former_member235395
Contributor
0 Likes
398

Hi Burak,

I don't know, after finish BAPI, you can see in QP02, QP03.

regards,