SAP Reports / Programs

SLSPAWCHANGEPART SAP ABAP Report - Program SLSPAWCHANGEPART







SLSPAWCHANGEPART is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ,,For assigning the Id to the Participants booked under 'Late Bookings' and for changing the Participant data if anything is writtten wrong...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 SLSPAWCHANGEPART 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

SL100 - Change Participant Data


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


Text pool values


Title: Program SLSPAWCHANGEPART
Text Symbol: 205 = Event selection
Text Symbol: 204 = Organization selection
Text Symbol: 203 = Partipicant ID selection
Text Symbol: 202 = Participant selection by name
Text Symbol: 108 = Participant Type
Text Symbol: 107 = Event ID
Text Symbol: 106 = Organization Name
Text Symbol: 105 = Participant ID
Text Symbol: 104 = Participant Last Name
Text Symbol: 018 = a new Participant type changing
Text Symbol: 017 = Participant type
Text Symbol: 016 = Create a new Participant ID
Text Symbol: 015 = a new Participant ID changing
Text Symbol: 014 = Do you really want to create
Text Symbol: 013 = does not exist.
Text Symbol: 012 = Participant(s)
Text Symbol: 010 = Data selection in progress
Text Symbol: 009 = Do you really want to assign
Text Symbol: 008 = to this ID (Undo not possible) ?
Text Symbol: 007 = already exists for
Text Symbol: 006 = Participant ID exists.
Text Symbol: 005 = Do you want to assign to the same ID?
Text Symbol: 004 = Participant ID
Text Symbol: 003 = Save?
Text Symbol: 002 = Do you really want to change the data?
Text Symbol: 001 = Data can be changed.


INCLUDES used within this REPORT SLSPAWCHANGEPART

INCLUDE SLSPAWCHANGEPARTDATA.
INCLUDE SLSPAWCHANGEPARTPBO.
INCLUDE SLSPAWCHANGEPARTPAI.
INCLUDE SLSPAWCHANGEPARTFORMS.


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-010.



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