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

J_7LCHKVP SAP ABAP Report - REA: Collective Consistency Check for Packaging







J_7LCHKVP 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_7LCHKVP 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

J7LUTILITY25 - Workflow Packaging Consistency Check
J7LKCV - Packaging Consistency Check


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_7LCHKVP. "Basic submit
SUBMIT J_7LCHKVP AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LCHKVP 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: WF_TASK = D .
Selection Text: S_ENTNA = D .
Selection Text: P_VRPNR = D .
Selection Text: P_MAKTX = D .
Selection Text: X_WF_IN = Workflow Event "Inconsistent"
Selection Text: X_WF_CR = Execute Workflow
Selection Text: X_LIST = Interactive List
Selection Text: WF_WA = @09\QYellow Light@
Selection Text: WF_OK = @08\QGreen Light@
Selection Text: WF_ER = @0A\QRed Light@
Selection Text: P_ZEITR = Versions Assigned to Period
Selection Text: P_SPRAS = Logon Language
Selection Text: P_KZTEN = Re. Partner-Dependent Check
Title: REA: Collective Consistency Check for Packaging
Text Symbol: 400 = Processing of Result As...
Text Symbol: 300 = Trigger Workflow for...
Text Symbol: 200 = Other Restrictions
Text Symbol: 100 = Packaging Selection
Text Symbol: 022 = ALV Output Error
Text Symbol: 021 = Status
Text Symbol: 020 = Packaging Is Inconsistent
Text Symbol: 019 = Packaging Is Partly Inconsistent
Text Symbol: 018 = Packaging Is Consistent
Text Symbol: 017 = Caution: Long Processing Time
Text Symbol: 016 = to continue processing?
Text Symbol: 015 = Despite long runtime, do you wish
Text Symbol: 013 = Maintain Packaging: Select and Mainten. Icon/Menu
Text Symbol: 011 = Packaging
Text Symbol: 010 = Indiv.Consist.Check: Doubleclick/MagnGlass Icon
Text Symbol: 009 = Packaging
Text Symbol: 008 = Further Processing
Text Symbol: 007 = packaging according to your selection?
Text Symbol: 006 = Do you wish to maintain another
Text Symbol: 004 = Period:
Text Symbol: 003 = Re. Partner:
Text Symbol: 002 = List of Selected REA Packaging


INCLUDES used within this REPORT J_7LCHKVP

INCLUDE J_7LCHKVPTOP . " GLOBAL DATA
INCLUDE J_7LINFO_TOP.




INCLUDE J_7LINFO_F4_HELP.
INCLUDE J_7LCHKVP_SELSCREEN . " SELEKT.SCREEN
INCLUDE J_7LCHKVPF01. " FORM-ROUTINES
INCLUDE J_7LCHKVP_HEAD. " HAUPTPROGRAMM


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:

No SAP FUNCTION MODULES are executed within this report code!



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