cancel
Showing results for 
Search instead for 
Did you mean: 

Populating input fields on Webgui for R/3 transactions

0 Kudos

Hello experts,

My client has a requirement to call R/3 (ECCP) transactions from external applications (e.g. Business Objects) via hyperlinks. As my client is NOT using Entreprise Portal or Webdynpro, I am thinking of using ITS Webgui. For example, below is the URL for R/3 transaction KS03 (Display Cost Center):

http://d1sinibm1.d1.ad.apl.com:8000/sap/bc/gui/sap/its/webgui?sap-client=100&sap-language=EN&~transa...

where

'd1sinibm1.d1.ad.apl.com:8000' is the host+port of the R/3 system.

The above URL is working fine. However, I want to pass a value to the input field <Cost Centre> automatically from the external application. May I know how I can specify the input field name and value in the URL?

Any suggestion is much appreciated.

Thanks and regards,

Linda

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

May be This will work

For instance this URL:

http://<hostname>:8000/sap/bc/gui/sap/its/webgui/!?sap-client=000&;language=EN&transaction=se37%20RS38L-NAME=BAPI_MDPROVIDER_GET_CUBES&~okcode=WB_EXEC

As part of the transaction URL you can also supply field values use the %20 to supply a space value. Then list the screen field name and the value you want to place into it.

0 Kudos

Hi Raju,

Thanks for your suggestion. I'll try it out.

Linda