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
Below is a list of transaction codes which are relevant to this SAP report
SL100 - Change Participant Data
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: 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.
INCLUDE SLSPAWCHANGEPARTDATA.
INCLUDE SLSPAWCHANGEPARTPBO.
INCLUDE SLSPAWCHANGEPARTPAI.
INCLUDE SLSPAWCHANGEPARTFORMS.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-010.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.