How to Raise New Pop-Up After OVS Data Selection

Hi,
In my development i've done one custom search help(OVS) for one field. When i'll select ovs,there i'm fetching data from DB and showing. After selection of data from OVS means in Phase-3 i've some validation based on selected data. if selected data is wrong then i need to raise one popup and have to display some data from other DB. i tried in phase-3,raised popup method but no use its closing pahse of OVS,its simply closing the OVS.
Regards,
Jack.

Hi Jack,
Jack sparrow wrote:
if selected data is wrong then i need to raise one popup and have to display some data from other DB.
I think, the selected data from ovs cannot be wrong in any means, as you are populating the help list for the user and search help hit list should be always having valid data
Once user selects data from ovs, it reaches the final phase of OVS cycle and hence it closes automatically.
Instead, I suggest you to restrict the user at PHASE2, i.e. while user searches for specific list of help data, you can validate the input and if his/her search is valid, you can fetch data accordingly and populate the hit list.
Please refer the below document:
How to validate the fields on OVS window - Webdynpro ABAP
Hope this helps you.
Regards,
Rama

Similar Messages

  • How to raise a pop-up page using HTMLB

    Hi friends,
       Can anybody tell me how  to raise a pop-up page using HTMLB.But don't use webdynpro.
    I want to set a TextField  on PAGE A,and a button ,when i click the button,
    it raise up a page B,Page B contains a HTMLB tree,when i click the tree node,
    The textfield value in Page A will get the node text.
    waiting for your great help!

    Hi Raven,
    In case of HTMLB you can use javascript to pop up the new page on click of the button.
    onClientClick="popUpMethod();" of button call a java script method popUpMethod(). which will call the other page. below is the code for opening other page as pop up
    function popUpMethod(){
              window.open("T1Report.htm",'_blank',
          " status=yes,toolbar=yes,menubar=yes,location=no, scrollbars=yes ");     
    in this method you just need to change the name of your htmlb page like T1Report.htm with your html page.
    please revert if you require more information
    Regards'
    Narendra

  • PLz Help me its urgent, how to add new field in mm01 basic data screen

    Hi everyone,
         plz tell me how to add new field in mm01 basic data screen,i added that field in basic data screen but when i create a material the data for that field will not save in database table.
    Thanks,
    murali.

    Hi Murali,
    when created added a field on the screen by using user exit then after that you have add the field in main table where you will be getting these table in the userexit only, please make sure about this. And i am sure defenitly it will get updated in to the table.
    reward if useful.
    thanks
    abdulsamee.

  • How to go about multiple inclination with different data selection in Delta

    We have to copy large amount of data ( more than 42lak of recodes) selectivly from on ODS to other ODS. in delata load ( BW 3.5 enverioment)
    I thought of loading data in slices through delta loading with selection condition.
    step 1> Do The initialization with selection condition as for calyear =2001 ( Init without data transfer )
    step 2> Take the delta load .. it will take all delta record with same selection
    step 3> Now I want to do Initialization with selection condition as for calyear =2002
    step 4> take the delta now it will take delta for year 2001 and 2002 both Right ?
    Here what problem I am facing.. while doing 2nd time initialization it prompt me to delete the last  initialization request form scheduler menu.
    if i delete the last request .. will it take the delta  for previous initialization selection  and new initialization selection. ?
    Please advice how to go about multiple inclination with different data selection in delta loading.
    Looking forward your reply.

    Hi,
    step 1> Do The initialization with selection condition as for calyear =2001 ( Init without data transfer )
    step 2> Take the delta load .. it will take all delta record with same selection
    step 3> Now I want to do Initialization with selection condition as for calyear =2002
    step 4> take the delta now it will take delta for year 2001 and 2002 both Right ?
    You are correct with this scenario normally. The message you mentioned normally comes up when you open a infopackage and don't change the selection first or in case you have overlapping selections with an already done init.
    regards
    Siggi

  • How to don't display dialog after send data?

    Dear experts,
      I don't want to display dialog after send data on BPC for Excel, how can I do that?
    OS: MS XP SP2
    OFFICE : 2003
    BPC : 7.5 NW

    I have moved this thread to the BPC NW forum.  Notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of the FPM - General (PCM, FC, Other) Forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future.
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • How to add new fields in asset master data

    Hello,
    i was wonder if anyone knows how to add new fields that arent defined in the asset master data.
    Thanks.
    Pedro

    Hi Pedro,
    SAP allows entering upto 8 fields on the asset master. These fields are called 'Evaluation group'. Out of 8, 4 are four character long and others are 8 character long.
    You can configure them @ the following 3 nodes in IMG:
    Financial Accounting>Asset Accounting>Master Data-->User Fields: Define 4-Character Evaluation Groups & Define 8-Character Evaluation Groups & Change Key Words in the Evaluation Groups.
    Regards,
    Vishal Thakur

  • How to lock a pdf form after entering data

    Hi
    I have created certificate with editable fields for a client, I was of the thinking that the certificate is to be filled-in and printed however the client informed me that it is instead emailed to recipients. How can I make it possible for the client to lock the certificate after entering data.
    Bear in mind that the client is using Adobe Reader not Acrobat. I have tried setting a security password but Reader does not require the password in order to enable or disable the fields.

    If the user has Acrobat, not the free Reader, they could flatten the PDF form. If they only have Reader they can make the fields read only. They also might want to use a digital certificate to invisibly sign the PDF. Signing the PDF will add code to disclose if the PDF has been changed since it was signed.

  • How to don't display dialog after send data on BPC for Excel?

    Dear experts,
    I don't want to display dialog after send data on BPC for Excel, how can I do that?
    OS: MS XP SP2
    OFFICE : 2003
    BPC : 7.5 NW

    Hi,
    You need to change the macro assigned to the standard button. There are few macros available. You can try them and see which one suits you the best.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_CLEARANDREFRESH: Sends workbook and clears data and refreshes workbook.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION: Sends data without clearing or refreshing the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION_SHOWRESULT: Sends data without clearing or refreshing the worksheet, and shows the result in a window upon successful send.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NODIALOG_SHOWRESULT: Sends active book without any dialog and show result box.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_REFRESH: Sends workbook and refreshes data.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_CLEARANDREFRESH: Sends data and clears and refreshes the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_NOACTION: Sends data without clearing or refreshing.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_REFRESH
    Hope it helps.

  • After upgrade date selection does not work in xml forms

    Hi Experts,
    since we upgrade the portal from 7.0.19 to 7.0.24 we have a problem with the timestamp in the xml forms in combination with IE7. When we click on the date selction button, the date screen appears and the form disappears. The only option we can choose is cancel and then the date selection screen disappears and the form is not comming back. Selecting a date en choose ok does not work. I tried with IE6 then it works fine. Before the upgrade it works fine with IE7.
    How to solve this?
    thanks in advance.
    Vo.

    I created a OSS message and the answer is : [Note 1491775 - XML Forms locked when closing browser window|https://websmp130.sap-ag.de/sap(bD1ubCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1491775]
    gr
    Vo.

  • Urgent - How to get a pop up after executing a work item?

    Hi Gurus,
    I am working on a PO Approval workflow which is designed to approve multilevel POs depending upon its amount.
    Now the requirement is that I need to provide a pop up with list of second level approvers to the user immediately when the user executes the work item of first level approval in his/her SAP Inbox.
    Waiting for responses ASAP. Let me know if scenario needs to be clarified in more depth.

    Hi Shaurya
    You can create a method to send a second workitem to the agent with a list of agents for the second level, and pass the selection back to your workflow container.  Set the new task as "Advance with Dialog" and you should be fine.
    Alternately you could set your new method as a secondary method AFTER workitem execution call, but don't forget to check the result of the first approval so the popup is only involed if they have approved the first step.
    Regards

  • How do I control pop ups after installation

    I just started a company in Orange City,Fl, we have older windows XP on our computers, i have had latest versions of Adobe installed on all computers, but even after updating to latest versions still recieve messages stating that we need to install latest versions. Confused.

    What version of Flash Player is reported when you go to this page?
    Flash Player Version
    Were you prompted to reinstall Flash?  If not, what URL's are prompting you and is it repeatable each time you visit the page?  Finally, what browser are you using?

  • How to add a pop-up window when date field is populated?

    Hi All,
    I want a pop-up window to open when termination date is entered on MA-Header tab, how can we achieve this. Is there any settings or script ?
    Thanks,
    Saloni

    HI Saloni ,
    Popup windows are not possible in Sourcing by scripting..I too tried for that requirement.
    POP Up Window Possible?
    Regards,
    Uday

  • How to add new field to table control data not displayed

    hi
    I have added some nwe fields to already existing table control added three new fields...
    though the recoreds are inserted in teh table properly with the three new fields user id data and time fields
    but on display only the data is not shown in these three columns though the data is coming in internal table...but not to the screen output
    pls suggest where the problme may be
    nishant

    First try the small button Configuration on top right of the table control, as displayed when you run the program. Hit 'Administrator' and see if the fields are checked as invisible. Uncheck them, activate and save.
    If the fields are not in that list at all, then check if the table control is initialized for the screen you use. For example
    CONTROLS: tc_ent_lines TYPE TABLEVIEW USING SCREEN '0100'.
    but you copied your screen and use the same table control in the new screen 0200. Then all you have to do is
    REFRESH CONTROL 'TC_ENT_LINES' FROM SCREEN '0200'.
    before you show the screen.

  • How can I use Pop Up to make a selection from a different sheet (lookup)?

    Hello, I am using Numbers version '08, for the purposes of producing an estimate.
    I have two worksheets, the first has a table with the price list and product description/information; the second has a table which contains the template.
    At the moment, I use product codes to look up the information on the price list, and a simple sum to give a total at the end.
    What I want to do on the last line, is use the Pop Up function to select the finish coat, so that the estimate looks professional. 
    (At the moment I have different rows with the different finishes, so the customer wont actually see one concise Total).
    Any help would be much apreciated

    If I'm understanding correctly, you could do something like this in Numbers 2.
    Format the cell as Pop-Up Menu.
    Enter the pop-up menu values you want, here Item No.
    Put formulas in column B and C that lookup the name and price using Item No chosen in the Pop-Up Menue:
    The formula in B26  =VLOOKUP(A6,Finishes::A:C,2,0)
    The formula in C26  =VLOOKUP(B6,Finishes::B:D,2,0)
    And then when you choose an Item No using the Pop-Up the name and price are retrieved and entered into the estimate.
    SG

  • How do you open recovered files after using data rescue II?

    i installed data rescue II because i had to restart my hard drive and my information did not transfer properly to the external hard drive. im pretty sure data rescue recovered all of my files but the manual and help windows will not scroll down so i have no idea how to get my files back onto my computer. please tell me how to use this program and get everything back to normal.

    What is your Reader version?  Is that all you get: "about ASCII filter"?

Maybe you are looking for

  • My ex husband had the kid's iPad.. how do I get rid of his info and ability to track me?

    Hello, I am recovering from a control freak.  Please help.  My ex husband took off with the children's iPad for over a year.  So the warranty is expired.  How do I keep the games he put on there (like Angry Birds) but get rid of a "restrictions Passc

  • Error while accessing page in remote server

    Dear All, When i deployed the application in remote server and accessed the page from client side it gives the following error in log and displays the message 'And error occured at server and prevented it from servicing the request' <Jan 5, 2011 7:17

  • Nokia Maps - Postcode search is no longer working

    Please help! The is a post on the navigation and GPS section but I wanted to see if anyone on the main forum has experienced the problem, because we cannot find a solution. Up until the last few days whilst online when I searched for a post code on N

  • New office network setup idea, can anyone help!

    Hi all I wish to do the following and would help and advice from this group to guide our purchases and development of the following; I wish to set up a company dedicated LAN [with wifi access]. We also need to access the system via ftp and some way r

  • Currency to be defaulted from Fixed Vendor to PR

    In my case, currency comes into purchase requisition based on company code, and the request is to have it come in from the fixed vendor field. Example,  the vendoru2019s currency is EUR, but USD defaults into the field. . It is possible to change it