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

USER EXIT ON Posting RMCA documents FI-CA Interface

Former Member
0 Likes
819

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

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
737

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

Read only

0 Likes
737

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.

Read only

0 Likes
737

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.

Read only

0 Likes
737

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)?

Read only

0 Likes
737

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