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

APPEND DATA

Former Member
0 Likes
470

Hi Guru,

I have attached my code bellow.

In ALV the data of IT_CUSTOMER internal table is showing.

But data of IT_VENDOR are not showing properly.

May be the problem is when i APPEND the data in the LOOP.

please tell me how can I get data for vendor also.

Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code

Thanks & Regards

sohel

Edited by: Rob Burbank on Jan 19, 2010 10:16 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

1) Debug the code. See if data is populated in it_vendor.

if yes,

2) check if you have filled the field catalog properly.(if you are using ALV)

Sumit

3 REPLIES 3
Read only

faisalatsap
Active Contributor
0 Likes
440

HI, Sohel

Please Check this it will help you to post in proper format =>

Regards,

Faisal

Read only

0 Likes
440

Thans Faisal.

I didn't know how to write code in forum.

Now I can from ur suggestion..

Read only

Former Member
0 Likes
441

1) Debug the code. See if data is populated in it_vendor.

if yes,

2) check if you have filled the field catalog properly.(if you are using ALV)

Sumit