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
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.
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.)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCUXAKB - KB Analyse RCUXAKB - KB Analyse RCUVWTF2 - Use of Characteristic in Variant Tables and Variant Functions RCUVWTF2 - Use of Characteristic in Variant Tables and Variant Functions RCUVWTF1 - Use of Characteristic in Variant Tables and Variant Functions RCUVWTF1 - Use of Characteristic in Variant Tables and Variant Functions