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

adding new fields

Former Member
0 Likes
569

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

5 REPLIES 5
Read only

Former Member
0 Likes
539

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

Read only

0 Likes
539

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

Read only

0 Likes
539

hi srini,

Check in the debug mode. Somewhere it should be adding entries to the output table.

Regards,

Atish

Read only

Former Member
0 Likes
539

check the field catalog.

Read only

Former Member
0 Likes
539

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