Urgent : Issue with Pop to confirm

l_popup = l_window_manager->create_popup_to_confirm(
  text = str_table
  button_kind = 1
  message_type = 1
close_button =  'X'
  window_title = 'Confirmation'
  window_position = if_wd_window=>co_center ).
Here is my code to show pop to confirm screen. I want OK pop up so i used the value "1" for button_kind parameter but i get this runtime error saying
"No Button 7 Is Defined for Popup POPUP_TO_CONFIRM"
even after passing the value as 1 iam not able figure out why the system is taking the valye as 7. can someone please give me an immediate solution for this.
Thanks,
Suri

Hi,
i tried with same thing in m y system and it is working .
Do one thing :
     <b>Check the fixed values in the domain of WDR_POPUP_BUTTON_KIND.</b>
whether 1 is defined for ok.
Madhu

Similar Messages

  • Urgent issue with Intrastat

    Hi All, we  have  very  urgent issue  with  intrastat report ''VE01''.
    There  is  many documents  with error Log-''The statistical value of the document item is zero.''.
    The pricing  settings looks OK and its impossible  to
    correct  those  documents with error.
    Any Idee how I could  correct them for  them  to  get  the  green status?
    Points  will be added  if  helpful
    Thanks and regards
    Luis

    Hello Luis,
    please check the VBRP-BRTWR. If this fiels is zero then you get an entry in the incompletion log.
    the message could be also occur if the GRWR is zero.
    Please check your pricing setting.
    Hope this will help to solve the problem.
    I f you are satisfied with the answer, please don't forget to give Reward Points.
    regards
    Claudia

  • URGENT: Prob with Production Order Confirmation

    Hi Gurus,
    I have a problem with Production Order Confirmation.
    When I am confirming a Prod Order and if the components present are more than '999', then error is being thrown and Material Document Number is not being created.
    I want to split the records into 500 slots and pass them at a time for the creation of the Production Order so that it doesnt throw me an error while creating a Material Document No.
    While saving the Production Order confirmation order, it should split the records into 500 slots each and then create Material Document No for each slot.
    Can anyone please help me out in this regard, how to solve this.
    Thanks & Regards,
    Harish Kalla

    Hi Harish,
    This problem is addressed in OSS Note : 36353
    The Symptom reads like this
    ==========================================================================
    When you post documents using the AC interface (from SD, MM or other applications), items appear in the FI document which are identical in all or in almost all fields.
    This can also cause error message F5 727 ("Maximum number of items in FI reached"). The system issues this error if more than 999 items occur in an FI document.
    ===========================================================================
    This Note is an elaborate one..
    Hence, go through this and ask your FI Consultant to help you in this regard.
    All the best..
    Regards,
    Siva

  • Submit form with pop up confirmation?

    Is it possible to have a form submit but just have a pop up confirmation or just replace the form with a conformation instead of going to a new page?

    Ajax Form submission Brad
    http://forums.adobe.com/docs/DOC-1749
    Just a note, this currently has a total limit of 1024 characters through the JSON submission which is all the data. So it can not be overly big forms and messages.

  • URGENT: Issue with hierarchy level keys and report drill down

    Hi,
    BASIC STRUCTURE:
    I have created a subject area with 3 facts (FACT_A, FACT_B, FACT_C) and 4 dimesnions (TIME_DIM,DIM_2,DIM_3,DIM_4). Each fact table also has additional aggregate tables aggregated along levels of the time dimension. Also our timw dimension has aggregated dimension tables like TIME_DIM_WEEK, TIME_DIM_MONTH, TIME_DIM_QUARTER and TIME_DIm_YEAR.
    GOAL:
    All 3 facts have the same measures M_1 and M_2 in them but may not have data for the same dimension values selected.
    For example
    For month JAN 2000 FACT_A.M1=100$ and no data exists for JAN 2000 in FACT_B and FACT_C. Then in the report
    for JAN2000 it should show FACT_A.M1= $100, FACT_B.M1 = 0 and FACT_C.M1 =0. In this case I should be able to drill down to the lowest level.
    ISSUE:
    The time dimension TIME_DIM has the following levels - Total -> Year -> Quarter -> Month -> Week -> Day
    However I am having an issue with drill down in the reports whenever I pull metrics from more than 1 fact at a time. I have defined the level keys but not sure if I need to do anything in addition since I am using aggregates.
    I have to fix this issue quickly. Please help me.

    Alastair,
    All the fact tables have aggregated facts as sources.
    I have checked the levels set for each of the sources to the time dimesnion table in BMM and they look okay. So the Time dim table in BMM has 4 source tables
    Time_Day (level set to day, table key is "day"),
    Time_month (level set to month, table key is "Fiscal_Month_Code"),
    Time_Quarter(level set to quarter, table key is "Fiscal_Quarter_Code") and
    Time_Year(level set to year, table key is :Fiscal_Year_Code").
    Note: No time week aggregate added as logical source.
    Again the time dim hierarchy based off of this table has levels: Total -> Year ->quarter -> Month -> week -> day
    The levels keys set for each level are
    Year -> Primary key is Year_Name (YYYY)(Checked as chronological key) and another key is Year_Num (YYYY)(Checked as chronological key)
    Quarter->Primary Key is Quarter_Name (YYYY Qn), another key is Quarter_Number (Format n where n can assum values 1,2,3,4). Both keys are set as chronological keys
    Month -> Primary key is Month_Name (MON YYYY), another key is Month_Num (Format n where n can assume values from 1 to 12) Both keys are set as chronological keys
    Week -> Primary Key is week name (YYYY Wk nn, where nn can have values from 1 to 53), another key is week num (nn, where nn can have values from 1 to 53)
    Day -> primary key set to day (date format)
    Issue1: When I try to drill to lower levels it throws out an error saying report cannot find any data because filters may be too restrictive even though I see data at higher level
    For ex: If I drill down to Year: 2010 and Qtr: 2010 Q2 and M1:$100 when I click on Qtr to drll to month level it throws me the error
    Issue2: when I add year and qtr colums to the report I see data as below which is incorrect
    Year_Name Qtr_Name data:FACTA_M1 Data: FactB_M1
    2009 2009 Q1 $10 $5
    2009 2009 Q2 $20 $80
    2009 2009 Q3 $20
    2009 2009 Q4 $30
    2010 2010 Q1 $100
    2010 Q2 $101
    2010 Q3 $102 $230
    2010 Q4 $103
    2011 Q1 $10
    In the above example year_name is not showing up for 2010 Q2 and after. However if I change the primary key for level 'Quarter' by having key consist of year name and quarter name instead of just quarter name the issue doesnt occur and drill down works great. The only issue is when I drill from qtr it first shows year name and quarter name instead of showing the next level which would be month name.
    Sorry about the long message but I thought you might notice something in how I have set up the keys.
    Thanks

  • Urgent : Issue with deleting Line Item in ME22N

    Hi all,
    I have an issue with deleting line item in ME22N for some Purchase Orders.
    When I try to delete the line item, a warning message comes up saying that " Quantity invoiced or delivered is less than the quantity ordered". And I am unable to proceed further and save the PO. Could anyone let me know as why this is happening?
    Thanks in advance.
    Regards,
    Adapala.

    Hi
    there is no need of group key.
    if any of these 3 are done, payment will be done in total.
    1.In setup all company codes for payment transactions , DESELECT seperate payment per business area check box
    2.In setup paying company codes for payment transactions , DESELECT seperate payment for each reference check box.
    3.In the Vendor Master got to payment transactions tab and below the payment method , there will be individual payment checkbox. DESELECT that check box.
    try again with first two with DESELECT options , i will check out with DME.
    Cheers

  • URGENT: issues with jump to targets

    Hey Guys,
    We have recently updated our BW system from 3.1c to 7.0. And now I am having problems with some of my queries. The major problem is for some of the queries I have jumps to other reports and when I try to execute these jumps I get an error saying "Variable I_CALDAY is incorrectly defined ". I have this issue with few queries all in one infoprovider.
    Guys, Any help in regard will be highly appreciated.
    Thanks and Regards,
    Meher

    Problem solved:
    We had to check the box which says "ready for input". This solved the issue as of now.

  • VERY URGENT: Issue with Reconciliation against SAP Enterprise Portal

    Hi,
    We are using IDM7.0 and we have SAP Enterprise Portal as a resource. The users in portal are from Active Directory.
    When I am doing full reconciliation against portal, it is processing only certain accounts. The reconcilaition policy is to link accounts. It is not linking teh accounts. Moreover, these accounts are not found in UNMATCHED accounts also. I don't have any account exclusion rules or something.
    I wrote a small code snippet, which does just a single account reconciliation of a particular user id. In this case the portal account is being reconciled and linked properly.
    Any ideas what the issue might be?
    And I have another question too.. in the schema attributes of the out-of-box SAP Portal resource adapter, I don't see any ammping entry for "accountId". Usually for other resource adapters there would be entry for accountId (e.g in AD, mapping is: accountId <---> sAMAccountName). In case of portal, do we need to explicitly set this mapping? If so what would be the right hand side name in the schema? Does the right hand side name changes from one deployment to the other? If so how to determine what attribute maps to accountId in our portal? Might this lack of accountId is causing the issue with the reconciliation?
    Any leads would be highly appreciated.
    Thanks,
    kIDMan.

    Thanks for the reply. I have already set up correlation rule, account linking options for different situations like FOUND, UNASSIGNED, UNMATACHED etc. If my linking configurtaion is not correct then the fetched accounts should be atleast in the account index with situation as UNMATCHED. But that is not the case.
    I am not sure if I made my problem difinition clear earlier. The problem I mentioned is not with "linking" of the accounts. The problem is IDM is detecting only some accounts. Among those set of accounts which IDM was able to fetch from portal during reconcilaition, it was able to successfully link the matching accounts to identities in IDM.
    My question is, why IDM is fetching only certain accounts and not all accounts from portal resource.
    As I mentioned earlier, when I run my code snippet to reconcile a single account, it reconciles successfully and links to user identity in IDM (if a matching idenity exists based on my correlation rule). But why the reconcilaition at the resource level is not able to fetch and reconcile teh same account.
    Regarding the accountId attribute in the attribute schema, neither the SUN documentation nor the resource adapter configuration tells about the name of the attribute on the portal side that it should match to.
    Thanks,
    kIDMan.

  • I'm having dreadful issues with pop ad's

    hi - i've been having dreadful problems on my macbook pro with pop up adverts appearing whilst using Firefox and Safari browsers and pages opening automatically.  I'm weary about downloading any programmes to eliminate the problem.  Can anyone help?  Many thanks.

    You're right to be wary, and you should ignore anyone who tells you otherwise.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Issue with page processing - confirmation message & show /hide a button..

    Hello,
    I am working on a to do list application.
    I have events and for each event, I show list of tasks (grouped in reports based on the calculated task's status).
    In one region I have a drop down list of events and a Select Event button.
    For each task, I had to create a CLOSE option (initially I used a link, but the requester wanted a confirmation before closing the task).
    Now I have a checkbox for each task (generated dynamically with apex_item.checkbox(1,task_id)).
    Closing a task in my application means to set the end_date to sysdate.
    I followed the instructions from
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/check_box.htm#CEGEFFBD. I've created also a button and a process and updated the sql from "delete" to "update".
    The process is set: OnSubmit - After Computations and Validations; Run Process Once per page visit (default).
    The issue number 1 is that I see the confirmation message (that tasks have been closed) every time I reload the page (the same when I click Select_event button).. not only after I press on that Close_task button..
    For issue number 2, I have to mention that I've added a condition to show / hide the Close_task button, only if I have at least 1 task in the report.
    The issue number 2 is that I see the button only if I click 2 times on the Select_Event button.. The same is for hide.
    I feel like I am missing something very important about how to synchronize different events(buttons clicks), processes..
    help..?
    Thank you!
    Anca

    This forum is magic..
    As soon as write here, I find the answer!
    Issue 1: I fixed it by specifying this: When Button Pressed (Process After Submit When this Button is Pressed) and my button. I miseed this 1st time.
    Issue 2: I moved the button after the report.. and now it's working just fine!
    I did this about it for some time before asking the question here.. but I just had to write here and got the right answer ;)
    Have a nice day!
    Anca

  • Issue with pop ups on Mobile Safari 5.1.4

    Recently I've updated my Ipad through iOS 5.1 and when I tried to access my company web system, within the confirmation of the message to allow the popup to been loaded I've notice that if I tring to access the regular web address with the pop-up block disabled a web page blinks and the login page doesn't appear.
    If I try to access the login's page dorectly the login's page open with no difficulty.
    When I try to access in oldests versions of the mobile safary - like 4.3, I don't notice this behavior.
    Could you provide any help for me?
    Thanks in advance!

    That's just the way that Safari works now. If you do not allow the pop ups - the page will blink as you have seen but it will not load.
    I cannot remember what earlier versions of Safari used to do, but you have to set Safari to Block pop ups >Off.

  • Strange Issue with Pop-up LOV with key value return

    Hi,
    I have a region, containing several LoV items. One of the items is of type PoP-up LoV with return key value.
    Now when i run this page, i get page cannot be found error. But, If i a change the item type to select list with submit ( and not pop up lov with return key), I am able to run the page. It does not give me page cannot be found error.
    Please suggest some pointers as to why I am running into this issue when item type is pop-up lov with return key value.
    Regards,
    Rave.
    Edited by: Rave on May 13, 2009 5:13 AM

    what version of apex are you using? Can you recreate the problem on apex.oracle.com?

  • 10.9.2 update sleep issue with NEC monitors confirmed

    After updating from Mac OS10.9.1 to 10.9.2, both my friend, who lives in another city, and I find that attempting to put our MacPros (2010, think his is a 2009 model) attached to a NEC PA 301 (mine) or PA 271 (his) series pro monitors to sleep experience a frozen screen and cursor followed about a minute later with an expected and desired sleep mode. My computer does something slightly different than his in that the background of the dock turns a golden yellow when the screen freezes. Both systems start up from sleep correctly.
    If I only use my Apple 30 inch Cinema Display, the sleep mode works as expected.
    Spent two hours with Apple Care (level one and level two) people that didn't have a clue what was going on. Called NEC and they had no explaination.
    Any thoughts of wisdom of what is going on with the sleep issue that occurred right after we put the 10.9.2 update?

    Andrew,
    This is not an AppleCare issue, it is an Apple bug that you didn't want and  will be addressed by AppleCare representatives. Your are helping out the communnity.  If they don't believe you, refer them to this discussion. They never tell you about the 90 day software exception clause for free techsupport when one updates to a major MacOS change. I found that sending in a known bug where many people are experiencing it through AppleCare where they end up uploading your OS data to their engineers gets more attention than going to Apple.com/feedback. The more people who report it, the quicker it gets addressed.
    As far as going back to 10.9.1, didn't you do a back-up before you did an Apple "fix" that you can go back to? My problem is that every day my calendar, documents, email, etc change a lot so I am reluctant to go back to my back-up which I hate to say is only on TimeMachine now. My other backups (mirror copies) occur nightly and I didn't notice this bug till a day later.
    You pay good money for only quality equipment so a wierd bug like this should not occur on a little update.
    I have reported this to Apple and NEC but need others to light a fire under those in charge to make a change and not have us wait for one or two updates later.
    If you want to request NEC to jump in to getting this fixed, send a message to the NEC monitor product manager (Art Marshall): [email protected]

  • Urgent: Issue with the size of an xls file generated from a rtf template

    Hi all,
    I have a template.rtf
    In BI, when I get the file in excel format and save it, the size of the report is 32 MB. When I just "save as" the same report, without changing anything, the size of the report is 8 MB.
    Do you know how to get directly the report with the size 8 MB or would you have some guidelines to avoid this issue.
    Thank you in advance,
    Sonia.

    Thank you Kurz for your answer. I'm going to try to be more precise.
    Actually I'm not in EBS. I generate the output (xls format) direclty from BIP.
    The DB of my application can't be requested directly, then I use HTTP request.
    From BIP, I launch the report choosing excel as output - the template is an rtf template.
    I have been requested to open or save the xls file that I save (32 MB).
    I open the excel file, save it again and the size of the file is now 8 MB.
    Regards,
    Sonia.

  • Issue with process order confirmation

    Hi,
      I m doing the testing of SAP EHP4 To EHP6 up-gradation. I tried to confirm process order XXXXXX with T-code COR6N.
    In this process order there 2 phase for 2 activity. Now when I entered the order in COR6N I click on enter its automatically taken 2nd phase.
    Its by-pass the first phase. I have to confirm the 1st phase but its not showing.
    Please let me know where is the problem ...what configuration i m missing.
    Thanks,
    Anurudh

    Hi PP guru,
    Thanks all of you replay my problem is resolve now. 2nd phase not showing there because confirmation is possible but not necessary so when I click on f4 its not showing.  I entered it manually after that it taken it and showing activity also.
    So thank u friend once again.
    Thanks
    anurudh

Maybe you are looking for

  • Interest on customer calulation

    hai, regarding interest on customers, the interest rate is calculating against open item as well as cleared items (like the payment was made after the due date  that is 4th day,  so interest is calculating only for 4 days).And also in report, payment

  • How can I get around the find bar no longer being shared between tabs in the latest version of Firefox?

    Previously, one could open a new tab and the find bar would remain at the bottom of the page from the previously opened tab. So, for example, I could search for something in a tab I open, open a new tab and the same find bar would be at the bottom so

  • How to get the output of the Send Separate Remittance Advices in XML in R12

    Hi All, I have a requirement where we want the output of the standard report 'Send Separate Remittance Advices' to come in XML, currently its coming in PDF format. Can you please help? Thanks, Dilip Edited by: 990784 on Mar 12, 2013 2:57 PM

  • Multiple Line Graph

    First off, thanks to kglad for the line graph function I started with, it has been a huge help. Now the step I'm trying to take is 2 fold. First, I'd like to graph more than one line segment on the graph. Right now I am graphing functions f1 and f2,

  • 5800 IMPORTANT GPS problem

    Hi everyone, There is a fault in GPS of 5800. Most of the 5800 phones in the market, GPS dont work properly. I had lots of problems from two different network. I returned them. If you are thinking of buying 5800, be careful about the GPS. They try to