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

Batch Input in RFC function module

alejandro_lpez
Contributor
0 Likes
1,035

Hi,

I am creating a function that change the location of an equipment in transaction IE02. When i execute this function from SAP it works fine, but when its call from .Net connector does not work, no changes to equipment are realized. i am using call transaction to generate a batch input mode.

i have used submit to programs with the necessary code to execute call transaction IE02 but the results are the same.

How can i execute a batch input from rfc funtion module?

thanks,

Alejandro

Message was edited by: Alejandro López

3 REPLIES 3
Read only

Former Member
0 Likes
637

I am not sure why your BDC is not working, may be the way you are doing the call transaction has something to do with it.

But try this RFC RFC_CHANGE_EQUIPMENT_MASTER instead.

Srinivas

Read only

0 Likes
637

Thanks Srinivas,

I found a solution: user that calls RCF function did not have enough permission to execute a batch input, although when executed the RFC no error messages were shown.

it is necessary to assign all the permissions for execute batch input to user that executes the RFC.

Alejandro

Read only

0 Likes
637

Alejandro,

Tengo problemas similares con una rfc y batch input.

Serías tan amable de enviarme el código de la rfc para revisar, chequee los permisos pero igual no actualiza datos.

Gracias.