Transaction iView radio button parameter

Hello everyone!
I have built a Transaction iView for the transaction CU50 and would like to know how I can set the value/parameter for the radio button for the first screen that pops up.
This is a pop-up where I have to select the plant, which are radio button options. How and what parameter do I give in the Application Parameters in the properties of this Transaction iView?
Regards,
Sameer

Hi Sameer,
<i><<This is a pop-up where I have to select the plant, which are radio button options.</i>
To select that particular plant,you need to know the screen_field name first.
The field name for plant is <b>WERKS</b>
(In the screen for cu50...keep the cursor on Plant input field and press F1 and in the help popup...choose technical information tab....which opens another popup where you will be able to see the field data for plant)
In the transaction iview,here's how the ApplicationParameter works :
You can enter parameter values for certain screen fields for displaying a SAP transaction here.
The parameter values are specified with the following syntax:
<Screen_field1>=<Parameter1>
&<Screen_field2>=<Parameter2>
&<...>=<...>,...
Chek out the following <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm">link</a> on Transaction iviews for more info.
Its a good question you have put up.
P.S:Reward points if useful
Regards,
Abhishek.

Similar Messages

  • Radio Buttons / Check box of Gui Transaction not displaying in WEB UI

    HI,
    We are using CRM 7.0 / ECC 6.0, i am launching some ECC transaction in WEB UI using transaction launcher, Radio button and Checkbox are displaying properly in Dev CRM system but it is not displaying in Quality system.
    I compared both systems, everything is the same. I also checked the ITS URL, we are using transaction IC_LTXE.
    /sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE&sap-client=100
    Please Advise ?.
    Thanks & Regards,
    Rajanidhi Rajasekeran.

    Hi,
    We are working on an upgrade project and have used transaction launcher to give SAP GUI transactions in Web UI.
    We are facing a similar issue.
    We have a report program with several checkboxes. User will select few checkbox and perform further processing.
    In development system it is working fine but in quality system if we scroll down or up after clicking on checkbox the page is getting refreshed and check is cleared.
    Did you come up with a reasonable solution to this issue?
    Do you know any way around this issue?
    Thanks in advance
    Regards,
    Sayan

  • Displaying radio button on report output

    hi folks,
             how to display radiobuttons on the report output.
           thanks,
           santosh.

    Declare parameter as RADIOBUTTON
    like
    Single radio button
    PARAMETER p_purch RADIOBUTTON.
    Two radio button with same group.
    PARAMETER p_sales RADIOBUTTON GROUP opt.
    PARAMETER p_purch RADIOBUTTON GROUP opt.
    Regards,
    Mahesh
    Edited by: Mahesh Guragol on Jan 23, 2008 4:12 PM

  • Transaction iView - toggle radio button

    Hello Experts,
    I'm using application integrator to run a transaction (WinGUI) from the portal.
    This is the link I'm using: (P_NPRV is the screen field)
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.Transaction?System=SAP_ERP&GuiType=WinGui&TCode=zie05&DynamicParameter=P_NPRV%3DX
    One of the fields in the transaction is a radio button.
    When selecting it from ECC it opens additional date fields (see ECC.jpg).
    When opening from portal, the radio button is selected but the date fields are still hidden (see Portal.jpg)
    How can I run it from portal and see the date fields?
    Regards,
    Omri

    Hi Harsha,
    I've done both checks with same user:
    From ECC - Works
    From Portal - Doesn't work
    Maybe it's more of an ABAP question: does selecting the radio button also triggers the button's action?
    Regards,
    Omri

  • Passing a parameter to a transaction iview

    Hi all,
    I have a C# web app that is accessible via a url iview. I redirect the user to a transaction iview.
    But, I want the transaction iview to display data, which is retrieved from SAP R/3, to be relevant to that particular user. I want to use the user's business partner id, as a parameter to pass. Maybe through a query string?
    Does anyone know how I could go about doing this?
    Many thanks.
    I swear I'll reward many, many points for help that gets me through this.

    Eric, you’re the man. Trust me, you were pivotal in helping me solve this challenge. I'm sorry I hadn't mentioned you in the previous post.
    As for the solution, yes indeed, we're assigning the application parameter dynamically. The difference now is that instead of a session object, we're using a drop down list.
    So from the iView, the user makes a selection from a drop down list (which is dynamically populated), which contains their id numbers (value) and the associated names (text). Upon the user pressing a button, the selected value (id number) is fed into the query string. At that point, the application redirects to the url and we get our transaction iView.
    Below are portions of the actual code:
    sBaseURL = ConfigurationSettings.AppSettings
    ["WebAccountsBalance"].ToString();
    sQueryString = "?System=<system alias>&
    TCode=<transaction code>&
    GuiType=WebGui&OkCode=true&
    OkCodeField=&~okcode=true&
    ApplicationParameter=FKKL1-GPART=" + ddlAccounts.SelectedValue.ToString();
    Response.Redirect(sBaseURL + sQueryString);
    Thanks again Eric. :o)

  • Transaction iView - pass web dynpro parameter

    Hi!
    I created a web dynpro (ABAP) iView with a button on it. Selecting the button opens a transaction iView. (SAP GUI for Windows) I want to pass a web dynpro parameter to the SAP GUI iView and write the value of this WD parameter into a screen field at SAP GUI.
    I suppose I have to use 'Application Parameters' as described at [help.sap.com|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm], but until now any attempts failed...
    Best regards,
    Sandra

    Hi Sandra, did you solve this? I am facing the same requirement.
    Thanks

  • Change ITS parameter setings dynamically for one transaction iview

    Hi gurus,
    I have a configured ITS parameters and set ~webgui_simple_toolbar = 32
    But now in one transaction, only on the last R3 screen (in this transaction) we need standard 'Back' button, (custom back button cannot be configured as this view is a pdf, t-code developed in ABAP )
    I can configure 'Back' button by setting ~webgui_simple_toolbar = 40, but then it comes in all the transaction iviews and on all the screens.
    Is it possible to set the value of  ~webgui_simple_toolbar  dynamically, in my t-code in ABAP, so that only for this transaction standard toolbar is visible.
    thanks
    Nishu

    Hi Nishu,
    Where exactly have you set the parameter
    ~webgui_simple_toolbar = 32
    i.e in what Service? I believe from your description it is set in the WEBGUI service - which then all your transaction iViews are using to execute? Is this correct
    One workaround would be to create an IAC for this one transaction that you are calling. Which would then have the settings
    ~transaciton <my_transaction>
    ~webgui_simple_toolbar = 40
    ~webgui 1
    ~singletransaction 1
    Then setup the iView to be called as an IAC iView?
    Regards,
    Oisin

  • Radio button in bdc multiple transaction

    hi,
        i m working on two dependent transactions in bdc(using call transaction method) on ie01 and ko01 transactions where in in the selction screen i used two radio buttons under one group for calling each transaction,but i m unable to call ko01 transaction when i click to ko01 radiobutton and press execute its going into ie01 transaction,can any one explain how we can write the code to call two transactions seperately and upload data seperatly for both under single radio button group in single pgm......

    Hi Raj,
         Can you please send me the BDC code which you have written for tcode ko01.  I am getting the following problem in BDC code for uploading internal orders in KO01 tcode.
       I want to enable a field in BDC program for ko01 tcode.
    In this tcode, based on order type the business area field is enabling and disabling. If it is enabled then we have to enter business area bcaz its a mandatory field. Business area will be disabled if system generates a value into that field based on order type.
    How can do it in BDC program of this disabling and enabling technique.
    I want to enable the business area irrespective of order type and i will pass the value to it,bcaz in my flat file business area value is given for all order types.
    Its an urgent issue.
    Thanks in Advance.
    Regards,
    Swapna

  • 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 parameter into transaction iview ?

    Hi experts,
    I want to know "how to pass parameter into transaction iview ".
    Regards,
    Krishna Balaji T

    Hi Krishna,
    Not sure if this can help you.
    1) Passing a parameter to a transaction iview (I saw a resolved suggestion)
    Passing a parameter to a transaction iview
    2) Passing a parameter from the portal to R3 (helpful info for you)
    Passing a parameter from the portal to R3
    3) Create SAP Transaction iView using SAPGUI for Windows (Great Blog and info about TA Iview)
    Create SAP Transaction iView using SAPGUI for Windows
    Please check the following link for Transaction Iviews
    http://help.sap.com/saphelp_nw2004s/helpdata/en/02/f9e1ac7da0ee4587d79e8de7584966/frameset.htm
    Just some info: Portal is basically what the end user can see. What he can do, is still maintain in the backend system. If there are parameters setup already for the user in the backend system (in SU01), then those parameters should still valid for the transaction that the parameters are linked to.
    Hope that helps and award points for helpful suggestions.
    Ray

  • Portal Transaction iView Button disabled

    Hello expert,
    I wish know why the button on menu of Pop-Up Portal are disabled.
    I created a SAP Portal Transaction iView:
    Image:
    http://img718.imageshack.us/img718/7001/helpsdn.jpg
    And the button NEW WINDOW is disabled, but if I put on the field where we type transaction: /ose37
    then, a new window will open because I used /o
    My question is: Why this button - NEW WINDOW is disabled? How can I enable this?
    thanks.

    The solution for other versions is explained in the same note. However the note says that the procedure is NOT recommended and NOT supported by SAP.
    You will need to editi the WinGuiRenderLayer.properties and set -wp=false in the SSDCommandTemplate
    For NW04 realease and above the WinGuiRenderLayer.properties can be found at:
    ../usr/sap/< SID>/<InstID>/j2ee/cluster/server< server#> /apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.appintegrator.sap/property/transaction
    (Make these changes in all the server nodes. A restart of the portal might be required after making these changes.)
    Please note that if you change anything in this property file, it will be overwritten if a new version of application com.sap.portal.appintegrator.sap.par is delivered or when a new SP is applied.
    It is also recommended to keep the original archive com.sap.portal.appintegrator.sap.par in a temporary folder and redeploy it if you encounter any side effects.
    Have a look at this thread also:
    WinGUI create new session option not available
    Thanks,
    Shanti

  • Pass Parameter to a Transaction Using Transaction Iview Portal

    Dear Experts.
    I have the following doubt:
    The developer ABAP created a program Z_PROGRAM_ABAP
    and a T.Code Z_CODE_PROGRAM for this program.
    I have created a Transaction Iview in the portal for this transaction, but I need pass a value in the Iview  to a variable in the program that call this transaction.
    How can pass a paramete to a variable in the program that is called with the transaction Z_CODE_PROGRAM?
    Thank In advance for your help.
    Best Regards
    Carmen G.

    Hi .
    I have the following code:
    REPORT Z_PROGRAM_ABAP.
       parameters: XYZ type Char no-display.
    if XYZ = 1.
    Write 'ABC'.
    else.
    Write 'MNO'.
    endif.
    And in the portal:
    Application Parmeter    :  XYZ = 1
    Parameters Forwarded: 1
    The problem is that i not want that the user can see the parameter XYZ in the Sreen. When I delete the NO-DISPLAY of the sentence    parameters: XYZ type Char no-display, the parameter is passed.
    How can solve this issue?
    Best Regards
    Carmen

  • Dynamic parameter tranfer from webdynpro to transaction iView

    Hello,
    i would like to transfer some parameters from my webdynrpo to a transaction iview. The problem is, that its working for one transaction but not for another. I tested SE11 and SE38. Here is the code for both (first SE38 second SE11)
    String targetSE38 = "ROLES://portal_content/temp/transaktionSE38";
    WDPortalNavigation.navigateAbsolute(targetSE38, WDPortalNavigationMode.SHOW_INPLACE, null, null, "RS38M-PROGRAMM=10001234");
    String targetSE11 = "ROLES://portal_content/temp/transaktionSE11";
    WDPortalNavigation.navigateAbsolute(targetSE11, WDPortalNavigationMode.SHOW_INPLACE, null, null, "RSRD1-TBMA_VAL=12345678");
    In both cases the transaction shows up but the parameter is only passed to the transaction SE38, the SE11 field remains empty.
    Does anybody know why (background is that i have a custom transaction which is also not working and im curious why its not working for a standard transaction either.
    Thanks a lot,
    Kai Mattern

    Hi Kai,
      Did you find solution .. for the problem i am also facing the same problem .

  • Passing  parameter from transaction iview

    Hi,
    We have a case of invoking a transaction iView from a WebDynpro application. I need to pass the parameter from transaction ivew to webdynpro application. Any pointer to this will be really helpful.
    thanks....

    Hi,
    While you are performing portal navigation from WD iVew (using navigateAbsolure() or navigateRelative()) to Transaction iview in that call itself you will get one of the parameter as business parameter. You could set the application parameter during portal navigation.
    Regards,
    Murtuza

  • How to pass parameter to a callable object made of transactional iview ?

    Hi All,
           I was trying a simple scenario of executing a SAP transaction during a process.This is how i prceeded:
             1.I created one Transactional iview.Its working fine.
             2.Then created one callable object out of this iview taking some input        parameter  which are required during transaction execution.
             3.I included the callable object in a process.
                   Now if i execute the process then it shows me the screen to give the
    input parameters.But i give the input parameters,it simply opens the transaction.It
    doesn't run the transaction with given inputs.
                    I guess there are some more steps required for interfacing so that
    parameters can be passed to the transactional iview for execution.
                      Can anyone help me out.
    Thanks and Regards
    Ashis

    Hi.
    How you start application? I think you send message to webservice(BPEL process is webservice too). So construct message with variable and value.
    But I created only processes where input value doesn't matter. I haven't use mapper yet too.

Maybe you are looking for