cancel
Showing results for 
Search instead for 
Did you mean: 

Application Parameters are not passed to the Transactional IView

Former Member
0 Kudos

Hi,

DMS transaction CV02n has a lot of tabs that are not relevant for business. Hence a transaction variant was created for CV02n and using this, a custom variant transaction ZCV02n_XXX was created.

Standard transaction CV02n has 4 fields in the selection screen. Custom transaction ZCV02n_XXX also has the same 4 selection screen fields.

In the Transactional IView, these 4 fields are configured as Application Parameters. These 4 fields will be populated dynamically by the Webdynpro ABAP application before calling the Transactional IView.

The Transactional IView for the standard transaction CV02n works fine. The application parameters are passed to the selection screen.

But the Transactional IView for the custom transaction ZCV02n_XXX is not working. The application parameters are not getting passed to the selection screen. How can this issue be solved?

Regards,

Jeena

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jeena!

Did you solve your problem?

I have the same situation...

Thanks for your help!

CU

Peter

Former Member
0 Kudos

I found the solution:

./irj/../portal_content/.../R3_iView?DynamicParameter=<screen field>%3d<valueof parameter>;DYNP_OKCODE%3dSHOW&AutoStart=<true or false>

In my case even

./irj/../portal_content/.../R3_iView?DynamicParameter=<screen field>%3d<valueof parameter>

works, if you activate "Process first screen" in the ivew porperties.

CU

Peter

Former Member
0 Kudos

Hi Peter,

I tried your solution. It is not working for me. The selection screen is not populated with the values.

Are you using a variant transaction or a dialog transaction in the Transactional IView?

I am using a variant transaction in the IView. Is there anything to be done differently if variant transaction is used?

- Jeena

Former Member
0 Kudos

Hi Jeena!

>Are you using a variant transaction or a dialog transaction in the Transactional IView?

I am using a self written dialog transaction... Really don´t know if there is any important difference between vt or dt.

CU

Peter

SRudra
Contributor
0 Kudos

Hi,

How are you passing the parameters ... Are you using the iview properties?

regds,'