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

Report Layout Problem

Former Member
0 Likes
535

I need some help in solving a layout problem.

I have a custom report from which I call a standard report. For this standard report there are layouts which are already created by several users. There is a default layout created specially for my custom program. Whenever someone changes this default layout its effecting my custom program result. So I want my layout to be protected from unauthorized change. Is it possible? I cant make the layout user specific either.

Or else is there a way that I can change this layout from within my custom program using some FM's or anything . Or what else is the best way to solve this issue?

Your advice is greatly appreciated.

Thanks in advance,

2 REPLIES 2
Read only

Former Member
0 Likes
472

Hi,

Can u pls elaborate your requirement because you were telling several users have created layouts for the standard program which is not possible for a standard one.

Regards,

Jayram..

Read only

0 Likes
472

Hi,

When I said Layout I meant the final list display format(saving as a Variant). I can save as many layouts(variant) as I want. If someone changes the default layout (Suppose someone removes a particular column from the display) its effecting my custom report because i need this column result in my program.

I hope Im making my requirement clear enough.

Thanks.