Do not enter an account number for a masked account type

Good Morning
1)
I am trying to give some account number in open / close posting period window. From acount field (Lower limit of the G/L account numbers ) is not accepting the value. I have also tried with ZZZZZ and many other options. Can any one help what could be he reason ?
This is the Error Message
Do not enter an account number for a masked account type
2) Who is responsible to create the Authorization Group? What is FICO consultant role here ?
Eg: I want to give some privileges to one of the users in Management to open and close the posting period for all the nominals for all posting periods.
who creates the Authorization Group
Regards
Amar

Hi,
1, For account group the error may be comimg because already data is created. In lower limit donot enter ZZZZZ as it is considered as the highest value.  You can try the lowest account number.
2. Creating a role is job of bais based on the FICO tcode given by FICO consultant. For special privilages to a role you can ask to basis guy to create a separate role and assign to user.
Regards
Milind Sonalkar

Similar Messages

  • Do Not Enter An Account No For A Masked Account Type

    What does that mean ?

    Hi Emad,
    "Do not enter an account number for a masked account type"
    Message no. FC012
    In the attached screen shot , It is assumed that above error appeared while attempting  to input an account no:  in "From account column,"  "in the first row",  (where the account type is +),
    The logic behind zzzzz character input in the 'To account ' field is
    "Upper limit of the G/L account numbers for which the subsequent posting periods are allowed."
    Instead of finding the G/L account with highest numerical value in the Chart of Accounts, an "zzzzz" input will meet the requirement.
    So when From blank To infinite account no: is taken care, there is NO logic to input a specific g/l account no: in the From column.
    However if one try to input an account no; the above mentioned  error will appear.
    Hope this is helpful.
    Thanks
    Sam

  • SAP EBS error - Same Bank Account number for 2 different Account ids

    Hi,
    My client maintained the same Bank Account number for 2 different Account Id's within the same housebank.
    He has maintained Account id HELCO ( Local cheques) and HEICO ( International Cheques) and assigned same Account Number for both in the same house bank.
    I am getting error " "same bank account exists in several company codes -> see long text, Message FB757"  while uploading EBS file ( BAI2 format) due to this..
    How do I resolve the issue.
    Why is SAP allowing to maintain same bank account nos for different account id's?

    Hi Aravind
    I too faced this kind of situation when i am dealing with multi cash format file
    As far as i know when you are dealing with EBS, system will check account key and account number that is present in the bank file
    Please check the entries in T012K table with bank key and bank account number
    You should not have more than one entry with the combination and i am surprised that even though you have different bank key for the same account number you got this message..
    I request you to check the T012K table entries and make sure that no duplicate entries exists with the bank key and bank account number combination
    Regards
    Prasad

  • Number range 01 is internal, do not enter a personnel number

    Hi,
    Im using PA40, and when I propose a personal number, the transaction sends this message "Number range 01 is internal, do not enter a personnel number"...  BUT I NEED to propose a personal number for my employees!!!... is it possible???!!!...
    Can anybody help me?...
    Thanks in advance!.
    Alfredo.

    hi alfredo
    see "Number range 01 is internal, do not enter a personnel number"... " if the message comes like this that means that particular number range is set for the internal number range i think so you are giving the personnel number if you remove that personnel number in IT0000 then save this case if you want to take the personnel number internal. if you want to take your personnel number then go to pa04 and assign personnel number range make it as external in the last column you can see there check box just click on that check box. and assign this same personnel number range (for ex you have given in pa04 07-00000000-10000000) the 07 in my example you have to assign in the numkr feature in TCODE PE03. in that assign countrygrouping-company code-personnel area-personnel subarea-ee group-eesubgroup- number range 07. i hope it is clear
    bye
    naveen

  • Can I get a Skype Number for my Skype Account in I...

    how can i set a skype number for my skype account in india?
    This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect the post's content.

    Hi, Maneendra, and welcome to the Community,
    As is noted here, Skype Numbers are not available in the country of India:
    http://www.skype.com/en/features/online-number/
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • I do not have a serial number for my update to cs6.  how do i get this to install on my new laptop

    I do not have a serial number for my update to cs5.  how do I get this to put it on my new laptop

    It is not clear what you want/need, partly due to indicating different CS versions between the title and the body of your posting, and partly because you use the word "update".  If you need to find a serial number for an older version of your software then you might find it available thru your Adobe account online if you registered it when you first installed it.
    Find your serial number quickly
    Direct Updates
    https://www.adobe.com/downloads/updates/

  • F110: same bank account number for different customers

    Hi Guru,
    when I run F110 for different customers (payment method Ri.Ba.) in the payment proposal I see the same account number for all the payees, in particular the account number of the first customer is duplicate for the second one.
    So in table REGUH the fileds ZBNKN and ZBNKL have the same value for all the customer selected in the payment proposal.
    Can anyone help me?
    Thanks.

    Hi abaper,
       again, corrections 1030848 incorporated in the note [1617466|https://service.sap.com/sap/support/notes/1617466] for the enhancement object BANKEN_AUSWAEHLEN_CUG_IT are missing for the release 605, support pack SAPKH60505.
    Mariagrazia what correction instructions you have implemented to correct your problem?  It's related to the account number of vendors or customers?
    For customer's accounts I've developed a temporary solution related to BANKEN_AUSWAEHLEN_CUG_IT:
    Delta001
    Context Block
                    I_REGUP          LIKE REGUP                .
    STATICS:TMP_TPBANK_IT LIKE TPBANK,
    Delete Block
          LIFNR_TMP     TYPE LIFNR,
    Insert Block
          LIFNR_TMP     TYPE LIFNR,
          kunnr_tmp     TYPE KUNNR.                  "MITCH 18012012
    Delta002
    Context Block
          REFRESH:TMP_TPBANK_IT.
          LIFNR_TMP = I_REGUP-LIFNR.
       ENDIF.
    Delete Block
        IF TMP_TPBANK_IT[] IS INITIAL.
    Insert Block
       IF kunnr_tmp is initial.                     "MITCH 18012012
         kunnr_tmp = i_regup-kunnr.                 "MITCH 18012012
       endif.                                       "MITCH 18012012
       if kunnr_tmp ne i_regup-kunnr.               "MITCH 18012012
         clear: tmp_tpbank_it.                      "MITCH 18012012
         refresh: tmp_tpbank_it.                    "MITCH 18012012
         kunnr_tmp = i_regup-kunnr.                 "MITCH 18012012
       endif.                                       "MITCH 18012012
        IF TMP_TPBANK_IT[] IS INITIAL.
    Waiting for corrected instruction note, hope this hint helps..
    Regards, Mitch.

  • What is my UDID account number for Kingdoms at War?

    How can i get my UDID account number for Kingdoms at War my Iphone 3 3G was stolen?

    Do you mean the serial number for the iPod >   iPod: How to find the serial number
    Not sure what you mean by "apple account number" unless you are referring to your Apple ID which is required > iPod nano Replacement Program

  • Why was I requested to enter a serial number for Acrobat Standard when I am only a monthly subscriber? I can't activate the product.

    Why was I requested to enter a serial number for Acrobat Standard when I am only a monthly subscriber? I can't activate the product.
    After I sign on with email address and password, I am also asked to enter a serial number which I was not given...

    Hello,
    In order to activate the product should get the following option:-
    - Use trial or subscription
    - I have a serial number
    Please select the option - Use trial or subscription and click next- Restart Acrobat and sign in with your Adobe ID
    Also, you may refer to the following for more information on activation issues:- Activation & Deactivation Help
    Regards,
    Nakul

  • How do i enter a serial number for an existing program that resides on this computer?

    how do i enter a serial number for an existing adobe acrobat xi stnd program that resides on this computer?

    Hi joanp65961507,
    Could you please specify more on the same.
    Let me know if there is any message window that prompts you to enter the serial number.
    You might not have activated Acrobat on your system after buying it which is why it is asking to provide the serial number.
    Refer: Installing and Activating a Try & Buy product
    In case, you don't know your product serial number, then please refer the following link:
    Find your serial number quickly
    Please let me know more so that I can analyze the issue and help you out with the same.
    Regards,
    Anubha

  • How to Enter the Mobile number for Business Partner

    Dear CRM ABAPers,
               I am creating the Business Partner Using the BAPI "BAPI_BUPA_CREATE_FROM_DATA".
    But I am not able to Enter the Mobile number for the Business Partner.Please help me how to Do this
    It is very Urgent Requirement.
    Thanks & Regards,
    Ashok.

    Hello Ashok,
             Using the same BAPI , set the field R_3_USER of the tables parameter TELEFONDATA to 3 to save the mobile number.
    Hope it helps.
    Thanks,
    Sriram S

  • Error Number range 10 is internal, do not enter a personnel number

    Hi guys, When I try to hiring new emp this message appear Number range 10 is internal, do not enter a personnel number. Why this message appear. I still want to use this emp number. TQ

    Hi,
    While hiring an employee if you want the personnel number to be given by you then go to PA04 maintain number range and mark as external.
    Go to NUMKR feature and assign your Interval No: to your employee sub group & save it.
    Then go to PA40 and enter the Number and maintain the rest of the Info types
    Regards,
    Abhee..

  • CRM orders with error "Do not enter a business agreement for sold-to party"

    Dear SDN'ler,
    after creating orders in SAP CRM via ISA (CRM 4.0) and uploading them to R/3 all orders are created successfully in R/3 but an error message is sent back to SAP CRM in case of ALL orders.
    Error message is the following:
    "Do not enter a business agreement for sold-to party xyz"
    Message no. CRM_BILLING011
    Diagnosis
    The field "FI-CA active" is not selected for the sold-to party 6000201 in the business master record. Since the business agreement is used in the component FI-CA, excluding the control of processes, it makes sense to enter a business agreement.
    Procedure
    Delete the entered business agreement.
    ==> Could someone please give me some more information about the mentioned "business agreement"? Where do I find field "FI-CA active" (in R/3 or CRM customer master data?)?
    ==> And how can I eliminate this error message for CRM orders in SAP CRM?
    Thanks a lot.
    Best Regards,
    Rainer Gryschka

    Please check the customising setting under following path:
    SPRO --> Customer Relationship Management --> Master Data --> Business Partner -- > Business Agreement --> Define Basic Settings
    Alternatively you may also check following customisation table using SM30 --> CRMC_BUAG_ACTV

  • Account number for customer

    Hi Experts,
    What is the table and field name for Account number for Customer.
    Its possible to one account number have more than one customers.
    Thanks in advance.
    Points will be rewarded.

    Dear Jasmine.
    Can you please be specific about yur question. Account Number?? where is it used in which tab do you find it.
    regards
    Sridhar

  • Account Number  for customer - Urgent

    Hi Experts,
    What is the table and field name for Account number for Customer.
    Its possible to one account number have more than one customers.
    Thanks in advance.
    Points will be rewarded.

    Hi Jasmine,
    which account number you are talking about?
    Account Number will be always unique, 1:1 mapping 1 customer will have 1 account number.
    Reward if it helps,
    Satish

Maybe you are looking for

  • APD - Query output on to a Flat file

    All We are on BI 7.0 with SP13 and NWS 12. I am trying to create a new APD with source as "Query" built on Info object and target as "Flat File". There is no requirement of transformation so I am trying to map directly from Source to Target with a di

  • Can't get request.getHeader("referer") to work in Portal

    I have the following jsp: ------------------ login.jsp ---------------------- <%@ page import="java.util.*"%> Ref: <%= request.getHeader("referer") %> When someone goes to a url in Portal, Portal security will redirect them to my login.jsp so they ca

  • Dreamweaver CC splash screen file error.

    Hi, since completing the recent update for Dreamweaver CC, I have found the splash screen does not appear when I boot up Dreamweaver and I get the following message appear: FILE NOT FOUND: Dreamweaver could not find the file: "file:///MACOS%20/Applic

  • Quotation Approval error

    Hi , As for my Client Requirement after quotation we need to give the Approval for Quotation then only we will raise the Sale order I have Done the Status Profile every things But i heard that Basis person will do authorization for that please any on

  • .swf can't open in mobile phone

    I have created an interactive training material slides using Adobe Flash Pro CS6 for my company. It can work very well in my pc, but unable to open in my mobile phone. What should i do? ?