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

CPD00F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Nach-Sicht anlegen'(f01) diagnose_object = 'FICCPD00_PTC_DIM' text_question = 'Soll die neue Sicht angelegt werden ?'(f02) text_button_1 = 'Ja'(f03) * icon_button_1 = 'ICON_OKAY' text_button_2 = 'Abbrechen'(f04) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = space importing answer = ld_dimen_creation_approved.

FC_AT_RECORDING_CHECK call function 'FC_AT_RECORDING_CHECK' exporting e_object = gc_customizing_object importing i_object_appendable = gf_automatic_transport i_order = gd_trkorr i_task = gd_task. "bal/alrk157660

CONVERSION_EXIT_AFIMC_INPUT * call function 'CONVERSION_EXIT_AFIMC_INPUT' * exporting input = gs_cg_cu_keylen-fremde_dimfr * importing output = gs_cg_cu_keylen-fremde_dimfr.

FC_BUPTR_DEFVAL_GET call function 'FC_BUPTR_DEFVAL_GET' exporting e_dimen = pa_dimfr importing i_buptr = gs_cg_cu_keylen-fremde_dimfr.

CONVERSION_EXIT_AFIMC_INPUT * call function 'CONVERSION_EXIT_AFIMC_INPUT' * exporting input = gs_cg_cu_keylen-fremde_dimto * importing output = gs_cg_cu_keylen-fremde_dimto.

FC_BUPTR_DEFVAL_GET call function 'FC_BUPTR_DEFVAL_GET' exporting e_dimen = pa_dimto importing i_buptr = gs_cg_cu_keylen-fremde_dimto.

FC_AT_REQUEST_SAVE call function 'FC_AT_REQUEST_SAVE'.

FC_SET_ENCRYPT_SETID call function 'FC_SET_ENCRYPT_SETID' exporting e_setclass = gc_setclass_bunit e_shortname = ls_data-setname e_dimen = ld_dimen importing i_setid = ld_setid.

FC_SET_INFO_GET call function 'FC_SET_INFO_GET' exporting e_setid = ld_setid importing i_settitle = ls_data-settext exceptions others. "bal/alrk157660

FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC00CPDLST' e_hlp_struct = 'FC00CPDLFX' et_data = lt_data et_list = lt_list et_fdisp = lt_fdisp et_blist = lt_blist et_mdata = lt_mdata changing ct_ffix = lt_ffix ct_work = lt_work ct_fused = lt_fused.



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