Transaction iView - wrong function is used by processing first screen

Hi,
Iu2019m trying to configure a SAP transaction iView with some given parameters.
The application parameters work fine. By excuting the iView all fields of the transaction are filled with the desired parameters.
But when I use the property u201EProcess first screenu201C the transaction uses the wrong button. It always executes the function check of the transaction and not the function show, which should be used...
Does anybody know, how to define which button / function should be used by processing the first screen?
Thanks in advance,
Lydia

Hi Lydia,
Please check the below thread & wiki link -
process first screen r/3 trans iview
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375
Best Regards,
Sen

Similar Messages

  • R3 Transaction CV04N; process first screen

    Hello all,
    I'm using URLGenerator to generate a URL for the transaction CV04N. I supply params and get the URL no problem and display it in the portal.
    I can't process the first screen though, it always gets displayed. Here is the important part of the code that I'm using.
    // Generate our URL to run transaction ZVAN
    IUrlGeneratorService urlGen = (IUrlGeneratorService)PortalRuntime.getRuntimeResources().getService(IUrlGeneratorService.KEY);
    ISAPUrlGenerator transGen = null;
    ISpecializedUrlGenerator specURL = urlGen.getSpecializedUrlGenerator(ISAPUrlGenerator.KEY);
    if(specURL instanceof ISAPUrlGenerator){
         transGen = (ISAPUrlGenerator)specURL;
         try{
             String transURL = transGen.generateTransactionUrl(request,
               sapSystem,
               "CV04N",     // Transaction code
               "STDOKAR-LOW=DMO&STDKTXT-LOW=*TEST*", // Parameter list
               "WinGui",     // GUI type
               true,          // Process first screen
               false);     // Uses transaction SP01
    // We use JavaScript to display the transaction in the window
            myForm.addRawText("<script>window.location='"+transURL+"';</script>");
        }catch(Exception e){
            gl.addText(1, 1, "Unable to generate transaction URL");
            gl.addText(2, 1, e.toString());
    }else{
        gl.addText(1, 1, "Not instanceof ISAPUrlGenerator");
    the transaction is called with and the parameters are there in the appropriate fields, but the initial screen always shows. How can I process the initial screen of this transaction?
    Regards,
    Patrick.

    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

  • Process first screen r/3 trans iview

    Hello,
    We have created a few r/3 transaction iviews and pre-populated the fields using the "application parameter" field in the iviews.  I would like, once the iview is clicked, the iview to go ahead and accept the parameters and return the results without having to click on "Execute".  I have tried activating the "Process First Screen" option in the iview but that doesn't work, the tool tip says it simulates an "Enter" key but Enter won't execute...I need to simulate an "F8" key...any ideas?
    Regards,
    Patrick

    That's it.  Thanks!  In case anyone else is wondering the ok code for F8 is "strt"
    Regards,
    Patrick

  • Function modules used in process message categories

    Hi Gurus,
    in process message characteristics, we need to assign the function modules. please advise is there any place (sap system or any website) where we can find all the function modules which are used in pi sheets? i want to know function modules and their uses or how to use them in pi sheets? if i want to develop new function modules, what should be the criteria, please guide me. thank you for the support.

    Hello
    In addition, on transaction O13C you will find the process message categories and which message destination is assigned to each category.
    Here is the documentation of the message categories:
    Predefined Process Message Categories - PP - PI-PCS Interface: Linking of Process Control Systems - SAP Library
    BR
    Caetano

  • PR05 Transaction Iview with parameters

    Hi,
    I have one abap webdynpro appn in which after a button is clicked, it has to go to PR05 transaction with necessary parameters like employee number, trip number.
    So i have used the NAVIGATION_ABSOLUTE method in dynpro, and in the business_parameters i have passed the values.
    But the iview is opened and still in the same first screen of PR05 with out passing the parameters with the pop up message "Choose a valid trip".
    In my case, the business parameter is not working fine, as i can see that it still shows the first screen and also the employee number is the login user employee number and not the one which i gave.
    In the iview, i have already given the "Parameters forwarded to Transaction" = PER,TNO.
    And also "OK Code Field" = 'MOD', "Process First screen" = Yes.
    Any other thing need to be given?
    Thanks.

    Martin,
    Have you had a look at these yet?
    http://wiki.sdn.sap.com/wiki/display/EP/StartanSAPtransactionfromaURL
    How to launch SAP transaction & pass parameters via URL
    Cheers!
    Sandeep Tudumu

  • Starting R/3 Transaction iView with dynamic parameters

    Hi,
    I looked around here for a while searching an answer but couldn't find one. Excuse me if I overlooked something about this rather simple question (I guess).
    I have a BW query iView which displays a list of items, lets say order numbers. I would like to click on this number and open a specific R/3 transaction iView with the given order number processed.
    I succesfully implement this iView with the property "application parameters" in the form "XYZ=0012345" and it works. But of course, the order number should be dynamically set. I tried to call the iview via the "NavigationTarget=ROLES:/.../iViewID?XYZ=0012345" etc. which starts the transaction, but the parameter is not recognized.
    Thanks for any useful hints.
    Uwe

    Hi Uwe,
    perhaps the Guide:
    <a href="http://service.sap.com/~form/sapnet?_SCENARIO=01100035870000000112&_SHORTKEY=00200797470000065927&_OBJECT=011000358700000384062005E&">How To Enable Portal Navigation From BW to PCUI Applications</a>
    Gives you some hints.
    Regards
    Gregor

  • 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.

  • 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

  • How to create SAP transaction iView

    Hello,
    Can any body tell me indetail how to crate SAP transaction iView for "SE38" transaction.
    Regards,
    Amey Potale

    Hi Amey
    For creating Transaction iview you have to create a system first
    goto system administration-System configuration-System Landscape-Portal content. right click and create new system. create dedicated r3 system.
    Following are the system properties.
    Application host-sap r/3 system
    Login method-UIDPW
    System id-R/3 system id
    System number-R/3 system number
    Port- 32+R/3 system number
    System type-SAP_R#
    User mapping type -admin,user
    Then create a system alias
    DO user mapping by going to User administration-User Mapping
    Type Administrator and user.then click "edit"
    DO the user mapping by selecting your system alias from the drop down
    Then create an iview by going to content administration-portal content. right click new iview-Select SAP transaction iview. and give the necessary parameters(i.e:SE38).
    FOr further doubts check Create SAP Transaction iView using SAPGUI for Windows
    REgards
    Rajeev.

  • Error in transaction iview

    Hi All,
    I have created a transaction iview for transaction CJ2B. When I click preview button, first screen of transaction opens properly; but when I enter input parameters and try to go to next screen by pressing 'enter' it displays error:
    <b>Initializing of graphics for HTML is not supported in SAP GUI</b>
    Hence I am not able to navigate to second screen.
    I have set SAP Gui type value 'SAP GUI For HTML'.
    Please help.

    Hi
    Go to the System Administration>Support>SAP Application
    In the Test and Configuration Tools
    Select the SAP Transcation
    In that Provide the System Name , Gui Type and try with the both windows and Html gui
    Check whether you are getting the same problem or not
    Hope this helps,
    Regards,
    Arun

  • Portal Transaction iView not opening in browser but its open in R/3 screen

    Hi
    I have 2 senario.
    First Scenario:
    I login only into the portal  and  not  login into R/3.  I could access the portal transaction iview in the new broser portal window.  And this is the expected behaviour.
    second senario
    I login into Portal as well as R/3 through SAP logon Pad (SAP GUI).
    Now if I access  Transaction Iview through portal , this transaction Iview is opened in R/3 side window not in portal browser window .And also same time we can see only new blank portal window iopen n portal side.
    My question is that whichever transaction iView we access through portal we want  to see that transaction iView in portal browser window like in first senario  not in R/3 window.
    Please help me to resolve this problem
    Regards
    Ruturaj

    Hi Shanti
    Thanks for replying.
    The problem is that when our user trying to do same things in our system with his credentials means UID and PWD its working fine.But when he do the same things in his system with his credentials problem occured as per the senario 2.
    This problem is not only that user but also whole their team member.
    Regardfs
    Ruturaj
    Edited by: Ruturaj Inamdar on Sep 15, 2011 9:20 AM
    Edited by: Ruturaj Inamdar on Sep 15, 2011 9:25 AM

  • Transaction Variant -Skip first screen of sm30

    Hi ,
    I have created a transaction variant for a ztransaction using shd0.This is for transaction sm30.
    I need to skip the first screen and directly switch to table maintenance screen of the table.
    While creating a transaction variant for sm30 I came across the maintain button , but I could not set its value to X.
    Any idea how I can do this ?? or how i can directly switch to the maintainance screen?
    Regards,
    Shital

    Hi,
    You can make use of teh FM involved in SM30.
    See the example code below
    PARAMETERS: y_p_lgnm TYPE lgnum.
    DATA : y_v_string   TYPE string.
    CONSTANTS: y_k_u        TYPE char1   VALUE 'U',
              y_k_x        TYPE char1   VALUE 'X',
              y_k_lgnum    TYPE char7   VALUE 'LGNUM',
              y_k_lgtyp    TYPE char5   VALUE 'LGTYP',
              y_k_eq       TYPE char2   VALUE 'EQ',
              y_k_viewname TYPE tabname VALUE 'YLOMANAGTROL'.
    DATA: y_i_seltab TYPE STANDARD TABLE OF vimsellist.
    DATA: y_wa_seltab TYPE vimsellist.
    START-OF-SELECTION.
    *authority check for warehouse number
    AUTHORITY-CHECK OBJECT 'L_LGNUM'
                 ID y_k_lgnum FIELD y_p_lgnm
                 ID y_k_lgtyp FIELD '*'.
    IF sy-subrc NE 0.
    * user not authorised
       CONCATENATE y_p_lgnm text-003 INTO y_v_string SEPARATED BY space.
       MESSAGE s015(ylo1) WITH text-001
                               sy-uname
                               text-002
                               y_v_string.
    ELSE.
    *Clear Internal Table
       CLEAR y_i_seltab.
       CLEAR y_wa_seltab.
    *passing the selection parameters to the function module
    *view_maintenance_call.
       y_wa_seltab-viewfield = y_k_lgnum.
       y_wa_seltab-value     = y_p_lgnm.
       y_wa_seltab-operator  = y_k_eq.
    APPEND y_wa_seltab TO y_i_seltab.
       CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
         EXPORTING
           action               = y_k_u
           view_name            = y_k_viewname
           show_selection_popup = y_k_x
         TABLES
           dba_sellist          = y_i_seltab.
    ENDIF.
    Here i am having my Y table 'YLOMANAGTROL'
    It has primary key field warehouse number
    I am creating a report with a parameter where user will give the warehouse number which he wants to change data for.
    Then I check the authoity for this warehouse and then directly call the table in change mode using the FM.
    I hope it is useful for you.
    Regards,
    Ankur Parab

  • Call transaction skip first screen and fill a field

    Hi,
    I have got a requirement where need to call transaction VA01 by filling the fields on the first screen like order type, sales area using set parameter IDs and need to skip first screen. There is additional requirement apart from this where I need to fill the field 'Proforma' with some value 'X' in the header 'Additional data A' while calling transaction VA01.
    Is there any shortway to do this without using BDCdata?
    Thanks
    SD

    Hi,
    I had this kind of requirement earlier. But in my case I need to pre populate several values and then show the screen for user input. Here is my suggestion for you. Follow below code for filling BDC DATA internal table and call transaction in "E" error mode. This should show the screen finally for user input. In this code find for "?" and replace it with your field name and field value.  Remember to check validity of screen # and names with you system.
    Thanks,
    Amara.
    Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of code. Do not use code tags to format text
    Edited by: Rob Burbank on Dec 22, 2010 6:08 PM

  • Transaction iView( Tcode) Error: Function call in SAP GUI with errors

    Hey Guys:
                  I use Transaction iView to show the ABAP application on Portal. The application works to import data from client to BW. After I fill all the information and execute the application, the system returns the error message " Function call in SAP GUI with errors".
    The ABAP application works fine on SAP GUI, so it should not be the program problem.
    Any Suggestion for this will be nice. Thanks for your help.

    Hey Duy:
            Thanks for your response. I check the servers which i have access, and all of them cannot work correctly.
    First, other iViews(Dynpro,BW Report,BSP,KM...) work fine.
    Second, our backend system is a BW server.
    I try to do so on our EP production and development, also connect them to our BW production and development servers. All of those are failed and have the same problem.
    The t-code comes from our abap program and register on BW server, and hte program works fine when I use SE38 to execute it.
    PS. The Transaction iView works fine before, but I have no idea why it just crash now.
    Please let me know if you have any suggestion about this.

  • Transaction code to assign the function module to the process code

    Hi,
    What is the transaction to assign the function module to the process code

    Hello Preethi,
    Try with these Tcodes:
    <b>
    WE41                           0000  Process codes, outbound
    WE42                 RSECODIN  1000  Process codes, inbound
    WE43                           0000  Funct.module: Status record display</b>
    If useful reward.
    Vasanth

Maybe you are looking for

  • Log off button in a web report (bw 3.5)

    Hi, I'm trying to add a log off button in my default web template, but it seems not working properly. My web template, including simple query result, without user input variable : <HTML> <!-- BW data source object tags --> <object>          <param na

  • How can I share notes from iPhone to MaCbook

    I can't share my notes from my iPhone to my MacBook. How do you do that?

  • Mac Acrobat Pro 9.5.4 will not "save as" to a smb file server

    This problem started a couple of days ago. When ever I try to "Save As" a document to our Windows file server (Windows Server 2003) Acrobat says "The file may be read-only, or another user may have it open. Please save the document with a different n

  • Itunes doesn't see my devices

    I've recently plugged (USB cable) my ipod and my iphone in to the mac book pro that they are always plugged into for syncing and backing up via iTunes. However, now iTunes doesn't see these devices, nor any other devices I plug in. Anyone had this pr

  • Using Tabbed Panels

    I have placed a tabbed panel on the master slide used for each of the staff biography pages in our corporate web site.  The panel has two tabs; one for a personal statement and the second for facts about each staff member (Year joined the firm, profe