‎2010 Jan 19 11:28 AM
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
‎2010 Jan 20 5:26 AM
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
‎2010 Jan 19 11:42 AM
HI, Sohel
Please Check this it will help you to post in proper format =>
Regards,
Faisal
‎2010 Jan 20 5:19 AM
Thans Faisal.
I didn't know how to write code in forum.
Now I can from ur suggestion..
‎2010 Jan 20 5:26 AM
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