cancel
Showing results for 
Search instead for 
Did you mean: 

Update billing document header texts by BDC

Former Member
0 Kudos

Hi,

Can anyone help? I need to use BDC to update a billing document header text (I added in IMG). How do I do that? Or for any other texts? Any suggestions will be appreciated. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You might look at the function module SAVE_TEXT. You can use to update the text directly without having to go through the application. BDC could be quite tricky. You would have to switch from the control-based editor to the old line editor. You would also have to deal with paging up and down as you fill the screen. It is much easier to just pass the data in directly to the function module.

Former Member
0 Kudos

Thanks... the function is just what I needed!

Answers (0)