cancel
Showing results for 
Search instead for 
Did you mean: 

ITS - Initial screen

Former Member
0 Kudos

Hello,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

we are migrating standalone ITS code to integrated in ECC 6.0 which is based on Netweaver 2004s (7.0).

1st question: The service that calls SAP transaction is created but when this service is requested, initial screen (0050) appears but be unable to proceed to the next screen (0100)!

2nd question: How can I associate my service with HTML file (from standalone ITS server)?

I suppose that was via SIAC_CONVERT_FROM_4X, but I had no success.

Thanks for any suggestion or help.

Best regards to all.

Former Member
0 Kudos

Hi

1. Publish all the services to INT site using report W3_PUBLISH_SERVICES report.

and Check this link

2. Refer these notes

SAP Note Number: 944201 Transaction SIAC_PUBLISH_ALL_INT does not work

ITS: Transport/Publishing HTML templates and Mime Objects

SAP Note Number: 791594

thorsten_domsalla
Active Participant
0 Kudos

Hello Deepak,

I can't see how this can help in this case ...

Hello Sónia,

for the first steps:

ad 1.) Does the transaction work properly when called with SAP GUI for HTML (webgui)?

How do you proceed to the next dynpro? What happens instead?

ad 2.) You also need to create and activate a service in SICF with the same name as the Internet Service is listed in the Object Navigator (SE80). Set the parameter ~WEBTRANSACTIONTYPE to EWT and ~transaction to the particular transaction you want to call in "GUI Configuration".

With best regards,

TJ

Former Member
0 Kudos

Hi,

Thanks for your clues.

Transaction work properly when called with SAP GUI for HTML (webgui)? YES

Parameters: ~WEBTRANSACTIONTYPE and ~transaction are also correct.

The problem related with proceed to next screen is related with user net login validation.

Do you know which function is called to obtain user login name?

HTML initial template page question still remains.

Thanks for your help

Best regards

Sónia Micaelo

Former Member
0 Kudos

Hi

To login into the webservice you would use the ABAP login credentials which you are using to login into SAPGui. Please try this.

I am not sure about the function modules used behind the logon check. But these are the two that I know SUSR_LOGIN_CHECK_RFC, ITS_LOGIN_CHECK_RFC.

Former Member
0 Kudos

Hello,

my question refers to a function that calls net user login (in domain) not SAP user access.

Thanks any way.

Sónia Micaelo

Former Member
0 Kudos

Hi,

as an example, my user login is XXXXXXX and my SAP user ID is YYYYYYY, and I want to know an ITS function that validates login XXXXXXX.

Thanks once more

Sónia Micaelo

Former Member
0 Kudos

Hi,

I would suggest to use single sign on (SSO).

regards

Tobias

Former Member
0 Kudos

Hello,

use SSO is not the purpose.

I want to maintain what exists now.

A SAP user ID (YYYYYYY) and a diferent user net login name (XXXXXXX).

ITS integrated has to have a function that checks (validate) the net login name. This is what I intend.

Thanks

Sónia Micaelo

Former Member
0 Kudos

Hi

????????