CLDOCF02 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 CLDOCF02 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!
FI_EWU_CONVERTED_COMPANYCODES CALL FUNCTION 'FI_EWU_CONVERTED_COMPANYCODES' EXPORTING P_PAKET = I_PAKET P_10 = I_10 P_W2 = I_W2 P_W3 = I_W3 P_LW = I_LW P_11 = I_11 TABLES T_BUKRS = GT_BUKRS EXCEPTIONS OTHERS = 1.
CHECK_PLANTS_ABROAD_ACTIVE * CALL FUNCTION 'CHECK_PLANTS_ABROAD_ACTIVE' * IMPORTING * E_FI_ISACTIVE = FI_ISACTIVE * EXCEPTIONS * OTHERS = 1.
FI_EWU_GET_CUSTOMIZING CALL FUNCTION 'FI_EWU_GET_CUSTOMIZING' EXPORTING I_EWUDIF = '001' TABLES I_BUKRS = GT_BUKRS E_GLACC = GT_GLACC E_MSG = T_MESG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CLDOCF02 - documentation and ABAP source code CLDOCF01 - documentation and ABAP source code CLB_USER_TOKEN_MODIFY_TOP - Include CLB_USER_TOKEN_TOP CLB_USER_TOKEN_MODIFY - Report CLB_USER_TOKEN_MODIFY CLB_USER_TOKEN_MODIFY - Report CLB_USER_TOKEN_MODIFY CLB_USER_TOKEN_DELETE_TOP - Include CLB_USER_TOKEN_TOP