cancel
Showing results for 
Search instead for 
Did you mean: 

Sending data from one application to another application

Former Member
0 Kudos


Dear All,

Can any one help me in how to send data from one application to another application instantly with out using BADI or Script logic. since my user requirement is if he posts revenue for one product now and for another product after 20 mins he is not insterested to run the package again, is there any ev function or any other method which can send data instantly based on two dimension members selection.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Hi Krishna,

You slightly misunderstand the usage of BADI an script logic:

1. For script logic solution you can put the copy code (with *DESTINATION_APP) into default.lgf that will run after each value send to database.

2. For badi - 2 options: custom logic badi can be used in default.lgf like script logic or it can be a write back badi that will run also during send.

B.R. Vadim

Former Member
0 Kudos

Hi Vadim,

Thank you very much for quick reply, is there any EV function which can call the data from one application to another application.

former_member186338
Active Contributor
0 Kudos

Ups, EV functions are report functions, for sure on the input schedule file you can use multiple EVDRE functions looking to multiple applications and use some Excel links...

But is it really what you want?

Vadim

Former Member
0 Kudos

Hi Vadim,

yes you are right, i am really looking for EV function which can call the data from one application to another application. can you please tell me which EV function can perform that function?

former_member186338
Active Contributor
0 Kudos

You marked the question as answered

Former Member
0 Kudos

sorry vadim,

By mistake my mouse clicked on that one but I don't know how to mark it as not answered I don't know.

former_member186338
Active Contributor
0 Kudos

Hi,

I do not understand, what is the issue?

You can always have separate EVDRE to get data from another application and using Excel formula in the main EVDRE to send data from other application.

You can also use EVGET function for the same purpose.

But I don't like this approach, script or badi is much more reliable.

Vadim

Former Member
0 Kudos

Hi Vadim,

Can you please tell me how to run the default logic while sending data into database? Also what is the issue with EVGET function over Badi or script logic?

former_member186338
Active Contributor
0 Kudos

If you have some logic in the script default.lgf this logic will always run automatically when user send data from any input schedule. You don't need to do anything else.

The disadvantage of Excel function like EVGET to get data from one cube and store the result in another cube is that the user of input schedule can somehow change the cell with this function or some other cells. As a result - the values in different cubes will be out of sync. With default.lgf or badi the data copy is done on the server level - user is unable to break it.

B.R. Vadim

Answers (0)