Application Development 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: 

Selection screen in RM07DOCS

Former Member
0 Kudos
529

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

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Kudos
121

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

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Kudos
122

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.

0 Kudos
121

Hi Venkat,

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

vinoth_aruldass
Contributor
0 Kudos
121

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

Former Member
0 Kudos
121

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