ADMLCF01 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 ADMLCF01 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!
ENQUEUE_E_DBCONUSR CALL FUNCTION 'ENQUEUE_E_DBCONUSR' EXPORTING mode_dbconusr = 'E' con_name = g_log_lc_name "#EC NO_INCOMP x_con_name = ' ' _scope = '1' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_DBCONUSR CALL FUNCTION 'DEQUEUE_E_DBCONUSR' EXPORTING mode_dbconusr = 'E' con_name = g_log_lc_name "#EC NO_INCOMP x_con_name = ' ' _scope = '1' _synchron = 'X' _collect = ' '.
SEL_DUAL_SDB CALL FUNCTION 'SEL_DUAL_SDB' STARTING NEW TASK 'PING_LC' PERFORMING get_result_sel_dual ON END OF TASK EXPORTING con_name = g_log_lc_name EXCEPTIONS communication_failure = 1 MESSAGE msg system_failure = 2 MESSAGE msg no_connection = 3 sql_catch = 3 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADMLCF01 - documentation and ABAP source code ADMLCE99 - documentation and ABAP source code ADMLCE01 - documentation and ABAP source code ADMIN_SRV_DEFINITION - Include ADMIN_SRV_DEFINITION ADMIN_SET_START_TRANSACTION_FO - Set Start Transaction for User ADMIN_SET_START_TRANSACTION_FO - Set Start Transaction for User