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 problem

Former Member
0 Likes
372

there is a field named 'Trading partner' in item of accounting doc. you can see it by 'additional data' in item screen.

for the doc. generated by VF01. this field of some items can not be filled.

now i want to fill the field in all items.

any advice? i cannot use the user exit in VF01 provided by IMG.

3 REPLIES 3
Read only

Former Member
0 Likes
344

Hi LI ,

have u seen my reply to this in ur prev.post,just do that one ? if any probs let me know.

Regards

Prabhu

Read only

0 Likes
344

Hi, i try ur way, i am in ecc 5.0. i cannot use the tcode FIBF.

also, i search the IMG, i cannot find user exitupon saving, could u kindly provide some?

Read only

Former Member
0 Likes
344

Hi,

There is an user-exit which gets triggered during creating an invoice (VF01) or change mode (VF02). The exits : RV60AFZZ &

RV60AFZC.

Inside these exits there are lot of FORMS, which you can use it for your purpose.

E.g. FORM userexit_account_prep_komkcv

FORM userexit_account_prep_kompcv

You need to get the access key from OSS1 transaction before you can start editing these exits.

P.S. Mark all helpful answers for points.

JLN