SAP Transactions via the SAP Portal Support

Beside the T4S support for the SAP GUI for HTML it is also possible to call the corresponding display transactions via the SAP Portal iView URL. This chapter will show the configuration steps that are necessary to enable the feature.

Caution:

The SAP system configuration requires special SAP permissions.

Please ask your SAP service provider for the SAP Portal iView URL which can be used in a web browser.

The following SAP web link shows details how to handle that functionality from SAP directly. It needs a login with a SAP customer account: http://scn.sap.com/docs/DOC-52102

For testing purposes, it should be possible to call the SAP Transaction iView directly via the following URL pattern:

http://<portal_host>:<portal_port>/irj/portal?NavigationTarget=
ROLES://portal_content/<ContenFolder>/sap_transaction_iview&System=
<ABAP_System_Alias>&TCode=[*]<TCode>%20<param_name1>=<value1>;<param_name2>=
<value2>&GuiType=<GuiType>

The following table shows the definition of the used placeholders (variables) and their corresponding meaning:

Variable

Description

<ContentFolder>

The folder name that was used during the preparation of the iView copy, e.g TESIS

<ABAP_System_Alias>

The ABAP backend system alias as defined in the portal, e.g.de_tesis_ET2_800

<TCode>

The SAP transaction code. If preceded by a * it will be executed immediately, e.g. *MM03

<param_name1>

The name of the first parameter for the transaction screen (optional), e.g. RMMG1-MATNR

<value1>

The value for the first parameter of the transaction screen, e.g.P-100

<GuiType>

The SAP GUI type to use. This can be either WebGui (SAP GUI for HTML) or WinGui (SAP GUI for Windows). The value is case sensitive!

In this example the transaction MM03 (Material Master Display) is started within the SAP Portal for the material P-100 using the SAP GUI for HTML representation of the transaction:

http://sap1.xy.de:55000/irj/portal?NavigationTarget=ROLES://portal_content/
TESIS/sap_transaction_iview&System=de_tesis_ET2_800&TCode=*MM03%20RMMG1-MATNR=
P-100&GuiType=WebGui

The required T4S configuration for the specific SAP system is described in the Teamcenter Gateway for SAP Business Suite - Configuration Guide, chapter Configure the T4S Gateway Menu Options.