cancel
Showing results for 
Search instead for 
Did you mean: 

Data uploading for Inspection plans - QP01

Former Member
0 Kudos

Dear Experts,

I want to upload data using LSMW for creating Inspection Plans (tcode QP01).

I am trying using Standard Batch/Direct Input method.

Object : 0240 - Inspection plans(QM)

Method : 0000 - Batch input

Program Name : RCPTRA01.

The program expects data in the following structures :

Record type Struc.Name Comment

00 BI000 Session record; it contains information on

session to be created

01 BIMPL Material-task list allocation

03 BIPKO Header

04 BIPTX Header long text

05 BIPFL Sequence

06 BIPTX sequence long text

09 BIPPO Operation

10 BIPTX Operation long text

11 BIPFH PRT assignment

12 BIPTX PRT assignment long text

13 BIPMZ Material component allocation

18 BIPMK Inspection characteristic

20 BIPTX Inspection characteristic long text

99 BI001 Header record per transaction; it contains

the code for the transaction which

starts the session

Can anybody tell me how the data should be filled in this structures.

I want to fill 1. Header details,

2. Operations,

3. Inspection characteristics (multiple lines).

POINTS WILL BE REWARDED.......

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi friends I got it ...

Former Member
0 Kudos

hi I am also working in inspection plan (QP01)

Please provide the infor mation for this espetially for QUALATATIVE QUANTATIVE fields(Ql)and (Qn) and also provide the Procedure How to done this job

Former Member
0 Kudos

There is no such direct mapping table, cross-table or Function module that describes how the Qualitative/Quantative fields are populated.

SAP follows certain mapping to populate the values for these fields this can be cheked in SCN for Qualitative and Quantitative control indicators mapping.

Secondly to update these indicators in Inspection plan load, you can use the STEUERKZ field value from QPMK table.

This field is concatenation of the 28 control indicators (QMKST structure for Quali/Quantitative fields).

So while uploading the data for Inspection plan, Inspection chracteristics are updated in system first where STEUERKZ can be updated.

Vice versa to know what each indicator value signifies in
the field QPMK-STEUERKZ, we can use the function module QSS0_QMKST_RQMST.

Regards,

Nidhi

Former Member
0 Kudos

u can fill data through input files from presentation server .

follow the LSMW step by step document, if u have.