cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters to Transaction Iview

Former Member
0 Kudos

Hi

Here's the Scenario -

CRM Portal hosts the link to Create Quotation transaction iview(TCode VA21) in EP. We are passing the parameter Customer_Number (sold-to-party) in the URL.

The user clicks on the link, the iview opens, user fills the mandatory field (Quotation Type) on the initial screen and clicks on Item Overview Button. The field sold-to-party on the resultant screen should be set by default to the value being passed in the URL.

I could successfully set all the fields on the initial screen through URL, but unable to do so for the Item Overview screen.

Any pointers on how it can be done?

Thanks,

Prerana

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Prerana,

I have a similar requirement in my project.

Could you please let me know if you were able to solve the issue and if yes then what would be the possible solution.

Regards,

Saurabh Garg

Former Member
0 Kudos

I believe you can only pass parameters to the first ABAP screen.

nitin_mahajan2
Contributor
0 Kudos

Thanks Michael,

Not from the iview property for application parameter, but is it possible to pass parameters using the URL?

as a matter of fact, i was also trying to find, if it is possible to pass the parameters to a transaction from ABAP/Java WD?

When I say parameters i am talking about the parameters not just on the first screen but the different tabs that follow the transaction's first screen.

Regards,

Nitin

Former Member
0 Kudos

Yes, you can pass parameters by URL, but it is complicated. You either call the underlying portal component for the iView and add the parameters, or you write your own portal component which knows how to build the correct URL.

It is up to the receiving URL to know about setting values for tabs and second screens etc. By default SAP GUI can't do this.

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

The parameters can be sent to the transaction iview using the below iview property

> Parameters forwarded to Transaction

Thanks

Muthukumar