SAP Reports / Programs | Knowledge Management | Knowledge Warehouse | Performance Assessment Workbench(KM-KW-PAW) SAP KM

SLSPAWT8 SAP ABAP Report - PAW - Generate Initial Customizing Data







SLSPAWT8 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for PAW-Customizing is a way to tell the system how it shall behave like the System id#s, the way to use TEM system, the way to use thresholds for release controls etc and this report is useful for filling the initial table customizing values...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SLSPAWT8 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SL71 - PAW - Initial Data Generator


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 SLSPAWT8. "Basic submit
SUBMIT SLSPAWT8 AND RETURN. "Return to original report after report execution complete
SUBMIT SLSPAWT8 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_UTIL = Numbers (SLS_UTIL)
Selection Text: P_RCTRL = Results Release Control
Selection Text: P_LOOKV = Lookup Values
Selection Text: P_LOOKU = Lookup Types
Selection Text: P_DELETE = Delete table-entries first ...
Selection Text: P_CREATE = ... then create new records
Title: PAW - Generate Initial Customizing Data
Text Symbol: 051 = Area in Knowledge Warehouse used for IO access
Text Symbol: 052 = Test ID
Text Symbol: 053 = Subtest ID
Text Symbol: 054 = Item ID
Text Symbol: 055 = Event ID
Text Symbol: 056 = Test type ID
Text Symbol: 057 = Location ID
Text Symbol: 058 = PET ID
Text Symbol: 059 = Logging Run ID
Text Symbol: 060 = Text ID
Text Symbol: 061 = Essay ID
Text Symbol: 115 = Mode:
Text Symbol: 116 = Action:
Text Symbol: 201 = Report mode
Text Symbol: 206 = Record type selection
Text Symbol: 050 = Test Data Generation
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Do you really want to delete the customizing data? Undo not possible!
Text Symbol: 005 = Create new customizing data
Text Symbol: 006 = Do you want to create new Customizing data deleting the existing data? Undo not possible
Text Symbol: 007 = Delete
Text Symbol: 008 = Generated
Text Symbol: 009 = Deleted
Text Symbol: 011 = Delete and create records
Text Symbol: 012 = Delete records only
Text Symbol: 020 = Do nothing
Text Symbol: 021 = Create records only
Text Symbol: 030 = Table processed:
Text Symbol: 031 = Return code
Text Symbol: 032 = sy-subrc =





Text Symbol: 033 = Good/bad rec.
Text Symbol: 035 = Action log
Text Symbol: 036 = Status
Text Symbol: 041 = Filling table:
Text Symbol: 042 = Deleting from table:
Text Symbol: 043 = Inserting into table:
Text Symbol: 049 = Action


INCLUDES used within this REPORT SLSPAWT8

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-007 text_question = text-003 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = text-003 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = text-003 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = text-003 text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) * default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_text.



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