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

update BSID-ABSBT from tcode VF02

meghomallar_das
Participant
0 Likes
912

Hello Everybody,

I need to update the field BSID-ABSBT to NULL while posting a billing document in tcode VF02. I have found an exit SDVFX008 and the include ZXVVFU08. Can anyone please help me with the code to update BSID-ABSBT.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
824

Probably better to try an FI substitution. Other tables have to be updat4ed as well.

Rob

Hello Everybody,

I need to update the field BSID-ABSBT to NULL while posting a billing document in tcode VF02. I have found an exit SDVFX008 and the include ZXVVFU08. Can anyone please help me with the code to update BSID-ABSBT.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
825

Probably better to try an FI substitution. Other tables have to be updat4ed as well.

Rob

Read only

0 Likes
824

Thanks Rob,

Is there any way we can do it using user exit?? I need some

code suggestion for user exit.

Please help.

Read only

Former Member
0 Likes
824

Hi,

Use the Exit SDVFX004( User exit G/L lin transfer accounting ).

It has got the structue XACCIT which has got the field ABSBT, which can be updated.

Thanks,

Shailaja Ainala.

Read only

0 Likes
824

Thank You friends for all ur suggestions, atleast it was solved.