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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CPD00F01 - documentation and ABAP source code CPD00F00 - documentation and ABAP source code CPC_T160M_C5_INSERT_709 - Insert Message C5 709 in Table T160M -> Correction Report CPC_T160M_C5_INSERT_709 - Insert Message C5 709 in Table T160M -> Correction Report CPCC_DT_CREATE_SAMPLE_DATA - CPCCDTCREATESAMPLEDATA CPCC_DT_CONST - CPCCDTCONST