How to use abap start routine and end routine what is the code? Where it be coded?
Answers were Sorted based on User's Feedback
Answer / chaitanya
Start Routine:
The start routine is run for each data package at the start
of the transformation. The start routine has a table in the
format of the source structure as input and output
parameters. It is used to perform preliminary calculations
and store these in a global data structure or in a table.
This structure or table can be accessed from other
routines. You can modify or delete data in the data package.
End Routine
An end routine is a routine with a table in the target
structure format. You can use an end routine to postprocess
data after transformation on a package-by-package basis. It
is triggered after Transformation.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / harinath
Start Routine: Start Routine written at before transformation, Source_Package.
eg: Data source having 4 weeks of sales data. but client want to see 2nd week of sales data.. by using start routine we will get 2nd week of sales data.
End Routine: End Routine written at after transformation, Result_Package.
eg: lookup purpose
Is This Answer Correct ? | 0 Yes | 0 No |
What is a/r invoice ?
what is report to report interface and why we use it sap bi
how to write a customise code in reporting replacement path
Is it possible to alter the standard behaviour of sap business one using sdk ?
) Why is there a restriction of 16 Dim tables in an Info Cube and 16 key fields in an ODS.
Name of the tool used for unit testing
Can sap business one be customized?
In sap business one sdk, which object is used for executing sql queries and stored procedures ?
How types of reports we can create in BOBJ
What are the complex reports you developed in Business Objects.Please tell me 3 reports you developed and the complexity you faced and the solution
1 Answers GHG, KPIT, Mind Tree, NTT Data,
Which tool is provided by sap for keeping the track of events ?
What will happen if we remove eventfilters ?