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

ALV Editable Grid Control F4 help problem

Former Member
0 Likes
1,127

HI Experts,

am facing some funny and critical problem in ALV Editable GRID,that is i used OOPS concept for ALV GRID Control output,

in fieldcatalog i given for fields as

wafieldcatlog-f4availabl = 'X'.

wafieldcatlog-ref_table = 'table'.

wafieldcatlog-ref_field = 'field'.

and for seven fields i given like this .

but in that editable if i use F4 help for the field and get that data and later save means that data is not considering and giving error message.

So can any one please help if u confused pls reply fo any clarifications, pls help me out in this situation.

THX

4 REPLIES 4
Read only

Former Member
0 Likes
597

wafieldcatlog-f4availabl = 'X'.

wafieldcatlog-ref_table = 'table'. "should be in caps

wafieldcatlog-ref_field = 'field'. "should be in caps.

what error you are getting while saving..?

Read only

0 Likes
597

Sir,

All i given in CAPS only ,

based on one field data checking the other field data so there coming error

THX

Read only

0 Likes
597

Try using this option and check it once

fieldcat-checktable = '!'.

Read only

Former Member
0 Likes
597

b