cancel
Showing results for 
Search instead for 
Did you mean: 

Call transactions RSA14 / RSPC in WebGUI with parameters

Former Member
0 Kudos

Hi all,

in Netweaver BI 7.0 I want to use the WebGUI for maintaining the masterdata of certain InfoObjects. The call of the transaction RSA14 works fine with a URL like this:

http://<server>:<port>/sap/bc/gui/sap/its/webgui?~transaction=RSA14

Is it possible to pass a parameter to rsa14 telling the transaction to open the maintenance screen of a certain InfoObject (e.g. 0CUSTOMER)?

The same for transaction RSPC (process chain maintenance) or alternatively the RSA administration tree: can I pass a parameter that selects a certain process chain?

Any hints, links to documentation or alternative ways to achieve this would be greatly appreciated.

Best regards,

Bernd

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Bernd,

you can use a SAP Transaction iView for integrating a SAP transaction into portal. We use it for example for accessing workbooks from the portal. In the iView you have to fill in of coarse the transaction and you may also provide an application parameter (in case of the workbook it looks like WBID=<technical_key_of_my_workbook>). Then you also have to set the flag "skip first screen" (Erstes Bild verarbeiten). In our case excel is directly started with the corresponding workbook. I think this should also be possible with any other web transaction. But you have to know the name of the parameter needed.

Here the link for the workbook embedding:

Link: [http://help.sap.com/saphelp_nw70/helpdata/DE/4d/f3fa40badbf36fe10000000a1550b0/frameset.htm]

Hope it helps:-)

Best regards,

Heiko

Former Member
0 Kudos

Hello Heiko,

thanks for your answer and the link to the SAP documentation. According to [http://help.sap.com/saphelp_nw70/helpdata/DE/db/85fd3f093bc942e10000000a1550b0/frameset.htm] it seems that transaction RSA1 doesn't have any application parameters which could be used to preselect InfoObjects to maintain or something like that.

Best regards,

Bernd

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

as mentioned above it seems as if the transactions RSA1 and RSPC don't take parameters. However there are some function modules which can help building a simple Z-transaction to achieve this (see Rajani's post for PC maintenance, for master data maintenance it's RSDMD_MDMT).

Thanks for your help.

Regards,

Bernd

Former Member
0 Kudos

hi,

you can use API RSPC_CHAIN_MAINTAIN for process chain maintenance.

Best Regards,

Rajani