Application Development 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: 

update bseg-sgtxt using VF02 release to accounting

former_member188554
Participant
0 Kudos

Hello Experts,

I have a requirement to update field BSEG-SGTXT in G/L line item.
I have used the user exit EXIT_SAPLV60B_004 and populate structure XACCIT-SGTXT .

But finally it will not updating the BSEG-SGTXT field.

Can anyone suggest on this ?

1 REPLY 1

former_member200754
Participant
0 Kudos

Hi Deborshi,

Is the text item updated in case the accounting doc auto generated when creating VF01 ? or just only happen when release in VF02 ?

Try to set break-point at user exit when you do the VF02 to release accounting and watch-point that field, maybe there some code clear that field.

Another way, you can try user exit : EXIT_SAPLV60B_008 that i used to update text item successfully.

Thanks,

John