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: 

printing data combining two internal tables

Former Member
0 Kudos
216

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.

5 REPLIES 5

Former Member
0 Kudos
187

The items have to be printed adjacent to the customer id and address columns,had a problem with formatting.

0 Kudos
187

Is it possible to do it without using any other internal table other than these two?

former_member873340
Active Participant
0 Kudos
187

Hi,

If u do not want to create a new table, you can add the Item column in first table.

0 Kudos
187

I do not think that is the intention of the question.

Only 1 table would be there otherwise.

Any other possible solutions?

Former Member
0 Kudos
187

No useful answers received..