RESOWEIGHDATAF 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 RESOWEIGHDATAF 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.
Title: Program for Object Type WEIGHDATAF : Data Identifier
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_EWAWA_DATAFINDER_STUFF CALL FUNCTION 'ISU_EWAWA_DATAFINDER_STUFF' EXPORTING PAR_CONTRACT = PARCONTRACT PAR_CONTRACTPOS = PARCONTRACTPOS PAR_ORDERNR = PARORDERNR PAR_ORDERLAUFNR = PARORDERLAUFNR IMPORTING PAR_RES_WASTE = PARRESWASTE EXCEPTIONS OTHERS = 01.
ISU_EWAWA_DATAFINDER_ORDER CALL FUNCTION 'ISU_EWAWA_DATAFINDER_ORDER' EXPORTING PAR_ORDERNR = PARORDERNR PAR_ORDERDATE = PARORDERDATE PAR_CAR = PARCAR IMPORTING PAR_RES_ORDERNR = PARRESORDERNR EXCEPTIONS OTHERS = 01.
ISU_EWAWA_DATAFINDER_ORDERPOS CALL FUNCTION 'ISU_EWAWA_DATAFINDER_ORDERPOS' EXPORTING PAR_ORDERNR = PARORDERNR PAR_ORDERPOSNR = PARORDERPOSNR IMPORTING PAR_RES_ORDERPOSNR = PARRESORDERPOSNR EXCEPTIONS OTHERS = 01.
ISU_EWAWA_DATAFINDER_CAR CALL FUNCTION 'ISU_EWAWA_DATAFINDER_CAR' EXPORTING PAR_VEHICLE = PARVEHICLE PAR_LICENSE_NUM = PARLICENSENUM PAR_PARTNER = PARPARTNER PAR_ORDERNR = PARORDERNR IMPORTING PAR_RES_VEHICLE = PARRESVEHICLE PAR_RES_TRAILER = PARRESTRAILER EXCEPTIONS OTHERS = 01.
ISU_EWAWA_DATAFINDER_PARTNER CALL FUNCTION 'ISU_EWAWA_DATAFINDER_PARTNER' EXPORTING PAR_PARTNER = PARPARTNER PAR_CONTRACT = PARCONTRACT PAR_CAR = PARCAR IMPORTING PAR_RES_PARTNER = PARRESPARTNER EXCEPTIONS OTHERS = 01.
ISU_EWAWA_DATAFINDER_CONTRACT CALL FUNCTION 'ISU_EWAWA_DATAFINDER_CONTRACT' EXPORTING PAR_CONTRACT = PARCONTRACT PAR_PARTNER = PARPARTNER IMPORTING PAR_RES_CONTRACT = PARRESCONTRACT EXCEPTIONS OTHERS = 01.
ISU_EWAWA_DATAFINDER_CONTPOS CALL FUNCTION 'ISU_EWAWA_DATAFINDER_CONTPOS' EXPORTING PAR_CONTRACTPOS = PARCONTRACTPOS PAR_CONTRACT = PARCONTRACT IMPORTING PAR_RES_CONTRACTPOS = PARRESCONTRACTPOS EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESOWEIGHDATAF - Program for Object Type WEIGHDATAF : Data Identifier RESOWEIGHDATAF - Program for Object Type WEIGHDATAF : Data Identifier RESOWASTEWDO - Program for Object Type WASTEWDOC : Waste Disposal Order RESOWASTEWDO - Program for Object Type WASTEWDOC : Waste Disposal Order RESOWASTESAMPLE - Program for Object Type WASTESAMPL : Reserve Sample RESOWASTESAMPLE - Program for Object Type WASTESAMPL : Reserve Sample