J_7L_PARTN_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Delete REA recycling partners This program enables the mass maintenance of recycling partners to be deleted...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_PARTN_DELETE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J7LUTILITY22 - Delete REA Partners
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.
Selection Text: P_DELET = Physically Delete
Selection Text: P_LVORM = Set Deletion Flag
Selection Text: P_TEST = Test Run
Selection Text: R_ENTNR = D .
Title: Delete REA Recycling Partners
Text Symbol: 001 = Partner Master
Text Symbol: 003 = Deletion Opts
Text Symbol: 004 = All selected partners flagged for deletion will be deleted from database
Text Symbol: 005 = Set Deletion Flag
Text Symbol: 006 = Deleted
Text Symbol: 007 = Activity Ended
Text Symbol: 008 = Flagged for Deletion
Text Symbol: 009 = Test Run
Text Symbol: 010 = Continue
Text Symbol: 011 = Cancel
Text Symbol: 012 = Update Options
Text Symbol: 014 = Actions:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_F4_ENTNR CALL FUNCTION 'J_7L_F4_ENTNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'R_ENTNR-HIGH' IMPORTING selected_entnr = r_entnr-high EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.
J_7L_F4_ENTNR CALL FUNCTION 'J_7L_F4_ENTNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'R_ENTNR-LOW' IMPORTING selected_entnr = r_entnr-low EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = sy-title text_question = text-004 text_button_1 = 'Fortfahren'(010) icon_button_1 = 'ICON_EXECUTE_OBJECT' text_button_2 = 'Abbrechen'(011) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
J_7L_READ_PARTNER CALL FUNCTION 'J_7L_READ_PARTNER' EXPORTING i_entnr = ls_partn_sel-entnr i_land = ls_partn_sel-land1 * I_FLG_BUFFER_ON = ' ' i_flg_enque_partn = 'X' i_flg_deletion = l_delmode CHANGING o_e00 = e00_tab o_e01 = e01_tab o_e02 = e02_tab o_e04 = e04_tab o_e04t = e04t_tab o_e05 = e05_tab o_e06 = e06_tab o_e06t = e06t_tab o_e07 = e07_tab o_e07t = e07t_tab o_e08 = e08_tab o_e09 = e09_tab o_e09t = e09t_tab o_e10 = e10_tab o_e11 = e11_tab o_e11t = e11t_tab o_e12 = e12_tab o_e13 = e13_tab o_e13t = e13t_tab o_e15 = e15_tab o_e15t = e15t_tab o_e16 = e16_tab o_e16t = e16t_tab o_e17 = e17_tab o_e17t = e17t_tab o_s02 = s02_tab o_s02t = s02t_tab return = return_tab EXCEPTIONS read_error = 1 OTHERS = 2.
J_7L_MAINTAIN_PARTNER CALL FUNCTION 'J_7L_MAINTAIN_PARTNER' EXPORTING i_flg_ch_doc_on = 'X' * I_FLG_CONST_CHECK_ON = ' ' i_test_modus_on = p_test i_modus_enqueue_partn = 'P' i_modus_update = 'S' * I_MODUS_PLAUSIB_CHECK = 'N' i_modus_del = l_delmode * I_COPY_MODUS = ' ' i_e00 = e00_tab i_e01 = e01_tab i_e02 = e02_tab i_e04 = e04_tab i_e04t = e04t_tab i_e05 = e05_tab i_e06 = e06_tab i_e06t = e06t_tab i_e07 = e07_tab i_e07t = e07t_tab i_e08 = e08_tab i_e09 = e09_tab i_e09t = e09t_tab i_e10 = e10_tab i_e11 = e11_tab i_e11t = e11t_tab i_e12 = e12_tab i_e13 = e13_tab i_e13t = e13t_tab i_e15 = e15_tab i_e15t = e15t_tab i_e16 = e16_tab i_e16t = e16t_tab i_e17 = e17_tab i_e17t = e17t_tab i_s02 = s02_tab i_s02t = s02t_tab CHANGING return = return_tab EXCEPTIONS maintain_error = 1 OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7L_PARTN_DELETE - Delete REA Recycling Partners J_7L_PARTN_DELETE - Delete REA Recycling Partners J_7L_PACK_VERSIONING - Packaging: Version Management J_7L_PACK_VERSIONING - Packaging: Version Management J_7L_PACK_TYP_CHANGE_CWOMM - Conversion to Packaging Without Material Master Record J_7L_PACK_TYP_CHANGE_CWOMM - Conversion to Packaging Without Material Master Record