cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction iView & property "Process first screen"

former_member213219
Participant
0 Kudos

Hi Experts,

Need your inputs on one of the requirements we have.

1. Is it possible to pass the values to Transactional iView dynamically?

2. I have created a Transactional iView for SE38 transaction and want to directly we the outcome of program (screen which

comes after we put the name of PROGRAM and click on execute button), and for the same I am trying to use property of

Transactional iView "Process first screen" which says:

"If set to 'true',<Enter> is automatically executed when the transaction is started, and the first screen is executed if all

mandatory screen fields are defined", but it is not taking we to the expected screen but rendering the initial screen only.

3. a. We have to create a Transactional iview for PA40 transaction.

b. And then we will pass the Action type (HIRE / MAINTAIN etc) to the transaction.

c. Now based on Action Type and with the help of iView property "Process first screen", we want user to view the

screens i.e. initial PA40 screen should be executed automatically and based on Action Type they should be able to view

next screen directly.directly..

Point no. 3 is my approach to solve the requirement, please let me know if you have any other view so fulfil the requirement.

I have already gone through the documentation by SAP on Transactional iView.

Appreciate your quick response.

Thanks,

Harish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can pass values to Transaction through the property "Parameters Forwarded To Transaction".

But if you want to set the parameter values dynamically, then you have to do a little customisation. You can develop a webdynpro application where you can write the logic for dynamically setting the parameter and call the transaction iview through WDPortalNavigation.navigateAbsolute and set the dynamic value there.

Thanks