SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SAPWL_CPSGLWLSLIST SAP ABAP Report - Copying and Deletion of Entries in Table SGLWLSLIST







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


Text pool values


Title: Copying and Deletion of Entries in Table SGLWLSLIST
Text Symbol: 028 = the field "Delete Data Records".
Text Symbol: 027 = If the data records are to be deleted rather than copied, activate
Text Symbol: 026 = under which the new entries are to be stored.
Text Symbol: 025 = Specify a valid user name as the new user name,
Text Symbol: 024 = application key (000 to 005) and user name.
Text Symbol: 023 = transaction code (ST03G or STATTRACE),
Text Symbol: 022 = Select the existing entries by specifying
Text Symbol: 021 = You can copy existing entries with this report.
Text Symbol: 020 = Copy or Delete Entries in Table SGLWLSLIST.
Text Symbol: 018 = Delete Data Records
Text Symbol: 017 = Copy to User Name
Text Symbol: 016 = Copy from User Name
Text Symbol: 015 = Application Key
Text Symbol: 014 = Transaction Code
Text Symbol: 013 = Deletion failed; sy-subrc =
Text Symbol: 012 = Data records deleted.
Text Symbol: 011 = Data records found.
Text Symbol: 010 = Cannot find data
Text Symbol: 009 = Modify/insert failed; sy-subrc =
Text Symbol: 008 = Data records modified or inserted.
Text Symbol: 007 = not found in table SGLWLSLIST.
Text Symbol: 006 = Data records read from database.
Text Symbol: 005 = No data records found. End.
Text Symbol: 004 = is not a valid user name.
Text Symbol: 003 = User name
Text Symbol: 002 = Exit
Text Symbol: 001 = Tcode not found in table SGLWLSLIST


INCLUDES used within this REPORT SAPWL_CPSGLWLSLIST

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:

No SAP FUNCTION MODULES are executed within this report code!



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