SAP Reports / Programs

/ISDFPS/AUT_INV_COMP_INFRA_MAT SAP ABAP Report - Authorized/Actual Comparison f. Infrastructure Maerial of Loc. Mgmt FE







/ISDFPS/AUT_INV_COMP_INFRA_MAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This application allows the user to compare the authorized/actual materials for infrastructure materials of a force element that manages an infrastructure material (location management)...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 /ISDFPS/AUT_INV_COMP_INFRA_MAT 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

/ISDFPS/INFRA_COMP - Auth/Actl Comp. Infra.Matl LocMgmtFE


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 /ISDFPS/AUT_INV_COMP_INFRA_MAT. "Basic submit
SUBMIT /ISDFPS/AUT_INV_COMP_INFRA_MAT AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/AUT_INV_COMP_INFRA_MAT 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: ALL = Three
Selection Text: CCTYPE = Usage Type
Selection Text: ELEM = One
Selection Text: ISTAT = Planning Status
Selection Text: KEYDAT = Key Date
Selection Text: RELAT = Two
Selection Text: SO_MPO = Material Planning Object
Selection Text: SO_OBJID = Force Element
Selection Text: STATUS = Status of Assignment
Selection Text: X_MATCON = Evaluate Material Container
Title: Authorized/Actual Comparison f. Infrastructure Maerial of Loc. Mgmt FE
Text Symbol: 001 = Select Force Elements
Text Symbol: 002 = Specify Material Planning Objects
Text Symbol: 003 = Consider Additional Objects
Text Symbol: 004 = Define Evaluation Area
Text Symbol: 005 = Specified Material Planning Objects (MPOs) of Selected Force Elements
Text Symbol: 006 = Specified MPO of Force Elements Selected by Supply Relationship
Text Symbol: 007 = Specified MPO in the Substructure as of the Selected Force Element


INCLUDES used within this REPORT /ISDFPS/AUT_INV_COMP_INFRA_MAT

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:

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING povstepl = dynp_tab-stepl EXCEPTIONS stepl_not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb perform_input_conversion = 'X' TABLES dynpfields = dynp_tab.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = dynp_tab EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING povstepl = dynp_tab-stepl EXCEPTIONS stepl_not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb perform_input_conversion = 'X' TABLES dynpfields = dynp_tab.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = dynp_tab EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ISTAT' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'STATUS' value_org = 'S' TABLES value_tab = lt_seltab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CASE_TYPE' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'CCTYPE' value_org = 'S' TABLES value_tab = lt_seltab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

/ISDFPS/DFPS_GET_KEY CALL FUNCTION '/ISDFPS/DFPS_GET_KEY' EXPORTING i_dfps_key = lv_key IMPORTING e_dfps_value = lv_value EXCEPTIONS initial_key = 1 invalid_key = 2 no_key_text = 3 OTHERS = 4.



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 /ISDFPS/AUT_INV_COMP_INFRA_MAT or its description.