RMAUFHST 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 RMAUFHST into the relevant SAP transactions such as SE38 or SE80
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: ZINFO = Display Additional Info
Selection Text: ZEIT = From time (HH:MM:SS)
Selection Text: VBTYP = ?...(VBTYP)
Selection Text: VBELN = Document
Selection Text: SPOSI = ?...(SPOSI)
Selection Text: SDATE = ?...(SDATE)
Selection Text: POSNR = Item
Selection Text: OBJEKT = Object class
Selection Text: ALLE = Display All Items
Title: Report for Displaying Change Documents for Allocation Table Documents
Text Symbol: 606 = Date
Text Symbol: 607 = Time
Text Symbol: 608 = Transaction
Text Symbol: 609 = Field name
Text Symbol: 610 = Table name
Text Symbol: 611 = Description
Text Symbol: 613 = Item
Text Symbol: 617 = ***
Text Symbol: 619 = Change object created changed deleted
Text Symbol: 620 = -------------- ------------ ------- --------
Text Symbol: 621 = Date KEY
Text Symbol: 702 = Scope of display
Text Symbol: 703 = Selection crit.
Text Symbol: 704 = Admin. info.
Text Symbol: 705 = Change object
Text Symbol: 706 = Allocation table
Text Symbol: 707 = Base plant group data
Text Symbol: 708 = Plant data
Text Symbol: 709 = Delivery phase
Text Symbol: 710 = Delivery phase DC
Text Symbol: 711 = DC Data
Text Symbol: 605 = User
Text Symbol: 100 = Overview
Text Symbol: 101 = Addit. info
Text Symbol: 102 = Read archive - not yet supported -
Text Symbol: 103 = Time of change
Text Symbol: 104 = Document Items
Text Symbol: 105 = Sales document
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHANGEDOCUMENT_READ_HEADERS * CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' * EXPORTING * DATE_OF_CHANGE = CDHDR-UDATE * OBJECTCLASS = CDHDR-OBJECTCLAS * OBJECTID = CDHDR-OBJECTID * TIME_OF_CHANGE = CDHDR-UTIME * USERNAME = CDHDR-USERNAME * TABLES * I_CDHDR = ICDHDR * EXCEPTIONS * NO_POSITION_FOUND = 1 * OTHERS = 2.
CHANGEDOCUMENT_READ_POSITIONS * CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' * EXPORTING * CHANGENUMBER = ICDHDR-CHANGENR * TABLEKEY = CDPOS-TABKEY * TABLENAME = CDPOS-TABNAME * IMPORTING * HEADER = CDHDR * TABLES * EDITPOS = ICDSHW * EXCEPTIONS * NO_POSITION_FOUND = 1 * OTHERS = 2.
RV_DOMAIN_VALUE_TEXTS ** call function 'RV_DOMAIN_VALUE_TEXTS' ** exporting ** domname = 'ABART ' ** domvalue = domvalue ** single = ' ' ** importing ** ddtext = text.
RV_DOMAIN_VALUE_TEXTS ** call function 'RV_DOMAIN_VALUE_TEXTS' ** exporting ** domname = 'VBTYP ' ** domvalue = i_vbtyp ** single = ' ' ** importing ** ddtext = text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMAUFHST - Report for Displaying Change Documents for Allocation Table Documents RMAUFHST - Report for Displaying Change Documents for Allocation Table Documents RMATTYP - Program for Object Type MATTYPE: Material Type RMATTYP - Program for Object Type MATTYPE: Material Type RMATIDGE_OLD - Reads Material GUIDs from the APO System & Fills NDBSMATG16 w. Values RMATIDGE_OLD - Reads Material GUIDs from the APO System & Fills NDBSMATG16 w. Values