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

Selection screen in RM07DOCS

Former Member
0 Likes
1,379

Hi experts,

When I am copying the standard program RM07DOCS into my Z program ZRM07DOCS then in display options I am not getting the value of layout .

And if i execute without giving any layout , it is not showing all the fields of output. Help me to get the layout and complete output.

1 ACCEPTED SOLUTION
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
971

Layouts are User Specific You need to Save them once per Object for your ID.

Use this program 'RSTCX_COPY_TCVARIANT'  to copy them..

Check this program link also.

http://sample-code-abap.blogspot.in/2010/01/copy-alv-layout-between-report.html

Hope this helps.

4 REPLIES 4
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
972

Layouts are User Specific You need to Save them once per Object for your ID.

Use this program 'RSTCX_COPY_TCVARIANT'  to copy them..

Check this program link also.

http://sample-code-abap.blogspot.in/2010/01/copy-alv-layout-between-report.html

Hope this helps.

Read only

0 Likes
971

Hi Venkat,

Thanks for your answer. I got my answer through that link.

Read only

vinoth_aruldass
Contributor
0 Likes
971

hi,

you can copy PF status of the standard Program and can create custom pf statement .

then save the variant using REUSE_ALV_VARIANT_SAVE

check RS_VARIANT_SAVE_FROM_SELSCREEN also

Read only

Former Member
0 Likes
971

Hi Experts,

I am facing one more issue with my zreport 'ZRM07DOCS'.

In the selection screen, I am getting one extra field 'Valuation' with value *.

can you guys please help me in this.

Regards,

Arshad