‎2009 Jan 06 5:21 AM
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
‎2009 Jan 06 5:37 AM
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....
‎2009 Jan 06 5:38 AM
‎2009 Jan 06 5:51 AM
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
‎2009 Jan 06 6:07 AM
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
‎2009 Jan 06 9:03 AM
‎2009 Jan 06 9:34 AM
You need authorization S_ALV_LAYO with ACTVT = 23 in order to save standard layouts.
Thomas