Application Development 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: 

Transport user-specific layouts

Former Member
0 Kudos

Hello,

I have a problem with user-specific Layout.

In my program, i call one transaction KKBC_ORD and to have the correct values i must use one specific Layout in this transaction.

My problem now is to transport this user-specific layout for the transaction KKBC_ORD in order that my program doing well in PROD too like in DEV.

I found that we can't transport user-specific layout.

Please, exist one alternative to resolve my problem? One global variable or by customizing?

Or par example, create this specific Layout once in PROD and aplicate it for all users? How do it?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Amal,

I Also face the same problem for user specific layouts.

you can import the user specific layout from one client to other client .

for example: from dev (client ) to production ( client).

After displaying your user specfic layout of standard report .

go to .

settings->layout->management.

Then layout managment screen will come. there select.

environment -> import layout.

you will get one pop window to give source client.

give source client ( say for example dev client ).

regards,

Hari priya

2 REPLIES 2

Former Member
0 Kudos

hi Amal,

I Also face the same problem for user specific layouts.

you can import the user specific layout from one client to other client .

for example: from dev (client ) to production ( client).

After displaying your user specfic layout of standard report .

go to .

settings->layout->management.

Then layout managment screen will come. there select.

environment -> import layout.

you will get one pop window to give source client.

give source client ( say for example dev client ).

regards,

Hari priya

0 Kudos

Thank you very much Hari for your quick response.

I do what me have explained. And i have an other problem.

My problem that DEV, QA and PROD are 3 environments distinct (3 distinct machines).

In DEV, i have the mandant 130, In QA i have mandant 400.

When, connected at QA, i try import Layout from mandant 130(DEV) to 400(QA), i have an error message saying that the mandant 130 is unkown. (The message is: Specify an existing value).

Please, do you have one solution for that?

Really, i need your help.