Hi Experts,
We are using RAP managed scenario which performs CRUD on a custom table which is working fine. Also, we have added a custom action to perform Goods movement 101. For which, I want to call BAPI_GOODSMVT_CREATE.
How can I achieve th...
Yes Andre, Thanks for explaining it perfectly as always !!! For me it works fine as we are not calling the RFC on 'SAVE' but on an Action Button. We want to just perform an action while major part is to save data that is already performed and after t...
Hi Andre,First of all thanks for your reply and sorry for replying this late, I was really tied up with some other work and I had found a workaround by calling the BAPI as RFC with DESTINATION 'NONE' and it is working fine within the Action code.Do y...