Application Development 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: 

Statement to modify a structure field through a user exit

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Just assign the value..

AFVGD-FIELD_NAME = 'TEST'.

Thanks,

Naren

0 Kudos

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??

Former Member
0 Kudos

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

Thanks,

Naren