cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro app calling Transaction iview with Dynamic Parameters..?

Former Member
0 Kudos

Good day!

I need to code a call to a transaction (with dynamic parameters) from an Abap WD application. It appears that to achieve this, the app needs to call a new portal transaction iview, passing the parameters in the call..?

This should ideally be via a Sapgui for Windows, but Html also an option (does it matter with regards to the method used?).

Kindly assist with advise/instructions, idealy with sample code extract to illustrate (new to Abap WD)...

Kind regards

j

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

for SAPGUI you should have SAPGUI installed at client side for HTML it is not required.

Abhi

Former Member
0 Kudos

I now that <sigh>, I simply mentioned it in case it influences the method used for the call. This is the question - how do I code this Abap WD call, passing the parameters?

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

this will help you doing so

http://help.sap.com/saphelp_nw04s/helpdata/en/18/f96f4132f15c58e10000000a1550b0/frameset.htm

Use BUSINESS_PARAMETERS to pass the data

Abhi

Former Member
0 Kudos

Thanks - this should get me started!