SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

CPD00F00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING e_setclass = gc_setclass_bunit e_shortname = ls_setbu-setname e_dimen = pa_dimfr IMPORTING i_setid = ls_set_name_id-setid.

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING e_setclass = gc_setclass_bunit e_shortname = ls_setbu-setname e_dimen = pa_dimto IMPORTING i_setid = ls_setid-setid.

G_SET_TREE_DELETE CALL FUNCTION 'G_SET_TREE_DELETE' EXPORTING set = ls_setid-setid subclassmask = gc_setclass_bunit blocking_check = gc_true EXCEPTIONS no_authority = 2 set_is_used = 3 set_is_blocked = 4.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = ls_set_name_id-setid IMPORTING set_header = ls_set_header TABLES formula_lines = lt_formula_lines set_lines_basic = lt_set_lines_basic set_lines_data = lt_set_lines_data set_lines_multi = lt_set_lines_multi set_lines_single = lt_set_lines_single.

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING e_setclass = gc_setclass_bunit e_shortname = ls_set_name_id-setname e_dimen = pa_dimto " vorher: pa_dimfr IMPORTING i_setid = ls_set_header-setnr.

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING e_setid = lt_set_lines_single-setnr IMPORTING i_shortname = ld_setname.

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING e_setclass = gc_setclass_bunit e_shortname = ld_setname e_dimen = pa_dimto IMPORTING i_setid = lt_set_lines_single-setnr.

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING e_setid = lt_set_lines_multi-setnr IMPORTING i_setclass = ld_setclass i_shortname = ld_setname.

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING e_setclass = gc_setclass_bunit e_shortname = ld_setname e_dimen = pa_dimto IMPORTING i_setid = lt_set_lines_multi-setnr.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING set_header = ls_set_header TABLES formula_lines = lt_formula_lines set_lines_basic = lt_set_lines_basic set_lines_single = lt_set_lines_single set_lines_multi = lt_set_lines_multi set_lines_data = lt_set_lines_data EXCEPTIONS OTHERS. "bal/alrk207160

G_SET_LIST_SELECT CALL FUNCTION 'G_SET_LIST_SELECT' EXPORTING setclass = gc_setclass_bunit eccs_dimen = id_dimen TABLES matching_sets = lt_setlist.

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING e_setid = ls_setlist-setname IMPORTING i_shortname = ls_setbu-setname.

G_SET_APPEND_TO_TASK CALL FUNCTION 'G_SET_APPEND_TO_TASK' EXPORTING delete_sets = if_delete * korrnum = gd_task "bal/alrk157660 "xrp091003 korrnum = gd_trkorr "xrp091003 TABLES t_sets = lt_setlist.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = id_dtabname IMPORTING x030l_wa = ls_x030l.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' "bal/elrk235 EXPORTING tabname = id_dtabname "bal/elrk235 IMPORTING x030l_wa = ls_x030l "bal/elrk235 TABLES x031l_tab = lt_x031l. "bal/elrk235

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = id_dtabname TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

G_GIVE_KEYS_FOR_TABLE * CALL FUNCTION 'G_GIVE_KEYS_FOR_TABLE' * EXPORTING * tabname = id_dtabname * TABLES * table = lt_entries. "end xrp190903

FC_AT_REQUEST_APPEND CALL FUNCTION 'FC_AT_REQUEST_APPEND' EXPORTING e_tabname = id_dtabname e_object = gc_customizing_object TABLES it_keylist = lt_entries.

G_SET_TREE_IMPORT





CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING setid = id_setid TABLES set_hierarchy = lt_sethier set_values = lt_setvalues.



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