ROIGSD01 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 ROIGSD01 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: R_BWART = Movement type
Selection Text: R_AUFNR = Order
Selection Text: R_ANLN2 = Asset sub number
Selection Text: R_ANLN1 = Asset number
Selection Text: RI_WERKS = Plant
Selection Text: RI_MEINS = Base unit of measure
Selection Text: RI_MATNR = Material
Selection Text: RI_LGORT = Storage location
Selection Text: RI_ERFMG = Quantity in unit of entry
Selection Text: RI_ERFME = Unit of entry
Selection Text: RI_CHARG = Batch number
Selection Text: RI_BDTER = Requirements date
Selection Text: RI_BDMNG = Requirements quantity
Selection Text: P_CB_SN = Process inbound deliveries
Selection Text: P_CB_RES = Process reservations
Selection Text: P_CB_DEL = Process outbound deliveries
Selection Text: EXPAND = Expand display structure
Selection Text: D_WADAT = Planned goods issue date
Selection Text: D_TRAGR = Transportation group
Selection Text: D_TDDAT = Transport planning date
Selection Text: D_SSTSF = Incl. assig. del. (Status 1+2)
Selection Text: D_SOLDTY = Sold-to-party
Selection Text: D_SHPCN = Shipping conditions
Selection Text: D_SHIPTY = Ship-to-party
Selection Text: D_SHIPT = Shipping point
Selection Text: D_SALDIS = Sales district
Selection Text: D_ROUTE = Route
Selection Text: D_NTGEW = Net weight
Selection Text: D_MOT = Mode of transport
Selection Text: D_MISCDL = Misc. delivery number
Selection Text: D_LSTEL = Loading point
Selection Text: D_LIFEX = Ext. identification
Selection Text: D_LDDAT = Loading date
Selection Text: D_INCOT = Incoterms
Selection Text: D_GEWEI = Unit of weight
Selection Text: D_FWDAGT = Forwarding agent
Selection Text: S_VERUR = Inbound del.no. (vendor)
Selection Text: S_VBELN = Inbound del.no.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = C_REPORT_NAME IS_LAYOUT = IS_LAYOUT IT_FIELDCAT = IT_FIELDCAT IT_EXCLUDING = IT_EXCLUDING I_SCREEN_START_COLUMN = SCREEN_START_COLUMN I_SCREEN_START_LINE = SCREEN_START_LINE I_SCREEN_END_COLUMN = SCREEN_END_COLUMN I_SCREEN_END_LINE = SCREEN_END_LINE I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = IS_VARIANT IT_EVENTS = IT_EVENTS I_TABNAME_HEADER = 'IT_HEADER_ALV_TAB' I_TABNAME_ITEM = 'IT_ITEM_ALV_TAB' IS_KEYINFO = IS_KEYINFO TABLES T_OUTTAB_HEADER = IT_HEADER_ALV_TAB T_OUTTAB_ITEM = IT_ITEM_ALV_TAB EXCEPTIONS OTHERS = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_INTERNAL_TABNAME = 'IT_HEADER_ALV_TAB' I_STRUCTURE_NAME = 'ROIGSD01_HEADER_ALV' CHANGING CT_FIELDCAT = IT_FIELDCAT EXCEPTIONS OTHERS = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_INTERNAL_TABNAME = 'IT_ITEM_ALV_TAB' I_STRUCTURE_NAME = 'ROIGSD01_ITEM_ALV' CHANGING CT_FIELDCAT = IT_FIELDCAT EXCEPTIONS OTHERS = 0.
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 ROIGSD01 or its description.