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
Below is a list of transaction codes which are relevant to this SAP report
AC06 - List Display: Service Master
AC05 - List Processing: Service Master
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.
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
INCLUDE MIOLXTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.