J_7LMARA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter J_7LMARA into the relevant SAP transactions such as SE38 or SE80
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: BUCHL_P = Execute Article Transfer
Selection Text: BUKRS_P = Company code
Selection Text: LAND1_P = Country
Selection Text: MATNR_S = Material Number
Selection Text: MBRSH_S = Industry Sector
Selection Text: MITVW_P = Check Distribution View
Selection Text: MTART_S = Material Type of Packaging
Selection Text: REENTH_P = Recycling Partner
Selection Text: STLALA_P = BOM Alternative Article
Selection Text: STLALV_P = BOM Alternative Packaging
Selection Text: STLANA_P = BOM Usage Article
Selection Text: STLANV_P = BOM Usage Packaging
Selection Text: STWERK_P = Plant
Selection Text: TESTL_P = Display Articles
Selection Text: USER_S = Creator
Title: REA Maintain Article/Packaging Group from BOMs
Text Symbol: 118 = See "Recycling partner"
Text Symbol: 117 = Article created
Text Symbol: 116 = Error during creation
Text Symbol: 115 = Error while creating pack.grp
Text Symbol: 114 = REA pack.group already exists
Text Symbol: 113 = No valid sales unit maintained
Text Symbol: 112 = Invalid name for REA pack.grp
Text Symbol: 111 = Please maintain REA pack.group
Text Symbol: 110 = More than one pack. specified
Text Symbol: 109 = No packaging specified
Text Symbol: 108 = Packaging not created
Text Symbol: 107 = BOM for material incorrect
Text Symbol: 106 = BOM for material empty
Text Symbol: 105 = No BOM for material
Text Symbol: 119 = Error while creating article
Text Symbol: 120 = AlternatSU
Text Symbol: 121 = Article and pack.group created
Text Symbol: 122 = Article created,PckGrp empty
Text Symbol: 150 = Incorrect transfers:
Text Symbol: 151 = Partially incorrect transfers:
Text Symbol: 152 = Successful transfers:
Text Symbol: 154 = No partner assignment for material
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7LH_SET ** call function 'J_7LH_SET'.
FC_POPUP_ERR_WARN_MESSAGE * CALL FUNCTION 'FC_POPUP_ERR_WARN_MESSAGE' * EXPORTING * POPUP_TITLE = TEXT-001 * IS_ERROR = ' ' * MESSAGE_TEXT = TEXT-007 * START_COLUMN = 25 * START_ROW = 6 * EXCEPTIONS ** OTHERS = 1. "#EC *
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC * EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = text-007 TEXT_BUTTON_1 = text-204 ICON_BUTTON_1 = 'ICON_OKAY' TEXT_BUTTON_2 = text-205 ICON_BUTTON_2 = 'ICON_CANCEL' * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IMPORTING * ANSWER = * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
POPUP_TO_DECIDE_COMPL_QUEST ** CALL FUNCTION 'POPUP_TO_DECIDE_COMPL_QUEST' ** EXPORTING ** TXT01 = TEXT-001 ** TXT02 = TEXT-008 *** TXT03 = ' ' *** TXT04 = ' ' ** QTEXT = TEXT-009 *** PAR01 = ' ' *** PAR02 = ' ' *** PAR03 = ' ' *** PAR04 = ' ' ** NEW_LINE1 = 'Y' ** NEW_LINE2 = 'Y' ** NEW_LINE3 = 'Y' ** TITLE = text-010 ** ANSWER01 = text-019 ** ANSWER02 = text-040 *** ANSWER03 = ** DEFAULT_ANSWER = 'N' ** LENGTH = '55' ** IMPORTING ** ANSWER = answer.
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_7LMARA or its description.
J_7LMARA - REA Maintain Article/Packaging Group from BOMs J_7LMARA - REA Maintain Article/Packaging Group from BOMs J_7LLOG_ANALYSER_SELECT - J7LLOGANALYSERSELECT J_7LLOG_ANALYSER_CLASSES - J7LLOGANALYSERCLASSES J_7LLOG_ANALYSER - Analysis of Declaration Log File J_7LLOG_ANALYSER - Analysis of Declaration Log File