SAP ABAP Reports

Share |

START SAP Report - Include START

START is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( START ) into the relevant SAP transaction such as SE38 or SE80

Within the comments section below there is also an opportunity for anyone to be able add useful hints and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name.


SAP Documentation for program START


DEFINITION
Date on which a customer is first provided with a waste disposal service.

USE


DEPENDENCIES
Overrides the validity date.
Documentation extract taken from SAP system, Copyright (c) SAP AG

Includes used within report:

*& INCLUDE START


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!


Text pool values


Title: Include START






Share |