cancel
Showing results for 
Search instead for 
Did you mean: 

Calling SAP Trx with dynamic parameters using EP6SP2

Former Member
0 Kudos

Hi

I would like to call an SAP transaction from EP6 and pass parameters (one is variable) to the initial screen, process this screen so that the user is dropped into next screen ready to work.

I would like to pass the screen field's value, which is variable, as a URL parameter.

eg. http://<ep6 server>/...?p_id=xyz

How can I do this?

Thanks

Doug

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Doug,

You can write a custom Java iView, calculate the variable param there and use URLGenerator to get the URL for the SAP transaction. Then just display it in an IsolatedHTMLContainer in the iView.

Regards,

Patrick.