SAP Reports / Programs | Hydrocarbon Product Management | Industry Solution Oil | Hydrocarbon Product Management(IS-OIL-DS-HPM) SAP IS

ROIBDYNE SAP ABAP Report - Dynamic enhancement of missing HPM delivery appendices







ROIBDYNE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report ROIBDYNE can be run for delivery documents for which the goods issue has already been posted...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ROIBDYNE into the relevant SAP transactions such as SE38 or SE80


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 ROIBDYNE. "Basic submit
SUBMIT ROIBDYNE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIBDYNE 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: P_UPDATE = Enhance LIPSO2 with new lines
Selection Text: S_VBELN = Delivery document(s)
Title: Dynamic enhancement of missing HPM delivery appendices
Text Symbol: 070 = Missing LIPSO2 quantity lines :
Text Symbol: 133 = Documents have been succesfully enhanced !
Text Symbol: 134 = Document No. Posnr. UoM LIPSO2 Quantity Recalculated Quantities
Text Symbol: 200 = Delivery documents to be analyzed
Text Symbol: 300 = No relevant deliveries selected !
Text Symbol: 301 = Missing lipso1-entry, run Roib3fix + Roib6fix first!
Text Symbol: 302 = Conversion group not found!
Text Symbol: 303 = Error in HPM Quantity Conversion Interface (QCI) !
Text Symbol: 991 = The report
Text Symbol: 992 = does no longer exist and has been replaced by
Text Symbol: 993 = .
Text Symbol: 994 = For further information please refer to note 212707.
Text Symbol: E01 = Enter at least one delivery document number !


INCLUDES used within this REPORT ROIBDYNE

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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