SAP Reports / Programs

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







ROIBSCAN_SD_DYNE 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 ROIBSCAN_SD_DYNE 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 ROIBSCAN_SD_DYNE. "Basic submit
SUBMIT ROIBSCAN_SD_DYNE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIBSCAN_SD_DYNE 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) !


INCLUDES used within this REPORT ROIBSCAN_SD_DYNE

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:

OIB_SD_COLLECT_UOM CALL FUNCTION 'OIB_SD_COLLECT_UOM' EXPORTING IF_VBELN = LLIPS-VBELN IF_POSNR = LLIPS-POSNR IF_GEWEI = LLIPS-GEWEI IF_MEINS = LLIPS-MEINS * I_UOMGR = IF_VOLEH = LLIPS-VOLEH * I_ADDUOM1 = * I_ADDUOM2 = IF_WERKS = LLIPS-WERKS IF_MATNR = LLIPS-MATNR IF_VGBEL = LLIPS-VGBEL IF_VGPOS = LLIPS-VGPOS IF_OLAND1 = LLIPS-OIC_OLAND1 IF_DLAND1 = LLIPS-OIC_DLAND1 IF_UEPOS = LLIPS-UEPOS IF_VGTYP = LLIPS-VGTYP * I_KNUMV = * I_LISOF = IF_OIH_LICIN = LLIPS-OIH_LICIN IF_OIH_LICTP = LLIPS-OIH_LICTP TABLES CT_CU_LIST = UOM_LIST * T_CU_UNITS = EXCEPTIONS DELIVERY_NOT_FOUND = 0 UOM_GROUP_NOT_FOUND = 0 BASE_UOM_NOT_FOUND = 0 OTHERS = 0.

OIB_QCI_MOVE_STRUC_TO_ITAB CALL FUNCTION 'OIB_QCI_MOVE_STRUC_TO_ITAB' EXPORTING I_STRUCTURE = PI_OIB_A04 I_DDIC_REFERENCE = 'OIB_A04' TABLES T_OIB_A10 = LT_PARAM EXCEPTIONS FIELD_TYPE_NOT_VALID = 1 STRUCTURE_NOT_EXISTS = 2 OTHERS = 3.

OIB_QCI_MOVE_STRUC_TO_ITAB CALL FUNCTION 'OIB_QCI_MOVE_STRUC_TO_ITAB' EXPORTING I_STRUCTURE = PI_OIB_A11 I_DDIC_REFERENCE = 'OIB_A11' TABLES T_OIB_A10 = LT_PARAM EXCEPTIONS FIELD_TYPE_NOT_VALID = 1 STRUCTURE_NOT_EXISTS = 2 OTHERS = 3.

OIB_QCI_MOVE_STRUC_TO_ITAB CALL FUNCTION 'OIB_QCI_MOVE_STRUC_TO_ITAB' EXPORTING I_STRUCTURE = PI_OIB01 I_DDIC_REFERENCE = 'OIB01' TABLES T_OIB_A10 = LT_PARAM EXCEPTIONS FIELD_TYPE_NOT_VALID = 1 STRUCTURE_NOT_EXISTS = 2 OTHERS = 3.

OIB_QCI_MOVE_FIELD_TO_ITAB CALL FUNCTION 'OIB_QCI_MOVE_FIELD_TO_ITAB' EXPORTING I_PAR_NAME = 'BSWIND' I_PARAMETER = PI_BSW * i_par_unit = TABLES T_OIB_A10 = LT_PARAM.

OIB_QCI_QUANTITY_CONTROL CALL FUNCTION 'OIB_QCI_QUANTITY_CONTROL' TABLES T_QT2TAB = PX_ADDQTY T_PARAM = LT_PARAM EXCEPTIONS CALCULATION_FAILURE = 2 CALCULATION_OVERFLOW = 3 TRANS_UOM_NOT_FOUND = 15 UNIT_CONVERSION_ERROR = 16 WINDOW_CANCELLED = 21 INCONSISTENT_DATA = 24 OUT_OF_RANGE = 25 INCONSISTENT_CUSTOMIZING = 26 OTHERS = 27.

OIB_QCI_MOVE_ITAB_TO_STRUC CALL FUNCTION 'OIB_QCI_MOVE_ITAB_TO_STRUC' EXPORTING I_DDIC_REFERENCE = 'OIB_A04' IMPORTING E_STRUCTURE = PC_PARAM TABLES T_OIB_A10 = LT_PARAM.

OIB_QCI_MOVE_ITAB_TO_FIELD CALL FUNCTION 'OIB_QCI_MOVE_ITAB_TO_FIELD' EXPORTING I_PAR_NAME = 'BSWQTY' IMPORTING E_PARAMETER = PC_NETQTY TABLES T_OIB_A10 = LT_PARAM.



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