cancel
Showing results for 
Search instead for 
Did you mean: 

How to send the data from ecc to AIF proxy...

Former Member
0 Kudos

Hi All,

Can anybody tell me,

How to trans for the data from ECC to another system and i want to know how to create a batch session it could be trigger every 30 mins.

Thanks in Advance.

Regards,

Siva.

Accepted Solutions (0)

Answers (2)

Answers (2)

monikandan_p
Active Participant
0 Kudos

Hi Siva,

From ECC to PI use client proxy and then from PI to other system use adapter like JDBC,SOAP  etc

for ex: if it is DB use JDBC adapter

ECC(Client proxy) ->PI->(JDBC,SOAP etc)Third party system.

For job scheduling you can do through ABAP report.

Best Regards,

Monikandan.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>For job scheduling you can do through ABAP report.

I blieve he's asking for scheduling on message send step (like with IDOCs in we20) and not at the trigger level and with AIF that does not seem to be an option yet,

Regards,

Michal Krawczyk

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>How to trans for the data from ECC to another system

in order to call AIF from a please have a look at the cookbook for proxy connectivity:

>>>i want to know how to create a batch session it could be trigger every 30 mins.

there is no standard way to control this from AIF - I believe you're looking for the mirror funcitonality as with batch IDOCs which could be sent every XX minutes - AFAIK there's no way to send messages in AIF in the same way,

Regards,

Michal Krawczyk