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

Regarding out put in RM07DOCS

Former Member
0 Likes
1,684

Hi All,

I am using standard program RM07DOCS and i copied this to my ZRM07DOCS

Now according to requirement i want 4 additional fields to display in the ALV Output

I have added those field in the internal table , now want to display in ALV..

I tried to add in field catalog also but its taking the standard values not the values which i stored in my internal table(LIST)..

Can any one tell me how to link that internal table to field catalog so that i can see the added new fields in my alv report..

Please help its very urgent.

Hi All,

I am using standard program RM07DOCS and i copied this to my ZRM07DOCS

Now according to requirement i want 4 additional fields to display in the ALV Output

I have added those field in the internal table , now want to display in ALV..

I tried to add in field catalog also but its taking the standard values not the values which i stored in my internal table(LIST)..

Can any one tell me how to link that internal table to field catalog so that i can see the added new fields in my alv report..

Please help its very urgent.

7 REPLIES 7
Read only

Former Member
0 Likes
1,425

You also need to change a content of Field Catlogue. It should refere an your Internal table rather than pointing standard Internal Table.

Hope it is helpful.

Thanks - Chetan

Read only

0 Likes
1,425

Hi Chetan ,

I know i have to change the content of field catalogue and refer my internal table.

but there they are asking for the ref field name and table

If i give my table name it gives a dump and if i give the reference field name of the standard one and table name of my internal table it display but picks the value from the standard table.

Read only

0 Likes
1,425

Tell me a line no where FM of displaying ALV you are touching on.

Thanks ,

Chetan.

Read only

0 Likes
1,425

i am trying to add the field of my internal table to the field catalogue

fc_flat

like

fc_flat-fieldname = 'LQUANT'.

fc_flat-ref_tabname = 'ZSTRUC_ALV'.

fc_flat-ref_fieldname = 'LQUANT'.

INSIDE THE PERFORM build_fieldcatalog.

AT LINE NUMBER...1176

but its giving dump as for Field Symbols..

not getting how to proceed .

Read only

0 Likes
1,425

Hi All,

My problem is solved now but these alll ways didnt helped.

Actually the change was required in the runtime table structure rtt.

I added my fileds there and it worked.

Thanks for ur help.

Read only

geetha_k
Active Participant
0 Likes
1,425

Hi,

In this program RM07DOCS, they were taken itab structure

itab structure declared in include program RM07DOCS_GENERATED .So u will also modified this include program.If u possible u will modify include program first.

Read only

GauthamV
Active Contributor
0 Likes
1,425

hi monalisa,

after u add ur tables in list table ,ctreate 1 more internal table with tht fields and select data into tht fields based on ur condition thn move tht data into ur final internal table i.e list.

now define these in fieldcatelog for fc_hier or fc_flat.

reward points if hlpful.