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

SLCA_PROFILING SAP ABAP Report - Profiling







SLCA_PROFILING 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 SLCA_PROFILING 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

LCA20 - Profiling


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


Text pool values


Title: Profiling
Text Symbol: P06 = Retrieve Sessions
Text Symbol: P05 = Save Sessions
Text Symbol: P04 = Update Screen
Text Symbol: P03 = Deleting profiling data...
Text Symbol: P02 = Aggregating...
Text Symbol: P01 = Reading profiling data...
Text Symbol: M01 = No profiling data exists for function
Text Symbol: F01 = Save recorded sessions?
Text Symbol: E03 = Do you want to diaggregate all key fields?
Text Symbol: E01 = Do you want to aggregate all key fields?
Text Symbol: D08 = Import
Text Symbol: D07 = Import from Local File
Text Symbol: D06 = Export
Text Symbol: D05 = Export to Local File
Text Symbol: D04 = Disaggregate
Text Symbol: D03 = Disaggregate Column(s)
Text Symbol: D02 = Aggregate
Text Symbol: D01 = Column(s) aggregated
Text Symbol: C03 = Inconsistent
Text Symbol: C02 = Started
Text Symbol: C01 = Not started
Text Symbol: B02 = Are you sure you want to delete these sessions?
Text Symbol: B01 = Are you sure you want to delete the current data?
Text Symbol: A01 = Do you want to delete the current date?
Text Symbol: 502 = No data to export
Text Symbol: 501 = Column or key field selected
Text Symbol: 500 = Error when storing
Text Symbol: 014 = Earliest Expiry Date in 5 Minutes
Text Symbol: 013 = Unexpected error occurred
Text Symbol: 007 = No authorization to release a job
Text Symbol: 005 = Could not create job for deactivation
Text Symbol: 004 = COM Routine
Text Symbol: 003 = Invalid LCA routine name
Text Symbol: 002 = Invalid user name
Text Symbol: 001 = Confirm


INCLUDES used within this REPORT SLCA_PROFILING

INCLUDE: SLCA_PROFILING_TOP,
SLCA_PROFILING_FORMS,





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:

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt2 = sy-subrc txt1 = 'Error in flush'(500).

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_title text_question = 'Do you want to aggregate all key fields?'(e01) display_cancel_button = space IMPORTING answer = gv_answer.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt1 = 'Non-key column selected'(501) txt2 = ''.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_title text_question = 'Do you want to deaggregate all key fields?'(e03) display_cancel_button = space IMPORTING answer = gv_answer.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid txt1 = 'No data to export.'(502)

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = gv_title text_question = 'Are you sure you want to delete the current data?'(b01) display_cancel_button = space IMPORTING answer = gv_answer.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 75 text = text-p02.



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