‎2006 Feb 02 7:49 PM
I am trying to create dynamically a default user layout for specific users. I am able to do it using code of function LT_FC_SAVE in group SKBS.
LT_DB_UPDATE_LTDXD and LT_DB_UPDATE_LTDXD
It work fine but i must import the code in my own program to do it. I would like to do it calling functions LT_FC_LOAD and LT_FC_SAVE, but i am not able to find a way to read default catalog in structure like LVC_T_FCAT.
Help required
Regards
‎2006 Feb 02 11:42 PM
I'm not sure if I understand your question.
Are you saying that you want to write a program which will set alv default layouts for OTHER specified reports?
‎2006 Feb 08 6:38 PM
We have developed a simplified transaction for IW32. From this transaction we access the report planned/actual cost for WO. We use the SAP code to get there and we want to set a default layout in the ALV. The program called is SAPLSLVC_FULLSCREEN. We can't use a default layout for every user so it's why we want to create dynamically a default layout for current user of simplified transaction. There will be around 500 users that gone use this simplified transaction, we don't want to create the default manually for each user.
‎2006 Feb 08 6:45 PM