RCNPB_W_DELETE_POOL 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 RCNPB_W_DELETE_POOL 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: Delete Worklist, Templates, and User-Specific Settings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNPB_W_WRITE_TO_CLUSTER_DB call function 'CNPB_W_WRITE_TO_CLUSTER_DB' exporting i_user = user it_wklist = lt_wklist i_cluster_relid_cp = space exceptions failed = 1 others = 2.
CNPB_W_WRITE_TO_CLUSTER_DB call function 'CNPB_W_WRITE_TO_CLUSTER_DB' exporting i_user = user it_wklist = lt_wklist i_cluster_relid_cp = 'X' exceptions failed = 1 others = 2.
CNPB_W_WRITE_PREFS_TO_DB call function 'CNPB_W_WRITE_PREFS_TO_DB' exporting i_user = user it_user_prefs = lt_user_prefs exceptions failed = 1 others = 2.
CNPB_W_WRITE_PREFS_TO_DB call function 'CNPB_W_WRITE_PREFS_TO_DB' exporting i_user = user i_cluster_relid_cp = space i_user_prefs = '' i_exp_nodes_table = 'X' it_exp_nodes = lt_exp_nodes exceptions failed = 1 others = 2.
CNPB_W_WRITE_PREFS_TO_DB call function 'CNPB_W_WRITE_PREFS_TO_DB' exporting i_user = user i_cluster_relid_cp = 'X' i_user_prefs = '' i_exp_nodes_table = 'X' it_exp_nodes = lt_exp_nodes exceptions failed = 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.
RCNPB_W_DELETE_POOL - Delete Worklist, Templates, and User-Specific Settings RCNPB_W_DELETE_POOL - Delete Worklist, Templates, and User-Specific Settings RCNPB_W_COPY_POOL - Copy Worklist, Templates, and User-Specific Settings RCNPB_W_COPY_POOL - Copy Worklist, Templates, and User-Specific Settings RCNPB_M_CV110_DOC_DIALOG - Call up CV110_DOC_DIALOG in your own role area RCNPB_M_CV110_DOC_DIALOG - Call up CV110_DOC_DIALOG in your own role area