‎2007 Jun 12 8:00 AM
hi folks,
i have a standard report RFVD_EVAL_PARTNER_01, which i have copied to a new Z-report. i have to add some fields on the output.
but the doubt is in the REUSE_ALV funct-module -- , if i have only one row in the table, but on the display i get around 5 to 6 rows. i dont know how i am getting it. pls suggest me. i can add a field in the display table and pass data, but how does it reflect.
pls help.
<b><i>**points will be rewarded</i></b>
thx
srini
‎2007 Jun 12 8:03 AM
Hi
You just add the extra field into the internal table and into the Field catalog of the Fun module that is used , so that this extra field is displayed along with other fields
No need to change the other fun modules
Reward points for useful Answers
Regards
Anji
‎2007 Jun 12 8:07 AM
hi anjireddy,
if i have only one row in the output table, but on the display i get around 5 to 6 rows. i dont know how i am getting it. pls suggest me
thx
srini
‎2007 Jun 12 8:11 AM
hi srini,
Check in the debug mode. Somewhere it should be adding entries to the output table.
Regards,
Atish
‎2007 Jun 12 8:11 AM
‎2007 Jun 12 8:36 AM
Hi,
Just u add those 2 fields in the internal table as well as u pass these values into filedcatalog. After APPEND the 2 filed values then use that intenal table into the function module.
If it is use full answer please reward me a points.
Praveen