SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | liveCache(BC-DB-LVC) SAP BC

ADMLCF04 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

LC_GET_CONFIG_DATA_DBMCLI CALL FUNCTION 'LC_GET_CONFIG_DATA_DBMCLI' EXPORTING con_name = g_log_lc_name use_dbmrfc = g_use_dbmrfc IMPORTING used_datapages = used_datapages used_datadevs = used_datadevs max_datapages = max_datapages max_datadevs = max_datadevs TABLES configuration = int_lc_conf_data action_protocol = int_action_prot EXCEPTIONS no_permission = 1 sxpg_command_execute_error = 2 dbmcli_command_execute_error = 3 lc_get_config_data_error = 4 dbmrfc_execute_error = 6 OTHERS = 7.

GET_PAGESIZE_SDB CALL FUNCTION 'GET_PAGESIZE_SDB' EXPORTING con_name = g_log_lc_name IMPORTING pagesize = p_page_size.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = question IMPORTING answer = answer.

LC_ADD_DEVSPACE CALL FUNCTION 'LC_ADD_DEVSPACE' EXPORTING con_name = g_log_lc_name lc_dev_mode = lc_dev_mode lc_dev_name = new_lc_conf-pfad lc_dev_typ = new_lc_conf-dev_type lc_dev_size = new_lc_conf-groesse use_dbmrfc = g_use_dbmrfc TABLES action_protocol = int_action_prot EXCEPTIONS no_permission = 1 sxpg_command_execute_error = 2 dbmcli_command_execute_error = 3 unknown_con_name = 4 empty_con_env = 5 dbmrfc_execute_error = 6 OTHERS = 7.

LC_GET_CONFIG_LOG_DBMCLI CALL FUNCTION 'LC_GET_CONFIG_LOG_DBMCLI' EXPORTING con_name = g_log_lc_name use_dbmrfc = g_use_dbmrfc IMPORTING log_mode = logmode used_logpages = used_logpages used_logdevs = used_logdevs max_logdevs = max_logdevs TABLES log_config = int_lc_conf_log action_protocol = int_action_prot EXCEPTIONS no_permission = 1 sxpg_command_execute_error = 2 dbmcli_command_execute_error = 3 lc_get_config_log_error = 4 dbmrfc_execute_error = 6 OTHERS = 7.



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