SAP Reports / Programs | Project System | Revenues and Earnings(PS-REV) SAP PS

RDPDMRFLOWF05 SAP ABAP INCLUDE - documentation and ABAP source code







RDPDMRFLOWF05 is a standard ABAP INCLUDE 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 RDPDMRFLOWF05 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 RDPDMRFLOWF05. "Basic submit
SUBMIT RDPDMRFLOWF05 AND RETURN. "Return to original report after report execution complete
SUBMIT RDPDMRFLOWF05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RDPDMRFLOWF05

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:

OBJECT_NUMBER_TYPE_GET CALL FUNCTION 'OBJECT_NUMBER_TYPE_GET' EXPORTING objnr = i_objnr IMPORTING obart_org = e_obart.

OBJECT_KEY_GET_VB CALL FUNCTION 'OBJECT_KEY_GET_VB' EXPORTING objnr = i_objnr IMPORTING posnr = l_vbap-posnr vbeln = l_vbak-vbeln EXCEPTIONS OTHERS = 1.

SD_VBAK_SELECT CALL FUNCTION 'SD_VBAK_SELECT' EXPORTING i_document_number = l_vbak-vbeln IMPORTING e_vbak = l_vbak EXCEPTIONS OTHERS = 1.

SD_VBAP_SELECT CALL FUNCTION 'SD_VBAP_SELECT' EXPORTING i_document_number = l_vbak-vbeln i_item_number = l_vbap-posnr IMPORTING e_vbap = l_vbap EXCEPTIONS OTHERS = 1.

OBJECT_KEY_GET_PR CALL FUNCTION 'OBJECT_KEY_GET_PR' EXPORTING objnr = i_objnr IMPORTING pspnr = l_prps-pspnr EXCEPTIONS OTHERS = 1.

CJPN_GET_WBS_ELEMENT CALL FUNCTION 'CJPN_GET_WBS_ELEMENT' EXPORTING i_pspnr = l_prps-pspnr IMPORTING e_prps = l_prps EXCEPTIONS OTHERS = 1.

OBJECT_KEY_GET_NP CALL FUNCTION 'OBJECT_KEY_GET_NP' EXPORTING objnr = i_objnr IMPORTING aufnr = l_aufkv-aufnr EXCEPTIONS OTHERS = 1.

CO_SF_AFVG_OBJECT_GET CALL FUNCTION 'CO_SF_AFVG_OBJECT_GET' EXPORTING aplzl = l_aplzl aufpl = l_aufpl nplnr = l_aufkv-aufnr exp_only_aufkv = 'X' IMPORTING aufkv_exp = l_aufkv EXCEPTIONS OTHERS = 1.

OBJECT_KEY_GET_NV CALL FUNCTION 'OBJECT_KEY_GET_NV' EXPORTING objnr = i_objnr IMPORTING aplzl = l_aplzl aufpl = l_aufpl EXCEPTIONS OTHERS = 1.

CO_SF_AFVG_OBJECT_GET CALL FUNCTION 'CO_SF_AFVG_OBJECT_GET' EXPORTING aplzl = l_aplzl aufpl = l_aufpl exp_only_aufkv = 'X' IMPORTING aufkv_exp = l_aufkv EXCEPTIONS OTHERS = 1.

OBJECT_KEY_GET_OR CALL FUNCTION 'OBJECT_KEY_GET_OR' EXPORTING objnr = i_objnr IMPORTING aufnr = l_aufkv-aufnr EXCEPTIONS OTHERS = 1.

K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' EXPORTING aufnr = l_aufkv-aufnr IMPORTING i_aufkv = l_aufkv EXCEPTIONS OTHERS = 1.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = l_kokrs IMPORTING e_tka01 = l_tka01 EXCEPTIONS OTHERS = 1.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = i_objnr text_wanted = 'X' IMPORTING e_text = e_objtxt IDENT_OBJID = e_objid.



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