SAP Reports / Programs

SXMS_LMS_CREATE SAP ABAP Report - Message Packaging Test







SXMS_LMS_CREATE 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 SXMS_LMS_CREATE 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 SXMS_LMS_CREATE. "Basic submit
SUBMIT SXMS_LMS_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT SXMS_LMS_CREATE 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: SYS_ERR = System Error
Selection Text: SYS_ACK = System OK
Selection Text: RCVSPLIT = Receiver Split
Selection Text: QUEUE = Queue ID
Selection Text: PPROX = Proxy to Proxy
Selection Text: PIDOC = Proxy to IDoc
Selection Text: PFILE = Proxy to File
Selection Text: NO_SPLIT = No Split
Selection Text: N = Number of Messages
Selection Text: MIX = Interface Mix
Selection Text: IF_SPLIT = Interface Split
Selection Text: ERR_NR = No. of Message with Errors
Selection Text: ERRSPLIT = Error
Selection Text: EOIO = EOIO
Selection Text: EO = EO
Selection Text: DSR = Ser DSR Passport
Selection Text: APPL_ERR = Application Error
Selection Text: APPL_ACK = Application OK
Title: Message Packaging Test
Text Symbol: 120 = Quality of Service
Text Symbol: 110 = Request Acknowledgment
Text Symbol: 100 = Test Scenario Message Packaging
Text Symbol: 001 = Receiver/Interface Determination


INCLUDES used within this REPORT SXMS_LMS_CREATE

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:

SXMS_TEST_BULK call function 'SXMS_TEST_BULK' exporting testcase = testcase queue_id = queue n = n err_nr = err_nr sys_ack = sys_ack appl_ack = appl_ack sys_err_ack = sys_err appl_err_ack = appl_err dsr = dsr importing msgid_tab = l_t_guid.



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