‎2009 Jan 13 6:17 AM
Hi,
I have regarding problem of ALV Sort .
My Field name 'PEND' and data type is KWMENG. when i pass field name to alv sort it give me runtime error.
My Code like
it_sort-spos = 7.
it_sort-fieldname = 'PEND'.
it_sort-tabname = 'IT_VBAP'.
it_sort-up = 'X'.
it_sort-subtot = 'X'.
it_sort-group = '*'.
it_sort-expa = 'X'.
APPEND it_sort.
Regard
Sam.
Edited by: sam on Jan 13, 2009 7:17 AM
‎2009 Jan 13 6:20 AM
Hi,
Check whether you have added PEND field in your fieldcatalog.
Thanks,
Srilakshmi.
‎2009 Jan 13 6:20 AM
Hi,
Check whether you have added PEND field in your fieldcatalog.
Thanks,
Srilakshmi.
‎2009 Jan 13 6:24 AM
Hi,
first of all check that whether u have given your field name in the field catalog correctly or not and while passing ur field name in your code check whether it is in caps or not.
Regards,
anand
‎2009 Jan 13 6:29 AM
‎2009 Jan 13 6:39 AM