Ad hoc not checking subtype authorization correctly

Hello, I have an ad hoc query that returns data for a particular subtype (4) from infotype 6.  I have given authorizaion for the infotype/subtype but the query does not return any data.  The Display Authorization Data (SU53) shows that subtype 1 is required.  Only telephone number, address record type, and C/O Name fields are being requested from the infotype.  The sample employee has two infotype 6 records:  subtype 1 (4/9/01 - 12/31/9999) and subtype 4 (7/1/09 - 12/31/9999).  Can anyone give me a suggestion on why the different subtype is being required?  Thank you.

Hi Becky,
Goto Adhoc query and in the address infotype (field group) Select Address record type and choose subtype 4 Emergency address.
Select the personnel number and required fields kunder Address group viz.,"House number and street", Postal code.
You should get the output.
Pl. let me know if you have tried these steps. Also let me know if the output is blank when you execute the query.
Regards,
Brinda

Similar Messages

  • LsIsDate not checking for validity correctly

    I am sure this problem has come up before but I couldn't find any discussions on this forum relevant to it. Basically I am using a text field to enter dates and validating it using LsIsDate. The problem is that dates that should not be valid are passing as valid and screwing up the forms execution.
    For instance:
    I am using
    <cfset NewLocale=SetLocale("English (Australian)")>
    <cfif NOT LSIsDate(attributes.strStartDate)>
       Some error code here
    <cfelse>
      <cfset attributes.StartDate = lsParseDateTime(attributes.strStartDate)>
    </cfif>
    The problem is that dates with huge year values ie. 3/4/20121 are considered valid even though LsIsDate is supposed to only accept year values up to 9999.
    Any work arounds for this problem would be hugely appreciated.
    Cheers
    Aden

    This is a case of the docs being wrong.  A date in CF is a java.util.Date, and that has a maximum year of [the size of a Long] - 1900, as demonstrated here:
    <cfoutput>#createObject("java", "java.util.Date").init(createObject("java", "java.lang.Long").MAX_VALUE)#</cfoutput>
    For me, this outputs:
    {ts '292278994-08-17 07:12:55'}
    So if I was to pass lsIsDate() a value of 3/4/292278994, that would be a TRUE result.  However using 3/4/292278995 (where I have overflowed the year) would be a FALSE result.
    CF is notably bad at converting [anything] to a date, as it is far far far too forgiving in what it will consider a date.  For example as far as CF is concerned "1,2" is a date (Jan 2 of the current year).  And this is obviously ludicrous: there is no sensible situation in which "1,2" might be considered a date.  So my advice is: don't even try to use these parsing and validation functions CF provides: they'll accept too many false positives.
    Instead, don't allow users to enter dates in these formats, instead have some manner of date-selection mechanism which passes the components separately and in a controlled fashion.  So like a calendar picker, or separate selects for yyyy, mm, dd.
    Another thing you could do is perform your own prevalidation.  If you want to only accept dates up to year 9999 (although how AD 9999 is any more likely to be valid data than 292278994 is questionable), then make sure the year part is <10000 before you decide to accept it.  That said, it would be strange for most apps that one would want any year... Are you as interested in what happened in the first century CE as you are the 37th century CE?  Or is it more likely going to be a range within a human or business lifetime?  It depends on the app, sure, but in general I think +/- 100 or so years would be more likely what one would want.  And for a lot of purposes, a far narrower range than that.
    Adam

  • Report Painter: FAGLFLEXT, profit-center authorization not checked

    Hi colleagues,
    I am using a Z*-library in report painter based on FAGLFLEXT.
    When a report beads on this library is executed, there is no authorization check for profit-center (profit-center groups,…). Wether auth. Object K_PCA is checked nor an entry in RESPAREA.
    When I execute a report from FGI3 transaction (also based on FAGLFLEXT) I can see that RESPAREA is checked with PCxxxxyyyy (xxxx = comp. code, yyyy is profit-center).
    I thought that, based on the information in the IMG node “activate authorization check for profit centers” which appears if FIN_GL_CI_1 is active, that PC authorization check for reporting is ALWAYS working and I guess, in the mentioned system the authorization check was working before the last support package upgrade.
    The important text from the SAP IMG node “activate authorization check for profit centers”: “The profit center display authorization for reporting is not affected by this setting. The system always checks this authorization, be it in drilldown reporting or the Report Painter / Report Writer reports.”
    The system is ECC60 on SAPKH60023, so FIN_GL_CI_1 is not available, but I believe, the auth. check for profit-center in report painter reports should work fine without this.
    Does anybody know if in ECC60 with a report painter library using FAGLFLEXT the profit-center authorization is checked, which auth. object is checked,...?
    Best regards, Christian

    Hi,
    Please check if the below note helps.
    1960689 - Reverting authority check from "E63_AUTHORITY_CHECK" to "E14_AUTHORITY_CHECK" or use both
    Thanks

  • P_ABAP not skipping the authorization check

    Hi All,
    I would require your assistance on the following issue at earliest.
    HR key users are executing the HR standard reports by using the t-code S_PH0_48000509 Adhoc query and also with t-code SQ01. when they executing the reports, system has been checking their authorizations while executing the report and this execution time of report taking longer and also throwing a ABAP DUMP.
    Hence, I gone through some blogs and also sap help about the auth object P_ABAP, as stated in the help I have provide an access to the user
    with option 2 under
    P_ABAP (HR: Reporting) - Authorizations for Human Resources - SAP Library
    HR InfoSets for InfoSet Query (SAP Library - InfoSet Query)
    But system still checking the authorization against the user in both foreground and background for above t-codes. Please assist on the same
    Thanking you,
    Kotesh

    Hi,
    The P_ABAP object works with programs, in the transaction you mention, the program getting the final result is not the same as the one behing the transaction for the AdHoc query... The programs for the queries are generated because the user has to make selection for input and output.
    So from there you cannot use this simplifcation object. But if the users starts already saved queries (and not infoset), then you could find and use that specific report.
    I tried and traced myself:
    AUTH       
    P_ABAP
    RC=0  REPID=!QZZ/SAPQUERY/H0MUYLAE08141045;COARS=2;type=TR;name=S_PH0_48000509;
    AUTH       
    P_ABAP
    RC=0  REPID=SAPDBPNP;COARS=2;type=TR;name=S_PH0_48000509;
    The name of the report is generated and always starts with something like AQZZ* or !QZZ*
    But this is because they work from the Infoset.
    If you start from the SQ01 and the queries:
    AUTH       
    P_ABAP
    RC=0  REPID=AQZZ/SAPQUERY/H0CM_02========= ;COARS=2;type=TR;name=SQ01;
    AUTH       
    P_ABAP
    RC=0  REPID=SAPDBPNP;COARS=2;type=TR;name=SQ01;
    There the name of the query is fixed because the structure of the selection, the fileds  are already defined and fixed. You only choose the values to be processed.
    The name is no more generic but always the same AQZZ/SAPQUERY/H0CM_02 for:
    AQZZ  this is for a query from infoset /SAPQUERY/H0 on query CM_02
    The second line on the trace, is very dangerous to use because this would skip all HR controls in PNP programs, meaning almost all HR programs... So I do not recommand that option.
    Best regards,
    Jonathan

  • I am on a MAC Application. It has  been rejected by following reason.  This app does not check for the existence of a purchase receipt, which can prevent In-App Purchases from being correctly processed. We recommend implementing receipt validation to reso

    I am on a MAC Application.
    It has  been rejected by following reason.
    This app does not check for the existence of a purchase receipt, which can prevent In-App Purchases from being correctly processed.
    We recommend implementing receipt validation to resolve this issue.
    At a minimum, the app will need to check for the existence of an App Store receipt and exit at launch with a status of 173 if it does not exist.
    Any help ?
    Thanks in Advance.

    I am on a MAC Application.
    It has  been rejected by following reason.
    This app does not check for the existence of a purchase receipt, which can prevent In-App Purchases from being correctly processed.
    We recommend implementing receipt validation to resolve this issue.
    At a minimum, the app will need to check for the existence of an App Store receipt and exit at launch with a status of 173 if it does not exist.
    Any help ?
    Thanks in Advance.

  • Spell-check without auto-correction? Why not?

    Why can't we choose spell-check without auto-correction?

    Steven,
    As I typed that Reply, your Spellcheck thread (for the forums), came immediately to mind.
    That was one of the prime motivators in wanting a dictionary, that could be customized.
    Over the years, I have migrated my WordPerfection dictionary through several versions, 'cause I have added a ton of wine, food, video and photo terms, and would hate to have to redo all of those, especially the ones using multi-national characters.
    Yeah, maybe inclusion of "Photoshop," "Premiere," "InDesign," etc., etc., would be expected, or at least hoped for.
    Hunt

  • OSS note 1044741 contains no correction instructions for 46C.

    I am trying to apply OSS note 1044741 to fix BC Set creation for deleted table entries. However OSS note 1044741 contains no correction instructions for 46C. Please provide assistance.
    Bruce Reeves

    Dear Bruce,
    How to raise an OSS note:
    In service.sap.com, choose Keys and Requests -> Development Requests -> Create Development Request
    The Create development request form appears. It is divided into the sections described below:
    Classification
    In the 'Classification' section of the form, you can classify your request by selecting various criteria from the listboxes. This information is used for reporting purposes and to assign your request to a processor at SAP.
    Reporting unit is only displayed for information. It defines if you enter the request for yourself, on behalf of a Customer Competence Center (CCC), of a customer, or of a user group. Which entries are available depends on the organization you are working for.
    Priority defines the priority this request has for you.
    Industry is only displayed for information. This is the industry of your company.
    Other Industry allows you to select further industries if the request refers not only to your industry. To select more than one industry, hold down the <Ctrl> key and select the desired items by clicking on them.
    Component defines the application component to which your request applies.
    Core release defines the R/3 release you are currently working with.
    Add-on defines, in case the request applies to an industry solution, the specific add-on release you are currently working with.
    General provides generic features for a better classification of your request. If you wish to define more than one category, hold down the <Ctrl> key and select the desired items by clicking on them.
    Cross-component provides cross-component features for a better classification of your request. If you wish to define more than one application, hold down the <Ctrl> key and select the desired items by clicking on them.
    Only relevant for country allows you to specify that your request is only relevant for the selected country.
    Personal classification by requestor
    In the 'Personal classification by requestor' section, you can add your own classification criteria to the request:
    Classification 1 - 3: allows you to specify your own features, e.g., "Project xyz". You can enter any text up to 30 characters in these fields.
    Description
    In the Description section of the form, you can describe in detail the feature you request for the SAP software.
    In the Language field, select the language in which you are describing your request. For processing at SAP, all non-English requests will be translated into English.
    In the Short text field, enter a meaningful title for your request.
    The Long text field is mandatory. Use it to describe your request in detail. Even if you attach external description files, please enter a detailed description here.
    The Business need field is mandatory. Please use it to explain why the requested feature is needed for your business.
    The Example field is collapsed by default. Click on the plus symbol to the left of the field to expand the entry field, and enter an example for the requested feature.
    The Current workaround field is collapsed by default. Click on the plus symbol to the left of the field to expand the entry field, and describe which procedure you currently use instead of the requested feature.
    The Proposed solution field is collapsed by default. Click on the plus symbol to the left of the field to expand the entry field, and describe how you propose to solve the issue related to your request.
    Attaching documents
    You can also attach files that further describe your request, for example, documents or presentations. All file types supported by this site can be attached, this includes all popular Office formats.
    To be able to attach files to your request, you must have the Check In Wizard program installed on your computer. Otherwise, an error message will be displayed. If you do not have the Check In Wizard installed, click here to start the installation
    NOTE:
    This will automatically save your request with the status New. The request will, however, not yet be sent to SAP. If you have not yet filled in all required fields, the system will prompt you to do so before you can add an attachment. The attachments will be listed only after you have saved or sent the request.
    To attach a file, choose Add attachment.
    The Check in Files dialog box appears.
    Select the file you want to attach, and choose Open.
    A status dialog box appears. When the status The check in process has completed successfully is displayed, confirm with OK.
    The file is now attached to the development request.
    Repeat the above steps for any additional files, if required.
    Saving the development request
    When you have entered all required data you can save your request. To do this, choose Save. You can then edit the request and send it to SAP later. This allows a company or user group to internally manage, discuss and consolidate its development requests before it decides which development requests will be sent to SAP in the next step. (Development requests that are no longer relevant can be set to status Closed by author).
    Sending the development request to SAP
    When you have entered all required data, you can alternatively send the request to SAP immediately. To do this, choose Sent to SAP. You need a special authorization to use this function. If you had saved a request before but not yet sent it to SAP, you can send it to SAP later using this function.
    Resetting the request form
    If you make a mistake during data entry and want to reset all entries to the values they had when you opened the form, choose the Reset button.
    Closing the request
    If you find that you no longer need the request, you can close it. In this way, you specify that no further processing of the request is necessary.
    To close the request, choose Closed by author.
    (After closing, confirm the request to remove it from your inbox.)
    Confirming the request
    Confirm the request if you have received SAP's final decision. The development request will no longer be shown in your Inbox.
    To confirm the request, choose Confirm.
    You will find the answers in your SAP inbox.
    Visit the following link for information regarding SAP Notes:
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/frameset.htm
    Hope this will help.
    Regards,
    Naveen.

  • How can i check the authorizations for a query in sap bw 3.1c

    Hi,
    While running one query i am getting warning message is  : you do not have authorization to read object ZVERSION  and few column results also not displaying.
    I would like to check is there any authorization check for this query and could you explain how we use the authorizations in our BW.
    Thanks in advance....

    if you execute su53, the authorization check failed cannot be displayed for reports. because you are executing query in BEx is it?
    for this you can trace the userid that executing query to check the authorization check failed. Go to st01 and find out the authorization check failed there.
    And you can find in RSRT too. i am not sure that.
    One more option is there to check the authorization with help of matrix that you prepared for assigning access/authorization to the users.
    Hope this would help you.

  • I have a macbook air late 2010 and keep getting a warning that my hard drive is full and to delete things so I purchased a external hard drive (1TB) but I'm just not sure what the correct way to transfer and store files to the external drive is. First MAC

    I purchased a macbook air about 5 months ago and lately i keep recieving a warning that the hard drive or disk is full and that I will need to move items to trash in order to free up space on it. I purchased a external hard drive 1 TB but I'm very new to mac and ios and unsure as to how I'm suppose to transfer my files (video, pics, music etc.) from my mac over to the external hard drive in the correct way so I won't end up deleting them permenately or screwing anything up with my mac as far as the applications and programs being able to run. Am I supposed to just copy to the external hard drive and then move to and empty the trash? That's pretty much all I could come up with, but then what if i need or want to access that file again at a later time. Also, I have an i Phone and i pad so with i cloud it automatically syncs all my purcheses and if i delete something from itunes on my mac it deletes from my ipad.
    I'd appreciate any kind of input i think im just a little lost here. I have to say i love my Mac and wouldn't trade it for anything (except maybe a macbook pro w/more memory)... Is there something I'm missing???

    To free up hard drive space the best bet is to move data files that you don't need access to all the time. Likely candidates are music, video, and photos. Things like word processing and spreadsheet files can also be moved but they tend not to be very large and so don't free up much space. The problem with moving the above mentioned files is that iTunes and iPhoto need to know where the files are stored.
    Here's an article explaining how to move the iTunes folder. You can move the iPhoto library using the Finder but there is a slight complication. Start iPhoto, open the Preferences and click on the Advanced tab. The first option is "Copy items to the iPhoto Library". If this option is checked, copy the iPhoto library to your external folder (drag it from the Pictures folder to your external drive) and then delete it from your Picture folder. If this option is not checked, it is a bit more complicated and we'll need to talk a bit.

  • Planning Sequence error - You do not have sufficient authorization

    Hello Experts,
    I am encountering the following error during execution of my planning sequence:
    You do not have sufficient authorization
    Message no. EYE007
    Diagnosis
    You do not have sufficient authorization for the requested data records.
    Procedure
    Either select other data or get the required authorizations from your administrator.
    Can anyone please suggest me what could be the possible cause of this error and how can I overcome it?
    Thanks in advance,
    Nitish.
    Edited by: Nitu_0105 on Jan 12, 2012 11:54 AM

    Check the planning level on which planning sequence is based  for values restriction.Looks like values for which it is been restricted you are not authorized or Roles assigned to you are not restricted with values in planning level.
    Also check if level is been restricted with any variable on which authorization is been restricted.Some are user specific example specific business area are assigned to only some users ...so you need to add your user ID to those variable.

  • The operation can not be completed because of an internal failure. A secure network communicaton has not been cleaned up correctly.

    I closed Firefox after viewing this page (https://www.pcworld.com/news.html) and recieved the following notice:
    The operation can not be completed because of an internal failure. A secure network communicaton has not been cleaned up correctly.
    Is this cause by Firefox?
    Please help!

    That is [https://bugzilla.mozilla.org/show_bug.cgi?id=588511 Bug 588511] (please do not comment in bug reports)
    You should only see that message once after having updated.
    Create a new profile as a test to check if your current profile is causing the problems.
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your server administrator

    I got this problem when I tried to configure out-going email and add an account to farm administrator group.
    I configure out-going email according to this website http://technet.microsoft.com/en-us/library/cc288949.aspx
    Here are the screen shots.
    The SMTP server and email accounts work out OK when I use Outlook 2010 to test.
    Anyone can help me about it? Thanks.
    Here is the log.
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         E-Mail                        
    8gsf
    High    
    #160008: The e-mail address 'admin3.sharepoint@domain' contains illegal
    characters. df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         General                      
    8kh7 High    
    Cannot complete this action.  Please try again.
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         E-Mail                        
    7946 Critical
    Cannot complete this action.  Please try again.
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         Runtime                      
    tkau Unexpected
    Microsoft.SharePoint.SPException: The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your
    server administrator.    at Microsoft.SharePoint.ApplicationPages.AclInv.SendEmailInvitation(EntityEditor picker, String subject, String message)     at Microsoft.SharePoint.ApplicationPages.AclInv.BtnOK_Click(Object sender, EventArgs e)
        at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String
    eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStage...
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    The e-mail address I have tested it for several times and there is no problem.
    Anyone has any clue about this error?

    Hi.
    This I have seen before...
    It can be that the SMTP relay server is configured to only allow certain IP ranges or addresses.
    It can be that the firewall on the SP server does not allow for SMTP traffic (normally 25, for example for Exchange).
    It can be that there is an Antivirus on the SP server(Client AV) that prohobits the Timer service to send email from this server. I have seen MacAfee do this. Needed an policy change.
    If, its the builtin SMTP service you are using, check this link:
    http://blog.sharepointrx.com/2010/11/18/setting-up-the-iis-smtp-server-for-sending-email-from-sharepoint-2010-on-server-2008-r2/
    Check that and try again.
    Regards
    Thomas Balkeståhl - Technical Specialist - SharePoint -
    http://blog.blksthl.com
    Download the SharePoint Branding Project here
    Download the SharePoint 2010 Site Settings Explained here

  • Duplicate Invoice Check Not Checking the Gross Invoice Amount-

    Gurus,
    When checking for duplicate invoices in MIRO/FB60, I have made all the config and setup but still the system is not checking the gross Invoice amount field. Lets say I enter
    Invoice 1 :
                     Vendor                 X
                      Reference            123
                      Date                    10/27/2010
                      Company Code : 1111
                      Currency           : USD
                      AMOUNT           :100         and post this invoice
    I try to enter the second invoice
    Invoice 2: 
                       Vendor                 X
                      Reference            123
                      Date                    10/27/2010
                      Company Code : 1111
                      Currency           : USD
                      AMOUNT           : 90    
    I get the error message even though the AMOUNT in the second invoice is 90 which is not the same as first invoice .
    I chcked the vendor master duplicate check, made the config in spro-liv for duplicate invoice for company code, reference number and invoice date.
    The help says that after 4.6 version if all of them match, then the system wiill throw error, but in my case the amount is not matching and its still giving me an error.
    Kindly help..<< Moderator message - Please do not offer points >>
    << Moderator message - Everyone's problem is important >>
    Edited by: Rob Burbank on Oct 27, 2010 4:07 PM

    Hi,
    After making the duplcate invoices chek at spro will checks the reference number of the invoice entered previouslu with that one entered later for that company code.as the first check itself failed system throws the error thinking, you are trying to enter a duplicate invoice for a  already posted invoice though how much is the amount in the second invoice .
    It will allow to enter the item details , if the dupplicate invoice check is properly configured for that company code and ref number .Did you get the error mesage after entering the details?If you get a error a message which stops furthur entry them your conf is correct, if not you may need to check back .
    Check the invoice toletrances at spro too amount.
    the below link explains you the process of dupliation in LIV.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/ce/4f3e39ea3aee02e10000000a114084/frameset.htm
    Regards,

  • ME23n , Does not shows the values correctly in print preview

    Hi,
    When viewing a PO using ME23n , it does not shows the values correctly in the print preview.
    For example;
    This is the vendor & its address.  (check attached image img1.jpg)
    ZERANDIB BUSINESS APPLIANCES
    Number-122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO-04
    When displaying the print preview, it shows only some parts of the above address
    Shows only; (check attached image img2.jpg)
    ZERANDIB BUSINESS APPLIANCES
    PO BOX 41,112,REID AVENUE
    These values are getting from a table called LFA1. I have checked that table & in that table all the values exists correctly.
    I have noted issue is with, having only a single word. (If address or name having only a single word, that is without spaces, it will not going to show in the print preview) -
    In the above example, it is not showing Number-122/A and  COLOMBO-04 (Its a single word. No spaces there)
    If its like --> Number - 122/A   &  COLOMBO - 04 ,  then it will display in the print preview correctly (where there are spaces after - mark)
    check img3.jpg
    If its having more than one word, then it will display correctly in the print preview.  As below;
    ZERANDIB BUSINESS APPLIANCES
    Number - 122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO - 04
    If its 2 or more words, it shows correctly.
    If its 1 word, then its not showing!
    Why it is happening like that? Any ideas how to resolve this issue?
    regards.
    zerandib

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • How do I dis-able the pop-up blocker when the box is not checked and yet, pop ups are being blocked?

    I want to totally disable Mozilla's pop-up blocker. I went to the tools/options page and found that the pop up blocker box is not checked but it is still blocking pop-ups. I see that others are having the same problem. How do we fix it, or, is this a programming issue and if so, is Firefox fixing it? It is quite annoying.

    Could you click the Exceptions button to the right of "Block pop-up windows" and make sure none of those sites is specifically blocked?
    If you have unchecked the box and there is no site-specific setting, that usually does it...
    Is it possible that an add-on is doing the blocking? A standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    Check the Options dialog > Content to make sure the pop-up blocker is turned off.
    If popups now work correctly, this points to one of your extensions as the most likely culprit. If you restart in normal mode, you can try disabling (or adjusting the options of) any that seem possibly popup-related (e.g., security related) here:
    orange Firefox button ''or'' classic Tools menu > Add-ons > Extensions category
    Any change?

Maybe you are looking for