‎2010 Feb 24 9:02 AM
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.
‎2010 Feb 24 9:19 AM
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
‎2010 Feb 24 9:20 AM
Thanks for reply.
It is not possible do BDC for that transaction .
Regards,
‎2010 Feb 24 9:26 AM
Yes it is difficult to create BDC for the same but it is not impossible.
‎2010 Feb 24 10:11 AM
Hi Nagesh,
Please take help of your Functional Consultant it is definitely possible.
He will help you for the availability of data.
Harish
‎2010 Feb 24 10:37 AM
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
‎2010 Feb 24 7:51 PM
‎2010 Feb 24 8:18 PM
‎2010 Feb 26 12:42 PM
‎2010 Feb 26 12:47 PM
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
‎2010 Apr 14 2:00 PM
Hi ,
I did not find the solution from function modules .so I developed report to directly update the MAPL table through trasaction QP02
‎2010 Apr 14 2:00 PM
‎2011 Apr 22 7:18 AM