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

layouts

Former Member
0 Likes
833

Hi,

where do I can find all the User specific Layouts

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
808

Are you Talking about ALV Display User Specific layouts , then those Details will be Stored in table

LTDX

8 REPLIES 8
Read only

Former Member
0 Likes
808

Hi,

If you are asking the user specific layouts in the ALV.

Then in the set_table_for_first_display, give the variable as type disvariant for the exporting parameter is_variant.

Then during the execution, you can create user specific layouts, save it and use it later whenever required.

Sharin.

Read only

Former Member
0 Likes
809

Are you Talking about ALV Display User Specific layouts , then those Details will be Stored in table

LTDX

Read only

0 Likes
808

Some Layouts are only authorised to that authorised users and no ohter users can acess it, my question in which table I can find that information.

example: xk01 has 10 screens but when User: abc runs it he can come across 11 screen(only user: abc is authorised to that screen) in which table I can find such information.

Read only

0 Likes
808

Hi Shilpa ,

check this

SPRO--> FI(new)->AR/AP--->Vendor accouts->Preparation for Creating Vendor master-->Define Screen layouts by activity.

Regards

Prabhu

Read only

0 Likes
808

You can get the layouts from SPRO path.

in SPRO

Logistics General->

Business partner ->

Vendors->

Control->

here you can see the layouts for Vendor .

similarly for customer also.

Logistics General->

Business partner ->

Customers->

Control->

Read only

0 Likes
808

What you gave is ok,

I now I am worried about the line layouts. I have some Line layout I want to who are the user's using that line layouts.

Read only

0 Likes
808

Hi Shilpa ,

please be clear abt ur requirement ? i cannt understand what exactly u are looking for , as per my knowledge these all are config.

so please check abt stated Config path,even in case of line items as welll .

---same path -->master data

->line item->display line item display--->local reporting for line items.

Regards

Prabhu

Read only

0 Likes
808

yes with the path you specified I can get all the Line layouts say zz, za1,zb1 etc.

My question, where can I find who are the users authorised for that Line layouts,

i.e I need the table or any other information.