‎2007 Feb 28 9:33 AM
which command can i use to change the contents of a structure. an axample code will just be fine. i want to chane name of a one time customer when creating a sales order on va01. i am using exit MV45AFZZ and the field that requires changing is KUAGV-TXTPA
‎2007 Feb 28 9:36 AM
Hi Willard,
Just assign the new value to that field:
KUAGV-TXTPA = <New value>.
Is this what you are looking for ? Please revrt if you need something else.
Regards,
Ravi
‎2007 Feb 28 9:41 AM
jut check the fn module exits export parameters if there is any thing like that.
then just assign your value on the field. suppose the export parameter name is
ES_KUAGV
just assign
ES_KUAGV-TXTPA = '<your value>'.
regards
shiba dutta
‎2007 Feb 28 9:42 AM
hi,
in the z include provided, you just have to write the new value thats all
kuagv-txtpa = 'new customer name'.thats all.
regards,
pankaj singh
‎2007 Feb 28 5:07 PM