cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fiori Variant management : Transport request pop-up is not coming

7,306

Hello Friends,

When I am trying to create variant in SAP Fiori for list, I am able to create a variant but is not asking me for Transport request and which is required for transporting the variants from one system to another. Please help me to whether do I need any Authorization or any setting missing in the system.

Thanks in advance.

Regards,

Rajesh

Accepted Solutions (0)

Answers (5)

Answers (5)

Hal64
Explorer

Please take a look at this blog:

https://blogs.sap.com/2022/03/16/sap-fiori-for-sap-s-4hana-new-options-for-managing-views-for-filter...

Beginning with SAP_UI 7.56 the logic was changed:

  • Public views can be created locally in the current system/client
    • Public views can be used by everyone
    • Public views created locally are not transportable
  • Key users using Adapt UI, i.e. UI Adaptation at Runtime:
    • Can create and save public views that can be used by everyone
    • Can create and save public views restricted to selected business roles, i.e. create role-specific views using the Adapt UI feature
    • Can set views as the default view for every user who has not yet set their own default view
    • Views created using Adapt UI can be transported
Dharmasish
Newcomer
0 Likes

There's a design change since SAP S/4HANA 2021, as you can find in the SAP Note - 3170812 - Creating a Public Variant does not prompt for a transport request - FES 2021+ - SAP for Me
Quoting from SAP Notes: 
"Starting with release SAP S/4HANA 2021 there are two kinds of public views. Public end user views and public key user views.

Public end user views are created outside of UI adaptation and are local (non-transportable). Therefore no transport pop-up appears anymore when you create a public view outside of UI adaptation.

From now on transportable public views can only be created within UI adaptation (and legacy public views that are assigned to a transport can only be updated/deleted within UI adaptation). They can be assigned to a transport during publication of the UI adaptation (which happens when you press 'Publish' inside UI adaptation)."




martin_zaman
Explorer
0 Likes

Hi rajesh.maripeddi ,

do you have a solutions for this? I have the same problem.. the popup for the transport request is not shown.

emp27
Product and Topic Expert
Product and Topic Expert
0 Likes

As per my understanding, TR pop-up will only come for custom developed app, and not for standard fiori app.

(I haven't tried it myself, but I have a similar use-case, and I am researching.)

martin_zaman
Explorer
0 Likes

It's also not coming for custom developed apps. My Scenario is for my custom developed app.

shwetanargachhe
Active Participant
0 Likes

Hi Rajesh,

When you set public default it get recorded under transport which can be used for next environment .

Validate below points you are in development box and you have required authorizations no error log in su53.

There are separate level of authorizations to manage variant in sap same apply to fiori as well.

Try to use different customer naming for variant name convention.

If access is already provided check Su3 user own data and parameter if default transport has been set or you already added this into transport se09 and hence it is recording under same open Transport.

Regards,

Shweta

0 Likes

Hello Shweta,

Thanks for your inputs. I have tried with public default still it was not recorded under transport.

And there are no errors as such in Su53.

Regards,

Rajesh

junwu
SAP Champion
SAP Champion
0 Likes

if it is your custom app, why you need that?

if you want some column to be displayed as default, why not just code your view in that way?

0 Likes

Hello Jun Wu,

What you said right, but we need to display columns as the business user so we need to create the variants and which they will select accordingly. Thats why we are creating variants in dev and want move them to PRD using TR.

junwu
SAP Champion
SAP Champion
0 Likes

if just columns, let’s say business want column a b c.

Why not you just initially display column a b c in your app?

Why bother using variant?

But if other user want only column b c then he has to hide the column a manually. So if variants are created then it will helpful for user. So variant creation is not the issue but the transport pop-up which used to get earlier is not coming now. So not sure where we are going wrong.