SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Change Documents(BC-SRV-ASF-CHD) SAP BC

RSSCD805_807_F01 SAP ABAP INCLUDE - RSSCD805807F01







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

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = lv_ob_c text = lv_text.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = lv_ob_c text = lv_text.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = -tabname tables dfies_tab = lt_dfies exceptions not_found = 1 others = 1.

CHANGEDOCUMENT_IS_KEY_INTRAW call function 'CHANGEDOCUMENT_IS_KEY_INTRAW' exporting iv_tabname = -tabname importing ev_true = -key_is_intraw exceptions no_tablename = 1 nametab_error = 2 others = 3.

CHANGEDOCUMENT_IS_FIELD_INTRAW call function 'CHANGEDOCUMENT_IS_FIELD_INTRAW' exporting iv_tabname = -tabname iv_fieldname = -fieldname importing ev_true = -field_is_intraw exceptions no_tablename = 1 no_fieldname = 2 wrong_fieldname = 3 others = 4.

CHANGEDOCUMENT_IS_FIELD_INTRAW call function 'CHANGEDOCUMENT_IS_FIELD_INTRAW' exporting iv_tabname = ps_outtab-tabname iv_fieldname = -fname importing ev_true = lv_field_is_intraw exceptions no_tablename = 1 no_fieldname = 2 wrong_fieldname = 3 others = 4.

CHANGEDOCU_KEY_ANY2CHAR call function 'CHANGEDOCU_KEY_ANY2CHAR' exporting iv_struct_in = lv_tabkeyin iv_tabname = ps_cdpos-tabname importing ev_tabkey = exceptions tabname_is_empty = 1 nametab_error = 2 others = 3.

CHANGEDOCU_KEY_CHAR2ANY call function 'CHANGEDOCU_KEY_CHAR2ANY' exporting iv_tablekey = lv_tabkeyin iv_tabname = ps_cdpos-tabname importing es_struct_out = exceptions tabname_is_empty = 1 nametab_error = 2 others = 3.

CHANGEDOCU_FIELDS_ANY2CHAR call function 'CHANGEDOCU_FIELDS_ANY2CHAR' exporting iv_tabname = ps_cdpos-tabname iv_fieldname = ps_cdpos-fname iv_value_old_any = ps_cdpos-value_old iv_value_new_any = ps_cdpos-value_new importing ev_value_old_char = lv_field_old ev_value_new_char = lv_field_new exceptions tabname_is_empty = 1 fieldname_is_empty = 2 fieldname_not_in_table = 3 nametab_error = 4 others = 5.

CHANGEDOCU_FIELDS_CHAR2ANY call function 'CHANGEDOCU_FIELDS_CHAR2ANY' exporting iv_tabname = ps_cdpos-tabname iv_fieldname = ps_cdpos-fname iv_value_old_char = ps_cdpos-value_old iv_value_new_char = ps_cdpos-value_new importing ev_value_old_any = lv_field_old ev_value_new_any = lv_field_new exceptions tabname_is_empty = 1 fieldname_is_empty = 2 fieldname_not_in_table = 3 nametab_error = 4 others = 5.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = p_tabname importing x030l_wa = header_info tables dfies_tab = dfies_tab exceptions not_found = 1.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = p_tabname tables dfies_tab = dfies_tab exceptions not_found = 1.



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