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

STRUCTURE

Former Member
0 Likes
748

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

4 REPLIES 4
Read only

Former Member
0 Likes
698

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

Read only

Former Member
0 Likes
698

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

Read only

Former Member
0 Likes
698

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

Read only

0 Likes
698

i did that but its not working