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

need to create fm

Former Member
0 Likes
466

Hi all,

for a sales order whenever the fields delivery block and reason for rejection changed then i want to update a custom table which contains the following fields.(VKORG,KVGR3,ERDAT,PAYER_N,PAYER_DESC,SHIPTO_N,SHIPTO_DESC,MATNR,MAKTX,ORI_QTY,FINAL_QTY,DIF_QTY).

Please suggest me how to create the function module to update a table.

i am writing my coding in MV45AFZZ.

thank to all

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

Hi,

In MV45AFZZ. u can check whether Field is getting changed by comparing Current field value with already existing value.

E.g - If Vbak-Kunnr <> *Vbak-Kunnr ..

Table prefixed with *

So U can update ur custom table by comparing .

So Create one function module which will contain updation part & call that in

MV45AFZZ

2 REPLIES 2
Read only

Former Member
0 Likes
448

Hi,

In MV45AFZZ. u can check whether Field is getting changed by comparing Current field value with already existing value.

E.g - If Vbak-Kunnr <> *Vbak-Kunnr ..

Table prefixed with *

So U can update ur custom table by comparing .

So Create one function module which will contain updation part & call that in

MV45AFZZ

Read only

Former Member