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: 

BDC for QP01

Former Member
0 Kudos

Hi all,

I am uploading QP01 Inspection plan, it has multiple line items, my program uploading first page inspection charecteristics, after 16th row the data is not inserting and giving errors, i use entry RQPAS-ENTRY_ACT..

not usable Can any one send me right way to upload more than 16 Inspection charecteristics...

thanks...

4 REPLIES 4

Former Member
0 Kudos

There is probably an 'Entry' field at the bottom of the screen. You can enter the last value you created here to bring it to the top of the screen and enter new values below it.

Rob

Former Member
0 Kudos

Mohan,

you have to write the logic to increment the lines in the table control......

like if u have 16 lines in the initial window..then after that entry u should increment by one line... then u will get a new screen i guess....

search in sdn u will get the sample code for that just type QP01 and search

former_member181962
Active Contributor
0 Kudos

Hi Mohan,

As an Alternative you can alwys use the BAPI:

BAPI_INSPECTIONPLAN_CREATE

Regards,

Ravi kanth Talagana

former_member214131
Active Contributor
0 Kudos

Hi,

As suggested, you could either use the BAPI or load it by LSMW using following object:

Object               0170   Routing     
Method               0001   Batch input 
Program name         RCPTRA01           
Program type         B   Batch input

Hope this helps.

Best Regards, Murugesh