Passing Parameters Transaction iView

Hi!
I have created a SAP transaction iView that calls the transaction MM03. I know that we can pass application parameters by defining them in the iView properties. On the SAP help website, its given in the syntax <Screen_field1>=<parameter1> and so on for all the parameters.
How do I find out the name of the screen field? For example, I want to pass the material number VPP27. So it should be, <Screen_field1>=VPP27. But how do know what the screen field is called? I tried giving in Material, but it doesnt work..
Anyone know a way out?
Sameer

You can position the cursor at the field within the transaction in R3, then use the F1 key (for help), followed by F9 (for technical help).  You should see a pop-up showing the screen field names for the present field that the cursor is on.

Similar Messages

  • Pass parameters to iView (VC Model) from Portal

    Hello All,
    In VC, we have a model that has a start point as input with few input parameters.
    As per the WIKI note https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passing%2bvalues%2bvia%2burl
    We were able to make the VC model read the parameters from the URL. Once we got this working, we created a new page in Portal and we added the VC model as an iview to the page.
    Is there a way i could add the parameters as a part of configuration of the page or the iview in the portal?
    I would like to know if it's possible to pass the value of InputParameter to iView from portal ?
    We tried setting the isolation of the iview to URL, to utilize the parameters property. But we are not able to figure out how to pass parameters from here
    Any help would be highly appreciated!
    THanks,
    Naveen

    I am using a scenario where a VC form on the front page of our portal sends values to a separate page where the search results are displayed. The url is made up of the PCD id and the neccessary parameters. The target page is displayed as a popup. This works fine. The url looks like this:
    http://server:50000/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fint.agra.f0000!2fint.agra.f0060!2fd0001!2fframeworkPages!2fint.agra.p0100!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=navurl%3A%2F%2F9c506d0cfa29ad6f8d27790117c4c622&_paramsXmlStr_=<Params><Row%20FSTNAME_M='henning'%20LASTNAME_M='strand'></Params>;
    Does this describe a similar scenario as you want?
    Henning Strand

  • Passing parameters in iviews

    Hi all,
    I want to know is there any way to pass parameters from one URLiview to another URLiview in the portal without coding in webdynpro java. Can we declare this parameters anywhere in the portal?
    Thanks in advance,
    Bhaskar.

    Hi jitender,
    Thank you for your reply. But, after i have created an URLiview in the portal, there is a property called 'Parameters to Pass from Page Request(for URL isolation )'. I suppose this is the property to be used to pass parameters to another iview. But i want to know how to access this parameter from second iview.
    My requirement is how to pass a parameter(suppose a string) from iview1 to iview2 in poratal without using 'programming portal eventing' or EPCM in webdynpro java.

  • Passing Parameters to iView

    Hello Experts,
    I want to pass a simple parameter from one iView to another. How do i pass it using EPCM.doNavigate? my code in asp is
    Response.Redirect("url to navigate" + "?ID=V")
    Request.QueryString\["ID"\] == "V"
    I do some validations based on this querystring.
    I need an equivalent for this in portal. I skimmed through many earlier posts but din't get a proper solution. Could you plz help me out with the simplest possible way ASAP.
    Regards,
    Madhesh
    Edited by: Madhesh P on Jan 7, 2008 5:21 AM

    Hi Madesh,
    You can use custom events for passing parameters from one iView to Other. 
    Or
    If the parameters are to be used in more than one iView you can use session variables.
    Regards,
    Ashutosh

  • Passing parameters from iViews to WAD Templates

    All,
    I'm a .Net developer new to the SAP world, so excuse me if I say anything ignorant about SAP.
    I want to pass some parameters from an iView to a Web Application Template. Then I want to be able to reference those variables in the Template and pass them to another Template. I know in the ASP world, I can refer to the Request object in the code behind. I do not know how to reference the request variables in the Template.
    Here's what I've tried with no luck (I want to be able to reference the variable "QueryName" in the Template):
    BEx Web Application Query String: cmd=ldoc&template_id=XROMO_IVIEW_PARM&QueryName=WhatDoYouKnow
    Web Application Template:
    <script language="javascript">
    function WindowOnload() {
    frmApp.romo1.value = '<Request.QueryName>';
    frmApp.romo2.value = "Request.QueryName";
    </script>
    </HEAD>
    <BODY onload="WindowOnload();">
    <form id="frmApp">
    Passed Query Name <input type="text" name="romo" value="<request.QueryName>">
    <br><hr>
    Passed Query Name <input type="text" name="romo1" value="">
    <br><hr>
    Test Parm Set <input type="text" name="romo2" value="">
    </form>
    Any help provided would be greatly appreciated.
    Thanks,
    ROMO

    To get the value of a parameter in the URL...
    Get the URL string and parse it.
    <script language="javascript">
    function WindowOnload() {
    var url = location.href;
    var i = url.indexOf("QueryName=") + 10;
    frmApp.romo1.value = url.substr(i,8);
    </script>
    -OR-
    Second option is to use the Text Elements web item to get the technical name of the query.

  • Passing parameters thru IVIEW

    Dear gurus,
    I have a requirement wherein I need to pass the logged in EP user Id to BW thru a BW Iview.We cannot use the LOGON Tickets method as there might be many customers who might need to access BW thru that Iview.We dont want to have a userid for each of them in the BW system.
    Pls let me what is the way out.
    We are on EP SP12.
    Appreciate your help greatly.
    Thanks.

    Thanks Jyoti for your inputs.
    As harsha has said it would be great to have a step-by-step.
    In my case,based on the userid I need to perform some logic in BW ( i.e. different userids different logic)
    (Is there a way to specify the EP userID dynamically/internally by specifying some variable/place holders )
    Thanks again.
    Message was edited by: Sap User 001
    Message was edited by: Sap User 001

  • Passing parameters to SAP Transaction iView

    Hi,
    We have a SAP Transaction iView (for ERP transaction SWK3) which works fine in our 7.0 portal using the following Application Parameters value:
    P_CATID=BO&P_TYPEID=BUS2089&P_INSTID=<Request.P_INSTID>
    At runtime, the parameters set with constant values are passed (i.e. P_CATID and P_TYPEID) successfully from the iView, while the url invoking the iView contains parameter P_INSTID which is dynamic (called from another iView).
    For example, this may look as follows:
    ?P_INSTID=000614330000120800
    Since we have upgraded to portal 7.4, the NWA log shows the following error for this process suggesting this is not a valid method of passing parameters any more.
    om.sapportals.portal.appintegrator.ApplicationIntegratorException: Unable to process template 'P_CATID=BO&P_TYPEID=BUS2089&P_INSTID=<Request.P_INSTID>', because 'P_INSTID' is an invalid terminal property of context 'Request.'.
    Please can you advise how to overcome this error for the dynamic parameter.
    Thanks,
    Alan

    Hi Alexander,
    Apologies for the late reply, I've been on an extended period of annual leave.
    I've checked back on my notes and we retained the Application Parameters iView setting exactly as I state above but I had to ask our Java developer to explicitly add the static parameters P_CATID and P_TYPEID to the dynamic URL call to launch the iView.
    So for example, an example URL would be:
    ... ivu.view_trip?sap-config-mode=true?P_CATID=BO&P_TYPEID=BUS2089&P_INSTID=000614330000120800
    This cured the problem though I'm unsure whether it is still essential that the static parameters need to exist in the iView configuration. We had many issues at that moment in time I was just pleased to find a solution.
    Good luck!
    Alan

  • Transaction iView - pass parameters to non-default tab

    Hi Experts,
    I have a requirement to call transaction iView from  Webdynpro ABAP application by passing some default values.
    I am able to call the iView and also able to pass parameters. My requirement is to pass values to the tab in iView which is not the default tab when I execute the TCode.
    Is this possible using absolute navigation...??
    If yes please let me know how can that be achieved...
    Thanks in Advance....!!!!
    Regards,
    Shruti Shah

    Hi,
    Do you  already know a  way to reach this transaction to a desired tab with out using webdynpro ?. Is it possible at all in any way to start this transaction and position to a particular TAB.
    If you do not know that then i am afraid that no one could help you out in forum.
    Good luck

  • Navigate to Transactional iVIEW by passing parameters & UWL

    Hi Experts,
    I have 2 queries here,
    1>>
    I understand  that to navigate to a transaction from webdynpro a transactional iview has to be used. In my case i have to navigate to ME51 from the component and display the transaction with the details of a paticular purchase requisition. So my question is can i pass the PR no. to the iview and display the right screen of the transaction.
    2>>
    On click of an other button i need to navigate to the Universal Work List(UWL) of that User, does this require us to embed the UWL in an iview as well?
    Thanks In Advance,
    Chaitanya.

    Hi,
    In Portal, when you are creating a Trans. Iview check the properties. I guess there should be parameters for that.
    Regards,
    Lekha.

  • Passing Parameters programtically to Transaction iView

    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

    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

  • Passing parameters to an ITS Transaction iView Table from Webdynpro Java

    Hi,
    I am calling the IW44 transaction from Webdynpro using ITS, and would like to pass a list of Confirmation Numbers as screen parameters. When I pass parameters to AFRUD-RUECK, I can fill one cell, but my question is how to fill up each row as the technical name will be the same?
    Thanks

    Try this
    <AFRUD-RUECK1>=<parameter1>
    &<AFRUD-RUECK2>=<parameter2>
    [http://help.sap.com/saphelp_nw70/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm]

  • Transactional Iview passing parameters for search help window

    Hi Experts,
    I have to create a transaction ivew through which i need to pass parameters to search help window (having two entries ). In has to select the particular entry and then go to next step.
    Can somebody give me guide me how to do it as i couldn't fine correct answer in the existing forum answers.
    Regards,
    Suresh

    Hi Suresh,
    Have you read the [documentation|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm]?
    >ApplicationParameter
    >
    >You can enter parameter values for certain screen fields for displaying a SAP transaction here.
    >This field is optional.
    >
    >The parameter values are specified with the following syntax:
    >
    ><Screen_field1>=<Parameter1>
    >&<Screen_field2>=<Parameter2>
    >&<...>=<...>,...
    >
    >Process First Screen
    >
    >The possible values are trueand false. By default this field is defined as false. It is a required field.
    >
    >If the value is set to true, this corresponds to the input key function in the transaction. It takes effect if there are no required >fields in the transaction or if all the required values are maintained in the ApplicationParameter property.
    Regards,
    Pierre

  • Passing parameters to IAC Transaction iView

    Hi guys,
    Anybody knows how I can carry out this task? I have a page that has some value that I would like to pass to an IAC Transaction iView via the URL.
    Thanks!

    Check this out:
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm
    All u need to do is append the screenfield values and pass it to the URL.
    Something like this:
    Eg:
    <script>
    Screen_field_Value = 'XYZ';
    dynP = "?DynamicParameter=Screen_field1" +Screen_field_Value + ";";
    </script>
    <hbj:link id="l1" text="IAC - Link1">
    <% l1.setOnClientClick("EPCM.doNavigate('ROLES://portal_content/com.sap....../myIACIvu' + dynP ,1);void(0);"); %>
    </hbj:link>
    Plz don forget points, if it helped.
    Regards,
    P.

  • Error while passing Application Parameter in Transaction iView editor

    Dear all
    I am trying to pass some application parameters to one of the transaction iViews. Without passing any parameter in 'Application Parameters' field of the iView editor the iView can be previewed/displayed fine. But when I am trying to pass the parameters as follows <Screen_Parameter1>=<ABC>&<...>=<...> the preview is coming up with a Portal runtime error saying that the <Screen_Parameter1> is an invalid terminal property of the root context_
    Can anybody help me out with this?
    MAQ

    In any application parameter field u need pass screen_field
    u need to find the screen_field value first .
    login to backend ECC server , give u r required Tcode .
    click in  required field , press f1 -> click on Technical setting icon on top .
    in that screen , screen_field is the last field .
    copy  this screen_field value
    place ths screen _field value in application parameter field .
    example : rs38-programm=ztest
    here re38-programm is the screen field
      ztest is it's value .
    & this is used for the separator between 2 values

  • How to pass the User Group for a SQ00 Transaction iView

    Hello,
    To start off, I am relatively new to SAP technology in general.  I may be missing something obvious.
    I am trying to create an SAP Transaction iView in our EP Portal that will call the SQ00 transaction (start query) and run a particular query against our R/3 backend.  I set the Transaction Code to: SQ00, the application parameters to: RS38R-QNUM=<my query> and the OK Code to: SHOW and the System to the System alias for our R/3 system.
    My problem is that the query that I need to run is not in the default User Group that comes up by default.  So I get a screen that has the query field (RS38R-QNUM) correctly populated but the error that the query has not been created.  From that screen I can navigate to the correct User Group and then run query.  There does not seem to be a User Group field on the screen, you change it by accessing a different menu, so I do not know how to call the screen for a particular User Group.
    Is their an application parameter that I can initially pass to set the User Group?
    Thank you.

    And my lecturer is suck, every lectures she just read
    the slices and never explains why and how they are.
    (If ask her, she talks and talks rubbish and
    eventually I get nothing)Maybe you should drop the class and complain to the administration.

Maybe you are looking for

  • PDF Maker Issue - can't find add-in in adobe folder, doesn't work in MS Office 2010.

    Hi Guys, Since last few years I've been using Adobe Acrobat Reader (IX, X, XI) on my Sony Vaio. It was integrated with MS Office 2010 and worked perfect with Outlook, Word, and Excel. Last week I had serious isues with my notebook and had to do a cle

  • Need to Update Customer Address and Email Adress in AR

    Hi , I am new to AR. I need to update Customer name and Email Address in AR. Can you please provide me if there is any API or Interface Exist. Also please provide me the steps and the maditory values which we need to provide during the updation. Rega

  • Xcontrols and dynamic User Events

    Hi all, I'm trying to build a XControl with an Event Structure that accepts User Events generated by a separate parallel loop on the block diagram. A monitoring loop with its own Event Strucure on the block diagram seems to handle the User Events gen

  • OPEN API: What do I have to do to create program units?

    What do I have to do to create program units? Which properties do I have to set? I have tried the following code, but it haven't worked. Could anybody post the example how do that. I use Forms 6.0 Client/Server, Windows 2000. Here is my code: // I be

  • Can't update my 5800xm

    Nokia has launched free maps for select models. 5800 is amongst the models listed. When I tried to install the app I got an error msg saying I needed to update the phone. I tried FOTA and PC updater but both methods returned "No updates available". M