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

/ISDFPS/FORCE_CDOC_DISPLAY SAP ABAP Report - Display Change Documents







/ISDFPS/FORCE_CDOC_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The documentation for this report is contained in the documentation for the Defense Forces & Public Security component in the SAP Library...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/FORCE_CDOC_DISPLAY 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/FORCE_CD_DIS - Display Change Documents


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. "Basic submit
SUBMIT /ISDFPS/FORCE_CDOC_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/FORCE_CDOC_DISPLAY 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_CASET = D Usage Type
Selection Text: S_CDDATE = Document Date from
Title: Display Change Documents
Text Symbol: 001 = Force Element
Text Symbol: 002 = Change Documents
Text Symbol: 003 = Multiple Selection for Change Document Object
Text Symbol: 004 = Change Document Objects
Text Symbol: 005 = Choose
Text Symbol: 006 = Select Change Documents
Text Symbol: 007 = Change Documents
Text Symbol: 008 = Detail Screen for the Selected Row:
Text Symbol: 009 = Table
Text Symbol: 010 = Detail View


INCLUDES used within this REPORT /ISDFPS/FORCE_CDOC_DISPLAY

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' text = text-005 info = text-005 IMPORTING result = cd_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' text = text-005 info = text-005 IMPORTING result = cd_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OBJECT' window_title = text-003 value_org = 'S' multiple_choice = 'X' mark_tab = lt_mark_tab TABLES value_tab = gt_objcl field_tab = gt_field_tab return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' text = text-005 info = text-005 IMPORTING result = cd_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' text = text-005 info = text-005 IMPORTING result = cd_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 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 /ISDFPS/FORCE_CDOC_DISPLAY or its description.