WLFCM001F01 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 WLFCM001F01 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!
WLF_REGU_DATA_FOR_SEL_OP call function 'WLF_REGU_DATA_FOR_SEL_OP' tables t_komlfk = l_komlfk t_kunrg = l_kunrg t_kkber = l_kkber t_wdtyp = l_wdtyp exceptions others = 0.
WLF_REGU_CREDIT_RECREATE call function 'WLF_REGU_CREDIT_RECREATE' exporting i_enqueue = l_enqueue i_prozess = c_process i_subprozess = s_subpro i_knkk = crdtab i_t014 = it_t014 tables t_error_messages = l_error_messages t_komlfk = l_komlfk exceptions fatal_error = 1 others = 2.
WLF_REGU_DATA_FOR_SEL_OP call function 'WLF_REGU_DATA_FOR_SEL_OP' tables t_komlfk = l_komlfk t_kunrg = l_kunrg t_kkber = l_kkber t_wdtyp = l_wdtyp exceptions others = 0.
WLF_CUSTSET_CREDIT_RECREATE call function 'WLF_CUSTSET_CREDIT_RECREATE' exporting i_enqueue = l_enqueue i_prozess = c_process i_subprozess = s_subpro i_knkk = crdtab i_t014 = it_t014 tables t_error_messages = l_error_messages t_komlfk = l_komlfk exceptions fatal_error = 1 others = 2.
WLF_REGU_DATA_FOR_SEL_OP call function 'WLF_REGU_DATA_FOR_SEL_OP' tables t_komlfk = l_komlfk t_kunrg = l_kunrg t_kkber = l_kkber t_wdtyp = l_wdtyp exceptions others = 0.
WLF_EXPSET_CREDIT_RECREATE call function 'WLF_EXPSET_CREDIT_RECREATE' exporting i_enqueue = l_enqueue i_prozess = c_process i_subprozess = s_subpro i_knkk = crdtab i_t014 = it_t014 tables t_error_messages = l_error_messages t_komlfk = l_komlfk exceptions fatal_error = 1 others = 2.
WLF_PRINT_ERROR_MESSAGES_LIST call function 'WLF_PRINT_ERROR_MESSAGES_LIST' exporting i_titlebar = 'LI1' tables t_error_messages = l_error_messages.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.