2009 Sep 16 11:30 AM
Hello Everyone,
I am facing a problem in a scheduling line kind of problem.
Consider Two internal tables as follows:-
Cust Id Name Hno Street City State Pin
1001 Rajesh 12 Wellington Road Hyd AP 500033
1002 Dravid 103 Arlington Road AP 500026
Cust Id Item
1001 P0001
1001 P0002
1001 P0003
1001 P0004
1001 P0005
1001 P0006
1001 P0007
1002 P0001
1002 P0002
Display the data in the following format:
Customer Address Items
1001 Rajesh P0001
12 Wellington Road P0002
Hyd P0003
A.P u2013 500033 P0004
P0005
P0006
P0007
1002 Dravid P0001
103 Arlington Road P0002
AP u2013 500026
Please help me.
Regards.
2009 Sep 16 11:32 AM
The items have to be printed adjacent to the customer id and address columns,had a problem with formatting.
2009 Sep 16 11:35 AM
Is it possible to do it without using any other internal table other than these two?
2009 Sep 16 11:52 AM
Hi,
If u do not want to create a new table, you can add the Item column in first table.
2009 Sep 16 11:55 AM
I do not think that is the intention of the question.
Only 1 table would be there otherwise.
Any other possible solutions?
2010 Nov 23 11:28 AM