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

J_7LMARA SAP ABAP Report - REA Maintain Article/Packaging Group from BOMs







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


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_7LMARA. "Basic submit
SUBMIT J_7LMARA AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LMARA 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: 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





Text Symbol: 190 = Transaction
Text Symbol: 200 = Material Number Material Short Text D MatTy Comment
Text Symbol: 201 = DocNo Name Date Time PckGrp Packaging Group
Text Symbol: 202 = CCde Cntry SU per Recycling Partner SOrg DC Customer Split M R Comment
Text Symbol: 203 = Status
Text Symbol: 204 = OK
Text Symbol: 205 = Cancel
Text Symbol: 104 = Material already created
Text Symbol: 021 = Valid From
Text Symbol: 020 = Validity Date
Text Symbol: 019 = Yes
Text Symbol: 018 = For a Recycling Partner
Text Symbol: 017 = From Control Table
Text Symbol: 016 = Recycling Partner Assignment
Text Symbol: 015 = Sales Unit
Text Symbol: 014 = Base Unit of Meas.
Text Symbol: 013 = Unit of Measure
Text Symbol: 012 = Article Data
Text Symbol: 011 = Bill of Material Parameters
Text Symbol: 010 = Check: Prerequisite for Program Start
Text Symbol: 009 = Are you using REA Start Release 1.0A?
Text Symbol: 008 = with Start Release 1.0A
Text Symbol: 007 = The program is no long supported
Text Symbol: 006 = To
Text Symbol: 005 = Creation Date From
Text Symbol: 004 = Execute Article Transfer
Text Symbol: 003 = Test Run
Text Symbol: 002 = Execution Mode
Text Symbol: 001 = Program only for REA customers
Text Symbol: 000 = Material Selection Criteria
Text Symbol: 022 = From Current Date
Text Symbol: 103 = Material number incorrect
Text Symbol: 102 = Material master entry deleted
Text Symbol: 101 = No material master entry
Text Symbol: 100 = Comments
Text Symbol: 040 = No
Text Symbol: 039 = Determining SUs for article
Text Symbol: 038 = Creating articles
Text Symbol: 037 = Reading change documents





Text Symbol: 036 = Reading BOMs
Text Symbol: 035 = Reading change document items
Text Symbol: 034 = Validity Period of All Assignments:
Text Symbol: 033 = Usage
Text Symbol: 032 = Packaging BOM:
Text Symbol: 031 = Alternative
Text Symbol: 030 = Article BOM:
Text Symbol: 029 = Via Derivation Type 2 with Packaging Group
Text Symbol: 028 = Base Unit and Alternative Sales Unit
Text Symbol: 027 = Until 12.31.9999
Text Symbol: 026 = Until End of Year
Text Symbol: 025 = Until End of Month
Text Symbol: 024 = From 1st, Current Year
Text Symbol: 023 = From 1st, Current Month


INCLUDES used within this REPORT J_7LMARA

No INCLUDES are used within this REPORT code!


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_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.



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