How to use abap start routine and end routine what is the code? Where it be coded?
Answer Posted / 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 |
Post New Answer View All Answers
How is sap business one implemented ?
What is the value returned when any method of a di api object executes successfully?
What is used in sdk for developing a form ?
hi guys, now i am working in very small company for SAP_BusinessOne...after getting 3 years of exp in this company ..can i move to LEVEL5 Big Mnc's? any chance is there? or can i change technology instead of B1?
What are the different objects in di api ?
Hi Friends, 1) What precautions i should take as a BI Consultant when it is to UPGRADE the version of ECC (Eg: from R/3 to ECC 6.0)? 2) Will this upgradation affect BI system anyway?
What is dtw in sap business one?
What is the value returned by a method when it executes successfully?
If we are Extracting Data From SD Application component.ie Ex:- sales and billing 2lis_11_vahdr & 2lis_13_vdhdr Data Sources.Can I load From These 2 Data Sources to sales overview Cube 0sd_c03.Can you Explain the procedure.
What are the functions of data interface api (di api)?
Is it possible to alter the standard behaviour of sap business one using sdk ?
Which property of matrix gives the total number of rows in the matrix ?
What are the sap business one modules?
Which tool is provided by sap for keeping the track of events ?
Where does di server executes i.e. Client or server ?