cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP program/function module to perform DTP Init via process chain

former_member209728
Active Participant
0 Kudos

Hi Experts,

I am looking for an ABAP program or a function module via which i can perform  DTP Init (fetch delta status) in a process chain. This activity is usually performed manually but i would like to automate it via a process chain. So i need some standard program or a function module via which i can achieve the same thing as in the manual activity.

The screenshot above shows the manual process of doing a Init for fetching Delta Status from the source but i am looking for a way of doing it through a program.

Any kind of help will be deeply appreciated.

Thanks in advance.

Regards,

Kush

Accepted Solutions (1)

Accepted Solutions (1)

former_member209728
Active Participant
0 Kudos

Hi all,

I just found a solution on the SCN. This has resolved my issue.

http://scn.sap.com/thread/1016153

Thanks

Answers (1)

Answers (1)

naresh_babu3
Contributor
0 Kudos

Hi

The option which u were selected is used to bring the upcoming request data,but not the old requests data..

For Example: DSO is first layer and Cube is the second layer...

For DSO you have 10 requests, but for the cube you need to extract the data from the 11 request, in this scenario u will use the option No Data Transfer:Delta Status in source: Fetched in DTP..

Let us share your scenario, why u need a ABAP progarm or Function module for this...

If u need to execute the DTP daily the ur Cube doesn't contains any data i.e zero records.

Rgds,

Naresh

former_member209728
Active Participant
0 Kudos

Hi Naresh,

I am aware of this functionality. The flow includes a single DSO updating to two different cubes. On some particular days, some full loads are performed to the DSO. These full loads should not reach one of the cubes. So the current process is to perform the init to that cube manually. But i want to find a way though which i can do it via a process chain without requiring any manual intervention.

Thanks