SAP Reports / Programs | Sales and Distribution(SD) SAP SD

RCUXAKB SAP ABAP Report - KB Analyse







RCUXAKB 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 RCUXAKB 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 RCUXAKB. "Basic submit
SUBMIT RCUXAKB AND RETURN. "Return to original report after report execution complete
SUBMIT RCUXAKB 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: P_ACTION = Including Actions
Selection Text: P_BOM = Details for BOMs
Selection Text: P_CLASS = Details for Classes/Charact.
Selection Text: P_CLDEP = SCE Advanced Mode
Selection Text: P_DEP = Object dependency
Selection Text: P_STATS = Statistics
Selection Text: P_VERS = Version
Selection Text: P_VFUN = Variant Functions
Selection Text: P_VTAB = Variant Tables
Selection Text: P_BOMAPP = D .
Selection Text: P_FROMDA = D .
Selection Text: P_KBNAME = D .
Selection Text: P_PLANT = D .
Title: KB Analyse
Text Symbol: 200 = Result
Text Symbol: 300 = Entries f. Knowledge Base: Runtime Vers.
Text Symbol: 301 = Settings for Check
Text Symbol: 320 = Trace
Text Symbol: 321 = Off
Text Symbol: 322 = Level 1 (W/O Charact.)
Text Symbol: 323 = Level 2 (W. Charact.)


INCLUDES used within this REPORT RCUXAKB

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS OTHERS = 1.

CUXA_ANALYZE_RUNTIME_KB CALL FUNCTION 'CUXA_ANALYZE_RUNTIME_KB' EXPORTING I_KB = l_kb I_WITH_STATISTICS = p_stats I_WITH_CLASSES = p_class I_WITH_BOM = p_bom I_WITH_DEPENDENCIES = p_dep I_WITH_VARIANT_TABS = p_vtab I_WITH_VARIANT_FUNS = p_vfun I_TRACE_LEVEL = l_trc I_APPL_LOG_HANDLE = l_log_handle * TABLES * ET_MESSAGES = lt_messages " output to appl log EXCEPTIONS INTERNAL_ERROR = 1 NOT_FOUND = 2 OTHERS = 3 .

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt i_in_update_task = ' ' i_save_all = ' ' i_t_log_handle = l_log_handle * IMPORTING * E_NEW_LOGNUMBERS = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BAL_LOG_REFRESH * CALL FUNCTION 'BAL_LOG_REFRESH' * EXPORTING * I_LOG_HANDLE = p_log_handle * EXCEPTIONS * LOG_NOT_FOUND = 1 * OTHERS = 2.

APPL_LOG_DELETE CALL FUNCTION 'APPL_LOG_DELETE' EXPORTING object = 'PPVA' subobject = 'KBMT' * EXTERNAL_NUMBER = ' ' date_to = l_date_to time_to = l_time_to * LOG_CLASS = '4' IMPORTING number_of_deleted_logs = no_del_logs * NUMBER_OF_NON_DELETED_LOGS = EXCEPTIONS no_authority = 1 OTHERS = 2.



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