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

reading data from internal table and check for some validation

Former Member
0 Likes
424

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

2 REPLIES 2
Read only

Former Member
0 Likes
403

Hi padma,

are you talking about table control rows or columns?plz give your table control structure.

Read only

che_eky
Active Contributor
0 Likes
403

Hi padma,

Are you a developer?

C