RESTASK0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is called from Transaction EQ90 in the Customizing...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 RESTASK0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EQ90 - Task Customizing for IS-U (IMG)
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: Task Customizing for IS-U (IMG)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_TASK_CUSTOMIZE CALL FUNCTION 'RH_TASK_CUSTOMIZE' EXPORTING ACT_FUNCTION_AREA = 'I110004801' * ACT_PLVAR = ' ' * ACT_BEGDA = SY-DATUM * ACT_ENDDA = '99991231' EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_FUNCTION_AREA_GIVEN = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESTASK0 - Task Customizing for IS-U (IMG) RESTASK0 - Task Customizing for IS-U (IMG) 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