BAPI_INSPECTIONPLAN_CREATE-Quality Inspection Plan (Single File) With Long Text Upload.
Generally in all projects where Quality Management is implemented, there is a need of Mass upload of Quality Inspection Plan. SAP Transaction code for this is QP01. So here we have made a tool for uploading quality plan using BAPI BAPI_INSPECTIONPLAN_CREATE which also support of uploading long text. To Download With File Template , Click Here . CODE: REPORT zqm_inspection_plan_wlt_upload . TYPE-POOLS : slis . TABLES : sscrfields . *----------------------------------------------------------------------* * SELECTION SCREEN *----------------------------------------------------------------------* SELECTION-SCREEN BEGIN OF BLOCK s2 WITH FRAME TITLE TEXT - 001 . PARAMETERS : p_file TYPE ibipparms - path . SELECTION-SCREEN END OF BLOCK s2 . *-------------------------------------------------...