SAP Reports / Programs | Materials Management | External Services(MM-SRV) SAP MM

RXASMD10 SAP ABAP Report - List Processing: Service Master







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

AC06 - List Display: Service Master
AC05 - List Processing: Service Master


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 RXASMD10. "Basic submit
SUBMIT RXASMD10 AND RETURN. "Return to original report after report execution complete
SUBMIT RXASMD10 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: VARIANT = D Layout
Selection Text: STLVP = D SSC item
Selection Text: SPART = D Division
Selection Text: MATKL = D Material Group
Selection Text: LSTHI = D Hier. service no.
Selection Text: LGART = D Wage type
Selection Text: LBNUM = D Service type
Selection Text: ERNAM = D Created by
Selection Text: ERDAT = D Created on
Selection Text: BEGRU = D Authorization group
Selection Text: AUSGB = D Edition
Selection Text: ASTYP = D Service category
Selection Text: ASNUM = D Service number
Selection Text: ASKTX = D Service Short Text
Selection Text: AENAM = D Changed by
Selection Text: AEDAT = D Changed on
Title: List Processing: Service Master
Text Symbol: SON = Other
Text Symbol: B02 = Administrative data
Text Symbol: B01 = Service selection
Text Symbol: ANZ = Number
Text Symbol: 802 = Last objects processed
Text Symbol: 801 = Processed objects
Text Symbol: 800 = Unprocessed objects
Text Symbol: 706 = Yes
Text Symbol: 705 = No
Text Symbol: 704 = Terminate list processing
Text Symbol: 703 = not yet been processed?
Text Symbol: 702 = objects selected that have
Text Symbol: 701 = Terminate processing for all
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 201 = Service selection
Text Symbol: 001 = Layout


INCLUDES used within this REPORT RXASMD10

INCLUDE MIOLXTOP.


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 text = 'Selektion Leistung'(201).

HR_WAGE_TYPES_FOR_MMSRV CALL FUNCTION 'HR_WAGE_TYPES_FOR_MMSRV' IMPORTING lgart = h_lgart.



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