cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger ABAP proxy

Former Member
0 Kudos

Hello folks

Have a sender abap proxy to jdbc scenario.

Have a question: how do we trigger abap proxy from SAP ? can we do by scheduling a job or some other better ways exist ?

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

Try searching such questions

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This is purely based on requirement. If I would need to query or insert data for a specific period of time then I will prefer scheduling a job to trigger proxy.

Former Member
0 Kudos

Thanks for responses...

Ok req is : ABAP - > JDBC scenario : each xml payload is small... just 5 -6 fields coming over from SAP but it is very frequently triggered on SAP ... every 1 minute.. this will be triggeed.

if its job / batch based: aggregate records come over for every 5 -10 minutes... which is good for PI but for SAP overhead is more since job is scheduled very frequently.

if it is event based trigger of abap proxy from SAP then multiple small messages flood PI since data uis not aggregated.

Dont know what is generally preferred?

Thank you.

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> Ok req is : ABAP - > JDBC scenario : each xml payload is small... just 5 -6 fields coming over from SAP but it is very frequently triggered on SAP ... every 1 minute.. this will be triggeed.

>

> if its job / batch based: aggregate records come over for every 5 -10 minutes... which is good for PI but for SAP overhead is more since job is scheduled very frequently.

>

> if it is event based trigger of abap proxy from SAP then multiple small messages flood PI since data uis not aggregated.

>

> Dont know what is generally preferred?

>

Completely depends on how you want and depends on requirement,if you are able to generate multiple records at a time then it it would be really good , because resource utilization in ECC and PI also will be reduced.

else go with individual record.

Regards,

Raj

Former Member
0 Kudos

u can alo think of implementing message packaging:

/people/william.li/blog/2008/03/07/step-by-step-guide-in-processing-high-volume-messages-using-pi-71s-message-packaging

former_member208856
Active Contributor
0 Kudos

for abap proxy, when sending data from ECC system, you have to use executable program from ECC system.

If you have data in standard process code, check any BADI & exit for writing Proxy code there.

Take the help for writing code for ABAP Proxy from blog :

/people/sandeep.kaushik/blog/2010/07/15/abap-proxy-complete-developments-on-sap-pi-sap-abap-systems