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

Function modules or BAPI for transacction QP02

Former Member
0 Likes
2,391

Hi to all,

Please give me solution for assignment of inspection plan through QP02 transacion. My file contains Material number,Inspection paln, Group counter, Vendor no and plant fields.

These fields are updating the MAPL through QP02. For these requirement I developed LSMW. But it is taking long time to update.

Thanks,

NAgesh.

12 REPLIES 12
Read only

mukundkansara
Participant
0 Likes
1,615

Hi,

You can easily do it by developing BDC for QP02. Ignore non require fields in BDC Code. And also run in Background mode it increase performance

Edited by: Mukund Kansara on Feb 24, 2010 10:19 AM

Read only

0 Likes
1,615

Thanks for reply.

It is not possible do BDC for that transaction .

Regards,

Read only

0 Likes
1,615

Yes it is difficult to create BDC for the same but it is not impossible.

Read only

0 Likes
1,615

Hi Nagesh,

Please take help of your Functional Consultant it is definitely possible.

He will help you for the availability of data.

Harish

Read only

0 Likes
1,615

Please give any Function module or BAPI for this. I tried with BDC but it is not working .

Regards.

Edited by: nagesh ch on Feb 24, 2010 3:19 PM

Read only

0 Likes
1,615

Try

CZ_CL_S_MTK_CREATE

CO_QM_INSPECTION_LOT_UPDATE

Read only

Former Member
0 Likes
1,615

check BAPI, BAPI_INSPLOT_SETUSAGEDECISION

Read only

Former Member
0 Likes
1,615

Hi,

Pl. check BAPI_INSPECTIONPLAN_CREATE.

-Maharshi

Read only

manthanraja
Active Participant
0 Likes
1,615

did you try any of these ??

BAPI_INSPCHAR_GETREQUIREMENTS Load Inspection Specifications for an Inspection Lot Charac.

BAPI_INSPCHAR_GETRESULT Load Inspection Results

BAPI_INSPCHAR_SETRESULT Confirm Inspection Results

BAPI_INSPLOT_GETDETAIL Load Detail Data and Usage Decision for Inspection Lot

BAPI_INSPLOT_GETLIST Select Inspection Lots

BAPI_INSPLOT_GETOPERATIONS Select Inspection Operations for Inspection Lots

BAPI_INSPLOT_GETSTATUS Get Current Status Information for Inspection Lot

BAPI_INSPLOT_SETUSAGEDECISION Automatic Usage Decision

BAPI_INSPOPER_GETCHAR Select Inspection Characteristics

BAPI_INSPOPER_GETLIST Select Inspection Operations for Inspection Lots

BAPI_INSPPOINT_CHANGE Change Inspection Point

BAPI_INSPPOINT_CREATEFROMDATA Create Inspection Point

BAPI_INSPPOINT_GETLIST Select Inspection Points

BAPI_INSPPOINT_GETREQUIREMENTS Load Inspection Specifications and Inspection Points

BAPI_MATINSPCTRL_REPLICATE Prepare Inspection Setup (Inspection Types) for Distribution

BAPI_MATINSPCTRL_SAVEREPLICA Replication of QM Inspection Setup

Read only

0 Likes
1,615

Hi ,

I did not find the solution from function modules .so I developed report to directly update the MAPL table through trasaction QP02

Read only

Former Member
0 Likes
1,615

I developed report to directly update the table

Read only

0 Likes
1,615

i want BAPI'S for the Inspection plan and Inspection lot CREATE/UPDATE/GETDETAIL of above operations