Skip to Content
0
Former Member
May 14, 2010 at 06:50 AM

sorting problem in smart form

32 Views

Hi,

Good day guys

Ive dev the smart form for workshop invoice.. everything fine but they need sort the stracture one which is LBBIL_IT_GEN.

so ive created the custome stracture ZLBBIL_IT_GEN and added the numaric field at end of the strc.

move-corresponding gs_it_gen to ZLBBIL_IT_GEN1.
lv_num = lv_num + 001.
ZLBBIL_IT_GEN1-MTART = GV_MTART.
ZLBBIL_IT_GEN1-num = lv_num.
sort ZLBBIL_IT_GEN1 by num.
Move-corresponding ZLBBIL_IT_GEN1 to gs_it_gen.

I think, it wont be work out. bcoz stracture doent hold the data..... how to over come the problem.. sorting is very imp for fun guys..

regards

chandu