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

Statement to modify a structure field through a user exit

Former Member
0 Likes
657

Hi..

I'm trying to modify a field name, in the structure afvgd, through a user exit.. Can anyone help with the statement? I know how to modify a db table, but not a structure..

Tnx..

Hi..

I'm trying to modify a field name, in the structure afvgd, through a user exit.. Can anyone help with the statement? I know how to modify a db table, but not a structure..

Tnx..

3 REPLIES 3
Read only

Former Member
0 Likes
589

Hi,

Just assign the value..

AFVGD-FIELD_NAME = 'TEST'.

Thanks,

Naren

Read only

0 Likes
589

Tnx for the reply.. But don't you need to write a modify table statement, as done when modifying a table to a structure also??

Read only

Former Member
0 Likes
589

For modifying a structure you don't have to write MODIFY..Directly assign the value to the structure field..

Thanks,

Naren