cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters programtically to Transaction iView

lakshmikanthaiah_s
Participant
0 Kudos

dear friends,

i have created transaction iview and execute fine in preview or anywhere.

e.g. mmbe transaction

Here it goes first directly to selection screen, and after providing the required values, it goes to exact transaction page.

i can do skipping the First page in iView settings,

But the parameters i am sending like

MARAV-MATNR=REL00001I MARCV_WERKS=1810 is not taking

i tried all sort of combination in parameter box,

but no result yet,

can anybody help on this?

I want to call this iView from another iView by providing my own parameters.

can any body help me on this with code.

thanx in advance

regards

kantha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi kantha,

if you want to pass diff variable values, then you need to pass the variables separated by '&'. More over you are passing values to a wrong screen field names. Usually this happens when screen field name you are passing is wrong. The value appears only when Module Pool Screen field exactly matches with what you are passing.

Try passing Application Parameters:

MS_MATNR-LOW=REL00001&MS_WERKS-LOW=1810 (SAP 4.7 Enterprise)

Material field is MS_MATNR-LOW and Plant Field is MS_WERKS-LOW.

SAP Transaction Iview is an extension of SAP Application Integrator. To know more about how to pass values

http://help.sap.com/bp_epv260/documentation/How-to_Guides/25_HowToUseAppIntegrator_en.pdf

Hope this helps,

Thanks,

Praveen

PS. Dont foget to allot points if useful/solved

Answers (0)