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

Former Member
0 Likes
640

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

3 REPLIES 3
Read only

former_member186741
Active Contributor
0 Likes
556

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?

Read only

Former Member
0 Likes
556

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.

Read only

0 Likes
556

check this prog if it can help u

BCALV_TEST_FULLSCREEN_LAYOUT