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

Make Change In FI Document.

Former Member
0 Likes
583

Hello ,

I Have made one program through which i want update reference Key1 with number which user enter. in standard through FB09 changes are done one by one but i want to make through my Z program for mass update .

I have tried with

CALL FUNCTION 'CHANGE_DOCUMENT' IN UPDATE TASK

TABLES

t_bkdf = i_bkdf

t_bkpf = i_bkpf

t_bsec = i_bsec

t_bsed = i_bsed

t_bseg = i_bseg

t_bset = i_bset.

x_commit = 'X'. " Rufer muss COMMIT ausf.

But thing is not done .

Is thr any Function module or BAPI Through which i can do it.

Thanks ,

Rajan.

2 REPLIES 2
Read only

Former Member
0 Likes
482

Hi rajan,

We also had faced some similar issue. What we did was to use CALL TRANSACTION or LSMW, for updating this field.

regards,

amit m.

Read only

Former Member
0 Likes
482

solved by self