‎2008 Sep 29 2:51 PM
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
‎2008 Sep 29 2:54 PM
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..?
‎2008 Sep 29 3:00 PM
Sir,
All i given in CAPS only ,
based on one field data checking the other field data so there coming error
THX
‎2008 Sep 29 3:12 PM
Try using this option and check it once
fieldcat-checktable = '!'.
‎2008 Oct 21 10:49 AM