2007 Aug 13 5:19 AM
kindly let me know a simple logic for splitting the data fetched in the internal table.the scenario is like this..
data in my internal table has the following rows
x frm date todate
y name customerno customerno cusno cusno ... ...
z fundname fund a_16 a_19 fund1 b_16 b_19 fund2 ab_16 ab_19.........................
1> in y rows there can be a min of 1 cusomter number and a max of 6 customers numbers and not more than that
-
how can i find this out
2> in row z ...fund should be check be checked against mara table if no values a_16 and a_19 should be blank , similarly fund1 should be checked against mara and if no entires found b_16 and b_19 should be blank
-
how to do this too
kindly help me.
this is quiet urgent issue...
Thanks,
Padma
kindly let me know a simple logic for splitting the data fetched in the internal table.the scenario is like this..
data in my internal table has the following rows
x frm date todate
y name customerno customerno cusno cusno ... ...
z fundname fund a_16 a_19 fund1 b_16 b_19 fund2 ab_16 ab_19.........................
1> in y rows there can be a min of 1 cusomter number and a max of 6 customers numbers and not more than that
-
how can i find this out
2> in row z ...fund should be check be checked against mara table if no values a_16 and a_19 should be blank , similarly fund1 should be checked against mara and if no entires found b_16 and b_19 should be blank
-
how to do this too
kindly help me.
this is quiet urgent issue...
Thanks,
Padma
2007 Aug 15 12:31 PM
Hi padma,
are you talking about table control rows or columns?plz give your table control structure.
2007 Aug 15 12:36 PM