SAP Reports / Programs

J_7L_PACK_TYP_CHANGE_CWOMM SAP ABAP Report - Conversion to Packaging Without Material Master Record







J_7L_PACK_TYP_CHANGE_CWOMM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can convert packaging that is assigned to a material master record to packaging without a material master record...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_7L_PACK_TYP_CHANGE_CWOMM into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LUTILITY28 - Conversion to Packaging Without MM


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT J_7L_PACK_TYP_CHANGE_CWOMM. "Basic submit
SUBMIT J_7L_PACK_TYP_CHANGE_CWOMM AND RETURN. "Return to original report after report execution complete
SUBMIT J_7L_PACK_TYP_CHANGE_CWOMM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_MODUS = Test Mode
Selection Text: S_VARIA = D .
Selection Text: S_VRPNR = D .
Selection Text: WF_EVENT = D .
Title: Conversion to Packaging Without Material Master Record
Text Symbol: T01 = Packaging Master
Text Symbol: T02 = Update Options
Text Symbol: T03 = Packaging
Text Symbol: T04 = Variant
Text Symbol: T05 = Packaging Flagged for Deletion
Text Symbol: T06 = Packaging Read from Database
Text Symbol: T07 = Packaging Not Assigned to an Article
Text Symbol: T08 = Could Not Select Packaging


INCLUDES used within this REPORT J_7L_PACK_TYP_CHANGE_CWOMM

INCLUDE J_7LINFO_TOP.
INCLUDE J_7LINFO_F4_HELP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'E' * mode_j_7lv02 = 'E' * mode_j_7lv03 = 'E' * mode_j_7lv06 = 'E' mandt = sy-mandt vrpnr = rs_vrpnr->*-vrpnr variante = rs_vrpnr->*-variante x_variante = 'X' _scope = '1'.

J_7L_READ_PACK CALL FUNCTION 'J_7L_READ_PACK' EXPORTING i_vrpnr = rs_vrpnr->*-vrpnr i_variante = rs_vrpnr->*-variante i_flg_enque_pack = 'X' "Lock during read TABLES o_v01 = tab_v01 o_v02 = tab_v02 o_v03 = tab_v03 o_v08 = tab_v08 o_v01t = tab_v01t o_mm_unitsofmeasure = tab_measure return = tab_return EXCEPTIONS read_error = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'E' * mode_j_7lv02 = 'E' * mode_j_7lv03 = 'E' * mode_j_7lv06 = 'E' mandt = sy-mandt vrpnr = rs_vrpnr->*-vrpnr variante = rs_vrpnr->*-variante x_variante = 'X' _scope = '1'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'E' * mode_j_7lv02 = 'E' * mode_j_7lv03 = 'E' * mode_j_7lv06 = 'E' mandt = sy-mandt vrpnr = rs_vrpnr->*-vrpnr variante = rs_vrpnr->*-variante x_variante = 'X' _scope = '1'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

J_7L_MAINTAIN_PACK CALL FUNCTION 'J_7L_MAINTAIN_PACK' EXPORTING i_flg_ch_doc_on = 'X' i_test_modus_on = p_modus i_modus_enqueue_pack = 'P' i_modus_update = 'S' i_modus_plausib_check = plausibility_check_mode i_copy_modus = copy_mode i_wf_event = wf_mode TABLES i_v01 = tab_v01 i_v02 = tab_v02 i_v03 = tab_v03 i_v08 = tab_v08 i_v01t = tab_v01t return = tab_return EXCEPTIONS maintain_error = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'E' * mode_j_7lv02 = 'E' * mode_j_7lv03 = 'E' * mode_j_7lv06 = 'E' mandt = sy-mandt vrpnr = rs_vrpnr->*-vrpnr variante = rs_vrpnr->*-variante x_variante = 'X' _scope = '1'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_7L_PACK_TYP_CHANGE_CWOMM or its description.