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

layout which is not user specific

Former Member
0 Likes
3,974

Hello All,

Can I save a layout as a default layout for all my users. Actually its not my code its the output of std report RCS15001. I want to save my layout as not user-specific but the checkbox is greyed.Kindly help me out.

Thanks in advance,

Regards,

Anju

6 REPLIES 6
Read only

Former Member
0 Likes
1,566

yes...you can set the layout for all users....

in Reuse_Alv_Grid_Display Fm you just put...


i_save = 'A'.

then go to layout option....put a name by giving '/' before the name...like "/ABCD"....and save it.....this will be the global layout for all users....

Read only

0 Likes
1,566

Its not my code its std report output.

Regards,

Anju

Read only

0 Likes
1,566

ok..then go for user-exits...




 Enhancement/ Business Add-in            Description

 Enhancement
 PCSD0013                                Customer-specific processing of an explosion for BOM browser
 PCSD0012                                Customer - Mat. number/mat. number during material exchange
 PCSD0011                                Knowledge-based order BOM, parallel update
 PCSD0010                                Order/WBS BOM, determine explosion date
 PCSD0009                                Order/WBS BOM, determine URL page
 PCSD0008                                WBS BOM: Customer-specific explosion for creating
 PCSD0007                                Check changes in STKO
 PCSD0001                                Applications development R/3 BOMS
 PCSD0002                                BOMs: Customer fields in item
 PCSD0003                                BOMs: Customer fields in header
 PCSD0004                                BOM comparison
 PCSD0005                                BOMs: component check for material items
 PCSD0006                                Mass changes user exit

  Business Add-in
 BOM_EXIT                                BOM User Exit
 BOM_IPPE                                iPPE Checks Within BOM Maintenance
 BOM_UPDATE                              Maintain BOMS
 CEWB_BOM_CUS_FIELDS                     EWB: Customer Fields with BOM Header (Screen Enhancement)
 CEWB_BOM_UPDATE                         Check Bill of Material on Saving
 CEWB_ITM_CUS_FIELDS                     EWB: Customer Fields with BOM Item (Screen Enhancement)



No.of Exits:         13
No.of BADis:          6

Read only

dev_parbutteea
Active Contributor
0 Likes
1,566

Hi,

Maybe your user name is not allowed to create non-user specific variants.

Also, in the standard codes the blank has been passed to the I_SAVE parameter. You will not be able to create user-specific varaints unless you go in debug mode and force the I_save parameter value to 'A' or 'U'.

Thanks.

Edited by: Dev Parbutteea on Jan 6, 2009 7:23 AM

Read only

Former Member
0 Likes
1,566

answered

Read only

ThomasZloch
Active Contributor
0 Likes
1,566

You need authorization S_ALV_LAYO with ACTVT = 23 in order to save standard layouts.

Thomas