PRC_NAMESPACE_CHECK 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 PRC_NAMESPACE_CHECK 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.
Title: Check pricing tables for entries in customer namespace
Text Symbol: T01 = Confirm deletion
Text Symbol: S02 = Select the entries to be deleted
Text Symbol: S01 = Entries deleted successfully
Text Symbol: Q01 = Do you want to delete the selected table entries?
Text Symbol: P03 = With structure generation
Text Symbol: P02 = Only CRM Pricing
Text Symbol: P01 = Table Name
Text Symbol: M06 = is not a DB table
Text Symbol: M05 = does not exist.
Text Symbol: M03 = does not belong to Pricing
Text Symbol: M02 = The table
Text Symbol: M01 = This report may not be executed in the customer system
Text Symbol: I02 = No violations of customer namespaces found
Text Symbol: I01 = No definition of customer namespaces found
Text Symbol: E01 = The selected entries could not be deleted completed
Text Symbol: A02 = No
Text Symbol: A01 = Y
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SYSTEM_STATUS call function 'SYSTEM_STATUS' importing status = lv_sys_state.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = lv_strucname changing ct_fieldcat = lt_fieldcatalogue.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = lv_me i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_structure_name = lv_strucname is_layout = ls_layout it_fieldcat = lt_fieldcatalogue tables t_outtab =