SAP Reports / Programs | Materials Management | Inventory Management | Balance Sheet Valuation Procedures(MM-IM-VP) SAP MM

MRY_DELTALAUF_MAINTAIN SAP ABAP Report - Balance Sheet Valuation Delta Run







MRY_DELTALAUF_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display and edit the results of delta postings...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 MRY_DELTALAUF_MAINTAIN 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

MRN9DELTA - Delta Posting Processing


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 MRY_DELTALAUF_MAINTAIN. "Basic submit
SUBMIT MRY_DELTALAUF_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT MRY_DELTALAUF_MAINTAIN 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: P_BUKRS = D .
Selection Text: P_CANSEL = D .
Selection Text: P_LAUFID = D .
Selection Text: S_PERIOD = D .
Title: Balance Sheet Valuation Delta Run
Text Symbol: 004 = Delta Run Selection
Text Symbol: 100 = Reverse Line
Text Symbol: 101 = Help
Text Symbol: 102 = Cancel Delta Run
Text Symbol: 103 = Delta Run Customizing
Text Symbol: 104 = Select All
Text Symbol: 105 = Cancel All Selections
Text Symbol: 107 = Texts On/Off
Text Symbol: 108 = Extract for Cancel Delta Run
Text Symbol: 109 = FI Doc. Display
Text Symbol: 110 = All documents for delta run will be canceled.
Text Symbol: 111 = &1 delta run entries will be canceled.
Text Symbol: 112 = One delta run entry will be canceled.
Text Symbol: 115 = (BSD)
Text Symbol: 116 = (UMD)


INCLUDES used within this REPORT MRY_DELTALAUF_MAINTAIN

INCLUDE MRYDELTA01.
INCLUDE MRYDELTA02.
INCLUDE MRYDELTA_CLASSDEF.


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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'LAUFID' DYNPPROG = l_repid DYNPNR = l_dynnr DYNPROFIELD = 'p_laufid' VALUE_ORG = 'S' TABLES VALUE_TAB = lt_f4_tab.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'PERIOD' DYNPPROG = l_repid DYNPNR = l_dynnr DYNPROFIELD = 's_period-low' VALUE_ORG = 'S' TABLES VALUE_TAB = lt_f4_tab_period.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'PERIOD' DYNPPROG = l_repid DYNPNR = l_dynnr DYNPROFIELD = 's_period-low' VALUE_ORG = 'S' TABLES VALUE_TAB = lt_f4_tab_period.



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