SAP Reports / Programs | Force Element | Defense Forces and Public Security | Force Element(IS-DFS-OF-FOR) SAP IS

/ISDFPS/FORCE_CDOC_DISPLAY_C03 SAP ABAP INCLUDE - /ISDFPS/FORCECDOCDISPLAYC03







/ISDFPS/FORCE_CDOC_DISPLAY_C03 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 /ISDFPS/FORCE_CDOC_DISPLAY_C03 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/FORCE_CDOC_DISPLAY_C03. "Basic submit
SUBMIT /ISDFPS/FORCE_CDOC_DISPLAY_C03 AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/FORCE_CDOC_DISPLAY_C03 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 /ISDFPS/FORCE_CDOC_DISPLAY_C03

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:

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING objectclass = iv_objcl objectid = lv_objectid date_of_change = iv_date_from date_until = iv_date_until time_until = '235959' TABLES editpos = lt_cdred EXCEPTIONS no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 3 OTHERS = 4.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = ls_hr_or_cd_id_c-plvar otype = ls_hr_or_cd_id_c-otype_hr objid = lv_objid_conv IMPORTING stext = lv_stext EXCEPTIONS not_found = 1 OTHERS = 2.

RH_CDOC_READ CALL FUNCTION 'RH_CDOC_READ' EXPORTING client = sy-mandt plvar = iv_plvar otype = iv_otype objid = iv_objid infty = iv_infty date_of_change = iv_date_from date_until = iv_date_until time_until = '235959' read_from_db = 'X' * READ_FROM_ARCHIVE = IMPORTING et_cdhdr = lt_cdhdr et_cdpos = lt_cdpos EXCEPTIONS no_position_found = 1 action_canceled = 2 OTHERS = 3.

RH_INFTY_SUBTY_TEXT_PD CALL FUNCTION 'RH_INFTY_SUBTY_TEXT_PD' EXPORTING infotype = iv_infty TABLES infotypes_subtypes_text = lt_subty_texts.

RH_TEXT_BUFFER_FILL CALL FUNCTION 'RH_TEXT_BUFFER_FILL' TABLES OBJECTS = lt_objects.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = -plvar otype = -otype objid = -objid istat = -istat ointerval = ' ' store = ' ' check_stru_auth = ' ' IMPORTING short = -short stext = -stext EXCEPTIONS not_found = 1 OTHERS = 2.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = -plvar otype = -sclas realo = -sobid istat = -istat ointerval = ' ' store = ' ' check_stru_auth = ' ' IMPORTING short = -tshort stext = -tstext EXCEPTIONS not_found = 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/FORCE_CDOC_DISPLAY_C03 or its description.