Hi all,
I made an RFC function that uses BAPI_GOODSMVT_CREATE.
My problem is now to get automatically the output message (defined on the customizing) for the material document.
To do this I've first tried to set the parameter 'NDR' to 'X' before calling the BAPI, but it was not workinig.
It works if I set it in the User Parameters, but.... only when I'm running the function with SE37.
When the function is called from the external system... it doesn't work 😔
The RFC function is called always with the same user and I setted the NDR parameter on for this user.
Somebody can tell me why it's not working and where I'm wrong?
The only difference is that my user is a dialog user (with gui) and the external systen user is a communication user (without gui). Can be this the reason? Do I have any possibility to solve this issue?
Thanks!
P.S. Also an easy way to create the message after the bapi is called can be usefull 😊