SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

H99PDSY_READ_TRANSPORT SAP ABAP Report - List HRDSYS objects of a transport request







H99PDSY_READ_TRANSPORT 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 H99PDSY_READ_TRANSPORT 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 H99PDSY_READ_TRANSPORT. "Basic submit
SUBMIT H99PDSY_READ_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT H99PDSY_READ_TRANSPORT 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_VAR = D Layout
Selection Text: R_TRANSP = D Request/Task
Title: List HRDSYS objects of a transport request
Text Symbol: F01 = Deleted


INCLUDES used within this REPORT H99PDSY_READ_TRANSPORT

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:

HRDSYS_GET_ATTRIB_FROM_LOIO_ID CALL FUNCTION 'HRDSYS_GET_ATTRIB_FROM_LOIO_ID' EXPORTING mandt = $owa-mandt loio_id = object IMPORTING hrdsys_molga = $owa-molga hrdsys_oname = $owa-oname hrdsys_otype = $owa-otype original_language = $owa-mlang EXCEPTIONS OTHERS = 3.

SDOK_PHIO_TO_RELATIONS_GET CALL FUNCTION 'SDOK_PHIO_TO_RELATIONS_GET' EXPORTING object_id = phio relation_class = 'LOGOBJECT' client = $owa-mandt TABLES RESULT = relations EXCEPTIONS OTHERS = 5.

HRDSYS_GET_ATTRIB_FROM_PHIO_ID CALL FUNCTION 'HRDSYS_GET_ATTRIB_FROM_PHIO_ID' EXPORTING mandt = $owa-mandt phio_id = phio IMPORTING language = dblang hrdsys_docu_language = doculang EXCEPTIONS OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = layout it_fieldcat = fieldcat i_save = c_true is_variant = alv_variant TABLES t_outtab = object_list EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = alv_variant IMPORTING es_variant = alv_variant EXCEPTIONS OTHERS = 3.



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