SAP Reports / Programs | Energy Data Management | SAP Utilities | Energy Data Management(IS-U-EDM) SAP IS

REEDM_AUTO_FORMULA_EXAMPLE SAP ABAP Report - REEDMAUTOFORMULAEXAMPLE







REEDM_AUTO_FORMULA_EXAMPLE 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 REEDM_AUTO_FORMULA_EXAMPLE 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 REEDM_AUTO_FORMULA_EXAMPLE. "Basic submit
SUBMIT REEDM_AUTO_FORMULA_EXAMPLE AND RETURN. "Return to original report after report execution complete
SUBMIT REEDM_AUTO_FORMULA_EXAMPLE 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: PI2_SNU = D .
Selection Text: PI2_T2 = D .
Selection Text: PI2_TF = D .
Selection Text: PI3_COVA = D .
Selection Text: PI3_D2 = D .
Selection Text: PI3_DF = D .
Selection Text: PI3_FLT = D .
Selection Text: PI3_FORM = D .
Selection Text: PI3_P2C = D .
Selection Text: PI3_PCNO = D .
Selection Text: PI3_PNR = D .
Selection Text: PI3_SNU = D .
Selection Text: PI3_T2 = D .
Selection Text: PI3_TF = D .
Selection Text: PO1_FLPC = D .
Selection Text: PO1_FLVR = D .
Selection Text: PO1_P2C = D .
Selection Text: PO1_PANO = D .
Selection Text: PO1_PRCP = D .
Selection Text: PO1_PRNO = D .
Selection Text: P_CALC = D .
Selection Text: P_FORM = D .
Selection Text: P_STAT = D .
Selection Text: USE1 = D .
Selection Text: USE2 = D .
Selection Text: USE3 = D .
Selection Text: P_GRPID = D .
Selection Text: PI1_COVA = D .
Selection Text: PI1_D2 = D .
Selection Text: PI1_DF = D .
Selection Text: PI1_FLT = D .
Selection Text: PI1_FORM = D .
Selection Text: PI1_P2C = D .
Selection Text: PI1_PCNO = D .
Selection Text: PI1_PNR = D .
Selection Text: PI1_SNU = D .
Selection Text: PI1_T2 = D .
Selection Text: PI1_TF = D .





Selection Text: PI2_COVA = D .
Selection Text: PI2_D2 = D .
Selection Text: PI2_DF = D .
Selection Text: PI2_FLT = D .
Selection Text: PI2_FORM = D .
Selection Text: PI2_P2C = D .
Selection Text: PI2_PCNO = D .
Selection Text: PI2_PNR = D .
Text Symbol: T03 = Outgoing Profile
Text Symbol: T02 = Incoming Profile
Text Symbol: T01 = Formula Allocation Created
Text Symbol: 003 = Output Parameters
Text Symbol: 002 = Input Parameters
Text Symbol: 001 = Header


INCLUDES used within this REPORT REEDM_AUTO_FORMULA_EXAMPLE

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:

ISU_S_FORMINST_CREATE CALL FUNCTION 'ISU_S_FORMINST_CREATE' IMPORTING ex_instance_number = wa_instance_number CHANGING ch_auto = wa_eforminst_auto_s EXCEPTIONS OTHERS = 1.



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