SAP Reports / Programs

SAPMSLW_SLPP SAP ABAP Report - Proposal Pool







SAPMSLW_SLPP 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 SAPMSLW_SLPP 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

SLPP - Proposal Pool


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


Text pool values


Title: Proposal Pool
Text Symbol: 007 = Source language not known:
Text Symbol: 008 = Target language not known:
Text Symbol: 009 = Target language not allowed:
Text Symbol: 010 = Selection canceled
Text Symbol: 100 = Source Text
Text Symbol: 101 = Abbreviation
Text Symbol: 102 = Full Text


INCLUDES used within this REPORT SAPMSLW_SLPP

INCLUDE MSLW_SLPPTOP . " GLOBAL DATA
INCLUDE MSLW_SLPP_STATUS_100O02.
INCLUDE MSLW_SLPP_EXIT_GLOBALI01.
INCLUDE MSLW_SLPP_USER_COMMAND_0100I01.
INCLUDE MSLW_SLPP_SELECT_GV_S_LANG_I01.
INCLUDE MSLW_SLPP_SELECT_GV_T_LANG_I01.
INCLUDE MSLW_SLPPP01.
INCLUDE MSLW_SLPP_SET_SEL_TEXTI01.
INCLUDE MSLW_SLPP_STATUS_0501O01.
INCLUDE MSLW_SLPP_CANCELI01.
INCLUDE MSLW_SLPP_CHECK_MAX_DURAI01.
INCLUDE MSLW_SLPP_CHECK_MAX_DURA_LOI01.
INCLUDE MSLW_SLPP_INITO01.
INCLUDE MSLW_SLPP_INIT_CONFIG_SCREEF01.
INCLUDE MSLW_SLPP_SAVE_MAX_DURA_FIXI01.
INCLUDE MSLW_SLPP_USER_COMMAND_501I01.
INCLUDE MSLW_SLPP_SAVE_SLPP_SETTINGF01.
INCLUDE MSLW_SLPP_P01.
INCLUDE MSLW_SLPP_SELECT_GV_ABR_LANI01.
INCLUDE MSLW_SLPPO01 .
INCLUDE MSLW_SLPPI01 .
INCLUDE MSLW_SLPP_INIT_LANGUAGESO01.
INCLUDE MSLW_SLPP_INIT_801O01.
INCLUDE MSLW_SLPP_P02.
INCLUDE MSLW_SLPP_CHECK_CHANGESI01.
INCLUDE MSLW_SLPP_STATUS_800O01.
INCLUDE MSLW_SLPP_F01.


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