SAP Reports / Programs

/ISDFPS/PM_DIS_UPS_IMPORT SAP ABAP Report - PM: Alternative Data Transport UPS Package - Inbound Processing







/ISDFPS/PM_DIS_UPS_IMPORT 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 /ISDFPS/PM_DIS_UPS_IMPORT 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 /ISDFPS/PM_DIS_UPS_IMPORT. "Basic submit
SUBMIT /ISDFPS/PM_DIS_UPS_IMPORT AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/PM_DIS_UPS_IMPORT 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: $AFILE = INFO File (Incl. Path)
Selection Text: $AFNAME = Name of INFO File
Selection Text: $AFPATH = Logical Path Name
Selection Text: $FFILE = Name of INFO File
Selection Text: $LOGSYS = Logical System
Title: PM: Alternative Data Transport UPS Package - Inbound Processing
Text Symbol: 012 = Select INFO File:
Text Symbol: 014 = Find Force Element:
Text Symbol: F01 = Object Selection:
Text Symbol: F03 = Alternative Data Transport - Target System
Text Symbol: F04 = Receiving Force Element:
Text Symbol: F05 = Data Store On Front-End Device:
Text Symbol: F06 = Data Store On Application Server:


INCLUDES used within this REPORT /ISDFPS/PM_DIS_UPS_IMPORT

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:

FILE_GET_NAME_USING_PATH call function 'FILE_GET_NAME_USING_PATH' exporting logical_path = $afpath file_name = $afname importing file_name_with_path = $afile exceptions path_not_found = 1 missing_parameter = 2 operating_system_not_found = 3 file_system_not_found = 4 others = 5.

/ISDFPS/PM_DIS_RUN_UI_SHOW_GUI call function '/ISDFPS/PM_DIS_RUN_UI_SHOW_GUI' exporting i_guid = gc_guid i_reason = /isdfps/cl_pm_dis_constants=>con_reason_u.

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = con_repid tables selection_table = lt_rsparams exceptions not_found = 1 no_report = 2 others = 3.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = gc_logsys exceptions own_logical_system_not_defined = 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 /ISDFPS/PM_DIS_UPS_IMPORT or its description.