ROIGCHGD 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 ROIGCHGD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4B4 - Shipment change history
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: SHNUMBER = D .
Selection Text: ALLE = Display all items
Title: Display Document Changes (TD shipment)
Text Symbol: 604 = Document changes ;
Text Symbol: 605 = User
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: 612 = From 1 on & at % with +
Text Symbol: 613 = Item ;
Text Symbol: 614 = Doc.category Document Item Schedule line
Text Symbol: 615 = -------------------- ---------- -------- ----------
Text Symbol: 616 = Item
Text Symbol: 617 = Date Time ItmNo Action User
Text Symbol: 618 = ---------- -------- ---------- ---------- ---------------------------------------------------
Text Symbol: 619 = Change object Added Changed Deleted
Text Symbol: 620 = -------------------- ----------- -------- --------
Text Symbol: 701 = Shipment
Text Symbol: 702 = Scope of display ---------------------- Sorted
Text Symbol: 703 = Selection criteria
Text Symbol: 704 = Administrative info
Text Symbol: 705 = Changed object
Text Symbol: 706 = Action
Text Symbol: 707 = Added
Text Symbol: 708 = Changed
Text Symbol: 709 = Deleted
Text Symbol: 710 = Created
Text Symbol: 711 = Header
Text Symbol: 712 = Value
Text Symbol: 603 = Technical info
Text Symbol: 100 = Overview
Text Symbol: 101 = Additional info
Text Symbol: 102 = Read archives - not yet supported
Text Symbol: 103 = Time of change ;
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.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = IV_NAME STATE = GC_A LANGU = SY-LANGU IMPORTING DD04V_WA = XS_DD04V EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIGCHGD - Display Document Changes (TD shipment) ROIGCHGD - Display Document Changes (TD shipment) ROIGAVMW - IS-Oil TD archiving of vehicle meter master data - write program ROIGAVMW - IS-Oil TD archiving of vehicle meter master data - write program ROIGAVMV - IS-Oil TD archiving of vehicle meter master data - view single object ROIGAVMV - IS-Oil TD archiving of vehicle meter master data - view single object