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: 

What is the use of these two t-codes?

phoenixming0912
Product and Topic Expert
Product and Topic Expert
0 Kudos
480

Hi experts,

For the following two t-codes /UI2/SAPUI5_APP_FE & /UI2/UIAD_APP, looks like they are central base entrance in Fiori for WDA and UI5 App. Can anyone explain more on this?

Regards,

Eric

1 REPLY 1

DummyPublicName
Newcomer
0 Kudos
393

Hi Eric,

In recent S/4HANA versions, these generic tcodes are used by all tcodes defined as transaction with parameters corresponding to one Fiori or Webdynpro application, since SAP is publishing one transaction code per Fiori / WDA application to help in management of business roles and CDM exposure.

You can see it in transaction SE93 (definition of tcode) and in table TSTCP (transaction parameters). For examples :

  • tcode F2206 (Verify Service Nota Fiscal) is calling generic transaction /UI2/SAPUI5_APP_FE, and the corresponding internal Fiori app ID is populated as parameter UIAD
  • tcode F1617 (Asset Balances) is calling generic transaction /UI2/UIAD_APP, and corresponding internal WDA app ID is populated as parameter UIAD

In parallel, you can easily find information about these applications in Fiori Apps Library https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/# thank's to their application ID = transaction code

Regards

Eric