Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Batch Input within RFC

andrs_sarcevic
Contributor
0 Likes
501

Hello experts.

I need to call a Batch Input within a RFC Function. I heard that approach might bring some problems, taking into account that the RFC function must act as a Web Service for a .Net application calling.

Has anybody came up with a similar situation?

Thank you in advance.

Regards,

Andrés Sarcevic.

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
418

Hello Andres

Two things come into my mind with this scenario:

1) Does the batch input require that the executing user is a dialog user? If so then the RFC user must be a dialog user as well.
2) Does the RFC user have sufficient authorizations to execute the batch input?

Regards

Uwe

Read only

andrs_sarcevic
Contributor
0 Likes
418

There was no problem in calling the Batch Input within an RFC and invoke this RFC from a Web Service.