2005 May 02 10:00 PM
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
2005 May 02 10:14 PM
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
2005 May 03 4:30 PM
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
2005 May 04 11:04 PM
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.