cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch Parameter from Typo3 to ITS

Former Member
0 Kudos

Hi Everybody

I talk about a Standalone ITS Version 6.20 6200.1004.33246.0

What I want:

I want to logon automatically from a Typo3 to an ITS- Transaction.

Background:

Let's say that Parameters like username and password are defined in a TYPO3 Session.

Now, I would like to pass those two parameters to the ITS to logon a known internet user (SU05) with a form like this:

<form action="http://sapits:9800/scripts/wgate/zvw01e/!" method="post" name="app0_de" target="_top">

<input type="hidden" name="~language" value="DE">

<input type="hidden" name="~G_WWCC_CUSTOMER" value="customer">

<input type="hidden" name="~G_WWCC_PASSWORD" value="pass">

<input type="submit" value="start ITS">

Issue:

unfortunately, I cannot see the parameters (beside ~language) on the ITS- Side.

Must that be handled by reading the session? or reading cookies?

And when yes, how someone did that?

any thoughts?

KLM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Markus,

this works for me:

<input type="hidden" name="~language" value="EN">

<input type="hidden" name="~client" value="800">

<input type="hidden" name="~login" value="rudi">

<input type="hidden" name="~password" value="willibert">

best regards

Tobias

Former Member
0 Kudos

Hi Tobias

Thanks for your answer.

This already works with the parameter you explain. That is the standard logon of the SAP User.

But, to be more clear, I want to send my own parameters through the \templates\system\dm\login.html page to the transaction.

BTW:

I got some new information from this login page. I think, I must only include the new parameter in the form to pass it through.

I try that now.

Thanks,

Markus

Former Member
0 Kudos

I found the solution:

The ABAP- Program referenced a Dynpro Screen 8230 from another Program. So I guess, this broke the parameter forwarding a little, because no field-set/field-get instructions where defined.

After copying Dynpro 8230 into the real Z* PRG, the parameters went through and the problem is solved now.

Thanks,

Markus

Answers (0)