SAP Reports / Programs | Recycling Administration | Recycling Administration(IS-REA) SAP IS

J_7L_PACK_PARTNER_DATA SAP ABAP Report - Packaging: Partner Data Management







J_7L_PACK_PARTNER_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to assign and delete recycling partners for REA packaging as a mass change...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_PARTNER_DATA 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

J7LUTILITY19 - J_7L_PACK_PARTNER_DATA


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_PARTNER_DATA. "Basic submit
SUBMIT J_7L_PACK_PARTNER_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT J_7L_PACK_PARTNER_DATA 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: I_VAKTIV = Partner Active
Selection Text: KON_P = Adjust Conditions
Selection Text: LOGLEV = Log Detail
Selection Text: P_DATAB = Version Date:
Selection Text: P_KZADD = Add
Selection Text: P_KZDEL = Delete
Selection Text: P_MODUS = Test Mode
Selection Text: P_STRING = Deactivate Checks
Selection Text: I_FUELLG = D .
Selection Text: I_HDLST = D .
Selection Text: I_HDLSTK = D .
Selection Text: I_INFOK = D .
Selection Text: I_KOKEY = D .
Selection Text: I_SOKOA = D .
Selection Text: I_SPLIT = D .
Selection Text: I_VFLKL = D .
Selection Text: I_VPARTG = D .
Selection Text: I_VPARTS = D .
Selection Text: I_VPEBEN = D .
Selection Text: I_VRPKT = D .
Selection Text: P_BUKRS = D .
Selection Text: P_ENTNA = D .
Selection Text: P_LAND1 = D .
Selection Text: P_VARI = D .
Selection Text: P_VRPNR = D .
Selection Text: WF_EVENT = D .
Selection Text: I_HDLSTN = Trade Level Additive
Title: Packaging: Partner Data Management
Text Symbol: 001 = Partner Data:
Text Symbol: 002 = Test Mode
Text Symbol: 005 = Packaging
Text Symbol: 006 = No changes have been made
Text Symbol: 007 = Re.Part.
Text Symbol: 008 = DB Error in:
Text Symbol: 009 = Packaging Updated
Text Symbol: 010 = is not created in REA.
Text Symbol: 011 = Add
Text Symbol: 012 = Partner &





Text Symbol: 013 = already assigned
Text Symbol: 014 = Action:
Text Symbol: 015 = Selection Criteria
Text Symbol: 016 = Perform Changes For:
Text Symbol: 018 = Attribs:
Text Symbol: 019 = Partner
Text Symbol: 020 = No packaging found
Text Symbol: 021 = No valid fractions found
Text Symbol: 022 = No Action
Text Symbol: 023 = Packaging Attributes
Text Symbol: 024 = Delete
Text Symbol: 025 = Valid :
Text Symbol: 026 = Partner Fraction Attribs
Text Symbol: 027 = Valid On


INCLUDES used within this REPORT J_7L_PACK_PARTNER_DATA

INCLUDE J_7L_UTILITY_VAR_TOP.
INCLUDE J_7L_UTILITY_VAR_F4.


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:

J_7L_CHECK_AUTHORITY_RANGE CALL FUNCTION 'J_7L_CHECK_AUTHORITY_RANGE' EXPORTING i_object = bobject "Interface i_activity = '02' "change/display TABLES i_bukrs = bukrs_r i_land1 = land1_r i_entnr = entnr_r EXCEPTIONS no_authorisation = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

J_7L_READ_PACK CALL FUNCTION 'J_7L_READ_PACK' EXPORTING i_vrpnr = vrp_table-vrpnr i_variante = vrp_table-variante i_datab = p_datab i_flg_enque_pack = 'X' "Lock during read TABLES o_v01 = v01_tab o_v01t = v01t_tab o_v02 = v02_tab o_v03 = v03_tab o_v08 = v08_tab return = 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 = 'X' * mode_j_7lv02 = 'X' * mode_j_7lv03 = 'X' * mode_j_7lv06 = 'X' mandt = sy-mandt vrpnr = vrp_table-vrpnr variante = vrp_table-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_ALL





CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

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_condition = update_mode i_modus_update = 'S' i_modus_plausib_check = plausibility_check_mode i_copy_modus = copy_mode i_wf_event = wf_mode TABLES i_v01 = v01_tab i_v01t = v01t_tab i_v02 = v02_tab i_v03 = v03_tab i_v08 = v08_tab return = return EXCEPTIONS maintain_error = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'X' * mode_j_7lv02 = 'X' * mode_j_7lv03 = 'X' * mode_j_7lv06 = 'X' mandt = sy-mandt vrpnr = vrp_table-vrpnr variante = vrp_table-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 = 'X' * mode_j_7lv02 = 'X' * mode_j_7lv03 = 'X' * mode_j_7lv06 = 'X' mandt = sy-mandt vrpnr = vrp_table-vrpnr variante = vrp_table-variante x_variante = 'X' _scope = '1'.

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

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

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_PARTNER_DATA or its description.