cancel
Showing results for 
Search instead for 
Did you mean: 

Tcode from webdynpro

Former Member
0 Kudos

Hi Guru's

I called tcode screen from webdynpro in development by passing link

 

http://developmentserver/sap/bc/gui/sap/its/webgui?~transaction=ZSD_REPORTS

its working fine. but while using in production it displyed only development screen . so i changed

instead of developmentserver id i give productionserver id

but its not working for production.

what i need to do?

thanks & Regards,

Meenachi

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Meenachi,

Check the path default_host->sap->bc->gui->its->webgui in SICF,

check:

1. is it activated, if not then right click and activate the service.

2. test the service by right clicking and selecting test

3. check the production server details, port number is also important.

*Reward points if useful

Regards,

Nihar

former_member184578
Active Contributor
0 Kudos

Hi,

Test the ITS service in PRD whether it is working fine or not in SICF. Also check whether your Z transaction is moved to PRD or not.

Regards,

Kiran

Former Member
0 Kudos

hi,

ztransaction is moved to PRD.. how to get path from sap?

Regards,

Meena

Former Member
0 Kudos

create a different webdynpro application check url created for this application it will give you production server detail

former_member184578
Active Contributor
0 Kudos

Hi,

Go to SICF transaction and execute. navigate to the below path.

default_host-> sap -> bc -> gui -> sap -> its -> Right click on webgui and click on test. browser will be opened . Copy the URL.

Or through program you can get using Function module SITSP_GET_URL.

Call Function 'SITSP_GET_URL'  you can pass the transaction in IN_TRANSACTION parameter, It will give you complete path in OUT_ABS_URL parameter.

Hope this helps u.,

Regards,

Kiran

Former Member
0 Kudos

Hi Meenachi,

Please elaborate what do you mean by:

Meenachi Ramalingam wrote:

but while using in production it displyed only development screen

When you transported your Web Dynpro Component to PRD, have you activate the service using tcode SICF?


Former Member
0 Kudos

sorry from next time i will elaborate ..