SAP Reports / Programs

RESOWEIGHDATAF SAP ABAP Report - Program for Object Type WEIGHDATAF : Data Identifier







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


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 RESOWEIGHDATAF. "Basic submit
SUBMIT RESOWEIGHDATAF AND RETURN. "Return to original report after report execution complete
SUBMIT RESOWEIGHDATAF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type WEIGHDATAF : Data Identifier


INCLUDES used within this REPORT RESOWEIGHDATAF

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:

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.



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