SAP Reports / Programs

FICLPDEL SAP ABAP Report - Archived Logs







FICLPDEL is a standard Executable ABAP Report 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 FICLPDEL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CXLP2 - Delete Archived Logs


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 FICLPDEL. "Basic submit
SUBMIT FICLPDEL AND RETURN. "Return to original report after report execution complete
SUBMIT FICLPDEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PA_DEL = Summarize log database
Selection Text: SO_BUNIT = Consolidation Unit
Selection Text: SO_CACTI = Task
Selection Text: SO_DIMEN = Dimension
Selection Text: SO_ITCLG = Cons Chart of Accounts
Selection Text: SO_PERID = Period
Selection Text: SO_RLDNR = Ledger
Selection Text: SO_RVERS = Version
Selection Text: SO_RYEAR = Fiscal Year
Selection Text: SO_USNAM = User
Title: Archived Logs
Text Symbol: B04 = Technical Settings
Text Symbol: B03 = Further Settings
Text Symbol: B02 = Version/Time
Text Symbol: B01 = Organizational Units
Text Symbol: 008 = Client:
Text Symbol: 007 = Unknown Task
Text Symbol: 006 = Log records written:
Text Symbol: 005 = Log records disposed of:
Text Symbol: 004 = Log records read:
Text Symbol: 003 = Summarizing log database
Text Symbol: 002 = Moving log data
Text Symbol: 001 = Select
Text Symbol: F01 = Display Log
Text Symbol: F02 = Delete Logs


INCLUDES used within this REPORT FICLPDEL

INCLUDE FICLPDGD.
INCLUDE FICLPDES.


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:

DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING tabname = 'TF080' varkey = ls_varkey.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING langu = sy-langu name = 'FC_CACTT' TABLES dd07v_tab = lt_dd07v.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FC00LPDEL' CHANGING ct_fieldcat = lt_fieldcat.

ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING tabname = 'TF080' varkey = ls_varkey _scope = '1' _wait = 'X' EXCEPTIONS foreign_lock = 1.

FCLP_MCDX_DATA_DELETE CALL FUNCTION 'FCLP_MCDX_DATA_DELETE' EXPORTING e_delall_dimen = ls_tf080-dimen e_delall_rvers = ls_tf080-rvers e_delall_ryear = ls_tf080-ryear e_mcdxid = ls_mcdxid e_protid = ls_tf080-protid EXCEPTIONS exc_invalid = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-002.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-003.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = id_msgid msgty = id_msgty msgv1 = id_msgv1 msgv2 = id_msgv2 msgv3 = id_msgv3 msgv4 = id_msgv4 txtnr = id_msgno.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = sy-tabix.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING send_if_one = 'X' show_linno = ' '.



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