SAP Reports / Programs

DISPLAY_WIP_LAR SAP ABAP Report - Activity Types Value Flow Display







DISPLAY_WIP_LAR 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 DISPLAY_WIP_LAR 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

CKMACD - Value Flow Display f. Activity Types


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 DISPLAY_WIP_LAR. "Basic submit
SUBMIT DISPLAY_WIP_LAR AND RETURN. "Return to original report after report execution complete
SUBMIT DISPLAY_WIP_LAR 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: R_WERKS = D .
Selection Text: R_LSTAR = D .
Selection Text: R_KOSTL = D .
Selection Text: P_POPER = D .
Selection Text: P_LAUF = D .
Selection Text: P_KSGRU = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BDATJ = D .
Title: Activity Types Value Flow Display
Text Symbol: 039 = Status Closing Entry
Text Symbol: 038 = Status Revaluation
Text Symbol: 037 = Document Number
Text Symbol: 036 = Currency/Valuation
Text Symbol: 035 = Object Number
Text Symbol: 034 = Object Number
Text Symbol: 033 = Obj.No.
Text Symbol: 032 = Controlling Area
Text Symbol: 031 = Activity Types From
Text Symbol: 030 = Closing Entry
Text Symbol: 029 = Revaluation
Text Symbol: 028 = Price Differences Not Settled
Text Symbol: 027 = Price Diff. not Sett.
Text Symbol: 026 = PrDiff not Sett.
Text Symbol: 025 = Price Differences Settled
Text Symbol: 024 = PrDiff. Sett.
Text Symbol: 023 = Price Diff. Sett.
Text Symbol: 022 = Closing Entry
Text Symbol: 021 = Revaluation
Text Symbol: 018 = /
Text Symbol: 017 = Period/ Application
Text Symbol: 016 = Costing Run
Text Symbol: 014 = Consumption
Text Symbol: 013 = Period
Text Symbol: 012 = Process Category
Text Symbol: 011 = Restrict Selection
Text Symbol: 010 = Work in Process
Text Symbol: 009 = WIP
Text Symbol: 008 = PW





Text Symbol: 007 = Production Process
Text Symbol: 006 = Category
Text Symbol: 005 = Actual Price
Text Symbol: 004 = Plan Price
Text Symbol: 003 = Display of Activity Types


INCLUDES used within this REPORT DISPLAY_WIP_LAR

INCLUDE DISPLAY_WIP_LARTOP.
INCLUDE DISPLAY_WIP_LARPARA.
INCLUDE DISPLAY_WIP_LARF01.


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:

CKML_RUN_PERIOD_GET CALL FUNCTION 'CKML_RUN_PERIOD_GET' EXPORTING I_RUN_ID = g_runid IMPORTING ES_RUNPERIOD = gd_runperiod EXCEPTIONS RUN_NOT_EXISTENT = 1 OTHERS = 2.



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