cancel
Showing results for 
Search instead for 
Did you mean: 

Invoking a batch processing using ABAP proxy

Former Member
0 Kudos

Hi guys,

I need to develop a scenario where in the target a proxy starts a function module (or ?), but I need to run this function module then in a separate "thread", so the proxy processing would be finished. You know what I mean? Is it possible somehow?

Thank you, Andrzej

Accepted Solutions (1)

Accepted Solutions (1)

pedro_baroni3
Active Contributor
0 Kudos

Hi Andrzej,

You can Call the Function using Tasks in the ABAP Proxy.

See:

[http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPparallelprocessingusingRFC]

[http://wiki.sdn.sap.com/wiki/display/Snippets/Easilyimplementparallelprocessinginonlineandbatchprocessing]

[http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing]

Best Regards.

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos
Former Member
0 Kudos

excellent, thank you guys!