‎2005 Oct 28 2:45 PM
Hi all,
I have to fill some custom fields in RMCA documents during the FI-CA interface.
I used the events 61, 4000, (transaction FQEVENTS) but there isn't any billing information (VBRK).
That's all.
Thanks for your help.
Bye Enzo
‎2005 Oct 28 2:54 PM
Hi Enzo,
do you have debug your user-exit and check if in a calling program you have this information ?
if yes, you can access this information with a little tip&trick.
Rgd
Frédéric
‎2005 Oct 28 3:11 PM
Yes it is.
But I can use (SAPMV60A)VBRK but in this way I'm not sure that the BAPI that another group use to post documents will work.
‎2005 Oct 28 3:15 PM
Exactly Enzo, you can have a shortdump ... you must have to check the sy-tcode ...
Or maybe, you can use the set memory ID, but you have to find an other user-exit, with the data, call before your user exit.
‎2005 Oct 28 3:24 PM
HI Frédéric,
I just have other user exit to pass the fields I want.
Do you know if using memory ID there the possibility to have problems with batch procedure (like BAPI)?
‎2005 Oct 28 3:29 PM
it's not allowed to use global memory in the BAPI, but I'm not sure it's the case for the SET/GET MEMORY ID ..
maybe try