Required field postal coded has no entry

Hi Experts,
While updating the BP master through TCode UDM_BP, we are getting the following error - Required field postal coded has no entry. Message No.R1304
We have checked the field status for that country in the following path. General settings >Set Countries > Set country specific checks. Postal code requried entry is unchecked for that particular country.
Is there any other configuration to be checked.
Timely help will be highly appreciated.
Thanks in advance
Regards
Narayanan

Please check field status for Account Group in transaction OMSG.
Field Status -> General Data -> Address,
Check if Postal code has the 'Required' field status.
Regards
Ganesh

Similar Messages

  • Highlight required fields/Clear fillColor upon data entry

    So here's what I'm trying to do in LifeCycle Designer 7. I have a dynamic form that I highlight the required fields by setting their fillColor to a blue upon form initialization. I then want the fields to go to transparent after data has been entered into them. But then if they delete that data, I want the color to return so they know they still need to put data in that field.
    I've gotten some help from these forums, but I just can't seem to get it to where it needs to be. I can go between blue and white (w/ a visible border that I don't want), but I cannot get the fields to go completely transparent. If there was a way to automatically check the "Highlight Fields" and/or "Highlight Required Fields" boxes upon opening the pdf, I wouldn't have to do this at all.
    So here is my code for the exit event of the fields:
    if (this.rawValue == null || this.rawValue == "")
    this.ui.oneOfChild.border.presence = "hidden";
    this.fillColor = "153,255,255";
    else
    this.ui.oneOfChild.border.presence = "visible";
    this.fillColor = "255,255,255";
    If I take out the fill in the else statement, it always stays blue.
    Any help would be greatly appreciated.
    Thanks.

    Hi,
    I have the same problem, cannot get the fill color back to transparent.
    Could you find a solution?
    Regards,
    Chris

  • Fetch Table name and field name from a given entry

    Hi ,
    i know the entry which is present in the database .But i don't know the table name and field name which has that entry .
    i have to fetch the table name and field name from a given entry .
    Can anyone suggest me how will  i fetch the table name and field name for a given entry .
    thanks in advance.

    Hi ,
    i know the entry which is present in the database .But i don't know the table name and field name which has that entry .
    i have to fetch the table name and field name from a given entry .
    Can anyone suggest me how will  i fetch the table name and field name for a given entry .
    thanks in advance.
    Few more options to scan specific text in entire DB:
    http://www.mssqltips.com/sqlservertip/1525/scan-a-sql-server-database-for-objects-and-columns-containing-a-given-text-value/
    http://solutioncenter.apexsql.com/quickly-search-for-sql-database-data-and-objects/
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Getting Return Message : Make an entry in all required fields

    I need help.
    when passing objectid blank i am getting "Make an entry in all required fields" Return message.
    i checked through se16 --> PA0006 Table for all employeenumber objectid is blank.
    below is my code
    proxyaddchange.Connection.Open();
    // To refer to the subset that has Permanent Address details
                        string subType = "1";
                        // Get records till this date(yyyymmdd - format)
                        string timeIntervalHigh = "99991231";
                        //timeIntervalHigh = "31.12.9999";
                        // Get records from this date(yyyymmdd - format)
                        string timeIntervalLow = "18000101";
                        timeIntervalLow = "19850101";
                        proxyaddchange.Bapi_Employee_Enqueue(txtSapId.Text,out Return11);
                        proxyaddchange.Bapi_Addressemp_Change(txtSapId.Text,"","","",subType,"123456789",timeIntervalLow,timeIntervalHigh,out Return12);
                        proxyaddchange.Bapi_Employee_Dequeue(txtSapId.Text,out Return13);

    Adil,
    We are having the exact same problem as you have described.  Did you ever find an answer?
    We would appreciate any pointers you can provide.
    Thanks,
    Benny

  • Unable to make Postal code as required field in Vendor master creation

    Hi,
    We have a requirement of making Postal code (POST_CODE1) field under street address of new vendor master creation/change as a required field.
    In the configuration settings of vendor account group (OBD3), SAP provided Postal code City combined as only one field.
    Even after making the Postal code&City field as required in the configuration of a particular Vendor group (OBD3), the system is allowing to create new vendor master under that particular group with out the input of Postal code.
    The system only making the city (CITY1) as required filed but not the Postal code (POST_CODE1) even after setting Postal code&City field as required in OBD3.
    Could you please provide  the activities to be performed apart from the above so as to make Postal code as required filed at the time of the vendor master creation/change
    Regards
    Mani Prasad

    Yes, it is country specific. It will affect in vendor masters as well Customer masters.
    You have two options now :
    Create a Transaction variant using SHD0 and Make Postal code field as required and create a custom transaction code in SE93 (Transaction with Variant (Variant transaction) and assign here and save. Your requirement will be fulfilled.
    Else you can go for Enhancement using EXIT_SAPMF02K_001 Vendors: User Exit for Checks prior to Saving
    The following user exits exist for vendor master records:
    o   Check entered data before saving
    Please refer to the interface description of the function module to see which data is available.
    If we found any other solution we will let you know the same.

  • How to make a field in a form required when the prior field (a dropdown) has content entered

    I have a table with 15 columns of various questions/topics (year, course number, instructor, etc) and 14 rows of input fields. A couple are dropdown menus, but the rest are just text fields. The client wants (most) of the fields to be required but the amount of rows used will be different for each user. So I'm trying to get each row of fields to only be required if the first field in each row (which is a dropdown) has a selection made (to avoid users from getting a required field error if they only enter say 3 rows of content of the 14 possible rows.) I'm assuming this will be a javascript if/then situation, but have been having trouble finding a similar example via google. thanks!

    Hi,
    You can make fields non-editable at runtime using this code:
    field.access = "readOnly"
    Hope this helps.
    Amit

  • IDoc Error 51 - Make Entry in All Required Fields

    hi,
    I am using a scenario where an idoc is being posted into an R/3 system from a legacy application. For some reason I keep getting Idoc error 51 (Document not posted).
    Once I drill down further, the specific error states "Make entry in all required fields". Have checked to make sure all mandatory fields have been mapped and proper constant values have been specified.
    But cannot seem to get rid of the problem. Could anybody help out in determining how else to troubleshoot this and identify the possible cause?
    thx,
    Manpreet

    Manpreet,
    What IDoc Type you are trying to post ? One way is debugging the inbound function module using WE19. The second option is talking to a functional consultantor who worked, what fields are needed for that particular IDoc.
    I wouldn't care much about whether the IDoc is posted or not because, it is the ABAP ALE/EDI consultant's job to do that. The only way XI Developer is concerned is when it is not posting, ABAPer would tell what's missing.
    Hope this info helps.
    regards
    SKM

  • MAKE AN ENTRY IN ALL REQUIRED FIELDS

    HI,
    I AM USING THE FOLLOWING EXCEL VBA CODE TO TRY AND CALL A TRANSACTION LX02 DIRECT INTO EXCEL.
    Public Sub add_bdcdata(BdcTable As Object, program As String, dynpro As String, dynbegin As String, fnam As String, fval As String)
    Dim vField As Variant
    j = j + 1
    BdcTable.Rows.Add
    BdcTable.Value(BdcTable.Rows.Count, "PROGRAM") = "RLS10020"
    BdcTable.Value(BdcTable.Rows.Count, "DYNPRO") = "1000"
    BdcTable.Value(BdcTable.Rows.Count, "DYNBEGIN") = "X"
    BdcTable.Value(BdcTable.Rows.Count, "FNAM") = "BDC_OKCODE"
    BdcTable.Value(BdcTable.Rows.Count, "FVAL") = "NEXT"
    Debug.Print BdcTable.Value(j, "FVAL")
    End Sub
    Public Sub rfc_call_transaction()
    Dim Functions As Object
    Dim RfcCallTransaction As Object
    Dim Messages As Object
    Dim BdcTable As Object
    ' Create the Function control (that is, the high-level Functions collection):
    Set Functions = CreateObject("SAP.Functions")
    ' Set the rest of Connection object values:
    Functions.Connection.System = "QA2"
    Functions.Connection.client = "900"
    Functions.Connection.user = "mbrough"
    Functions.Connection.Password = "st34lhv3"
    Functions.Connection.Language = "EN"
    If Functions.Connection.Logon(0, False) <> True Then
    Exit Sub
    End If
    Dim iBOB As Integer
    iBOB = Range("A1")
    Do
    ' Retrieve the Function object (the Connection object must be set up before Function objects can be created):
    Set RfcCallTransaction = Functions.Add("RFC_CALL_TRANSACTION")
    ' Set the export parameters
    RfcCallTransaction.exports("TRANCODE") = "LX02"
    RfcCallTransaction.exports("UPDMODE") = "S"
    Set BdcTable = RfcCallTransaction.Tables("BDCTABLE")
    ' Set the tables parameter and add the data for the call transaction
    add_bdcdata BdcTable, "RLS10020", "1000", "X", "", ""
    add_bdcdata BdcTable, "", "", "", "BDC_CURSOR", "S1_LGNUM"
    add_bdcdata BdcTable, "", "", "", "BDC_OKCODE", "=ONLI"
    add_bdcdata BdcTable, "", "", "", "S1_LGNUM", "900"
    add_bdcdata BdcTable, "", "", "", "S1_LGNUM", "ActiveCell"
    add_bdcdata BdcTable, "", "", "", "S1_LGTYP-LOW", "K01"
    add_bdcdata BdcTable, "", "", "", "BDC_SUBSCR", "SAPLSSEL"
    add_bdcdata BdcTable, "", "", "", "BDC_SUBSCR", "SAPLSSEL"
    add_bdcdata BdcTable, "SAPMSSYO", "0120", "X", "", ""
    add_bdcdata BdcTable, "", "0", "", "BDC_OKCODE", "=BACK"
    add_bdcdata BdcTable, "RLS10020", "1000", "X", "", ""
    add_bdcdata BdcTable, "", "", "", "BDC_OKCODE", "/EE"
    add_bdcdata BdcTable, "", "", "", "BDC_CURSOR", "S1_LGNUM"
    add_bdcdata BdcTable, "", "", "", "S1_LGNUM", ActiveCell.Value
    'End SubCall the function (if the result is false, then display a message):
    If RfcCallTransaction.Call = True Then
    Set Messages = RfcCallTransaction.imports("MESSG")
    MsgBox Messages.Value("MSGTX")
    Else
    MsgBox " Call Failed! error: " + GetCustomers.Exception
    End If
    iBOB = iBOB + 1
    Loop Until IsEmpty(ActiveCell.Offset(iBOB, 0))
    Functions.Connection.Logoff
    End Sub
    I KEEP GETTING AN ERROR MESSAGE SAYING 'MAKE AN ENTRY IN ALL REQUIRED FIELDS' AND THEN NOTHING DOWNLOADS INTO EXCEL.
    CAN ANYONE HELP PLEASE?
    THANKS

    When I run this transaction through SAPgui I only have to fill out the field S1_LGNUM, and I have specified this in my code.
    Is my code below correct?
    Public Sub add_bdcdata(BdcTable As Object, program As String, dynpro As String, dynbegin As String, fnam As String, fval As String)
        Dim vField As Variant
        Static j As Integer
        j = j + 1
        BdcTable.Rows.Add
        BdcTable.Value(j, "PROGRAM") = "RLS10020"     ' Program Name
        BdcTable.Value(j, "DYNPRO") = "1000"        ' Dynpro Number
        BdcTable.Value(j, "DYNBEGIN") = "X"    ' X if a screen
        BdcTable.Value(j, "FNAM") = "BDC_OKCODE"            ' Field Name
        BdcTable.Value(j, "FVAL") = "NEXT"            ' Field Value
    End Sub
    As i have seen this in examples where it looks like below.
    Public Sub add_bdcdata(BdcTable As Object, program As String, dynpro As String, dynbegin As String, fnam As String, fval As String)
        Dim vField As Variant
        Static j As Integer
        j = j + 1
        BdcTable.Rows.Add
        BdcTable.Value(j, "PROGRAM") = program    ' Program Name
        BdcTable.Value(j, "DYNPRO") = dynpro        ' Dynpro Number
        BdcTable.Value(j, "DYNBEGIN") = dynbegin    ' X if a screen
        BdcTable.Value(j, "FNAM") = fnam            ' Field Name
        BdcTable.Value(j, "FVAL") = fval            ' Field Value
    End Sub
    Thanks

  • Field Bline date is a required field for G/L account 1200 122400

    While posting a Good receipt document using MIGO for a PO I am recieving the following error
    Field Bline date is a required field for G/L account 1200 122400
    Though both the document date and Posting date fields are filled with appropriate date.
    The detailed message reads as follows, now my question is how to change the baseline date  for the Cocd 1200 for GL account 122400
    Field Bline date is a required field for G/L account 1200 122400
    Message no. F5 808
    Diagnosis
    The value for field "Bline date" in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L account "122400" in company code "1200" linked to the field selection for posting key "81".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Bline date". If this is the case, contact the consultant responsible for the application used to call up the interface or get in contact with SAP directly.

    Hello Ravinagh,
    Heres what I did:
    OB41> Double clicked on posting key 81> clicked on field status> Payment transactions> Both Due date and Value date have already been set to optional.
    For OB14 it asks me to input a field status variant.
    There are three of them. Now here is the tricky part, how do I find out which field variant has been assigned
    0001     Field status for 0001
    1000     Field status for CoA 1000
    3000     Field status for CoC 3000
    I went further and check for all the three variants one by one
    and found out that in the field status> Payment transactions for the following entry in the field status group
    G045     Goods/invoice received clearing accounts
    The DUE DATE and  VALUE DATE are suppressed. What do I need to do here?
    Next I checked OBB8 to find  the following three Options I dunno which one of them is applicable to the GL account 122400 for Cocd 1200. Where can I find the assignment? How can I find which payment term is being used.
       PayT        Sales text                                                                    
      Day limit   Explanations                                                                  
      0001                                                                               
    0           Payable immediately Due net                                                                               
      0002                                                                               
    0           Within 14 days 3 % cash discount                                              
                  Within 30 days 2 % cash discount                                              
                  Within 45 days Due net                                                                               
      0003                                                                               
    15          Within 14 days 2 % cash discount                                              
                  Within 30 days 1.5 % cash discount                                            
                  Within 45 days Due net                                                        
                  Baseline date on 30 of the month                                              
    Entry 1 of 40                                                                               
    Well I went ahead and clicked on each of them
    For 0001 the Default for Baseline date is set to Posting date (Do I need to change anything here?)
    For 0002 the Default for Baseline date is set to Document date (Do I need to change anything here?)
    For 0003 the Default for Baseline date is set to Posting date (Do I need to change anything here?)
    Please guide me here. If you need screenshots I would be glad to mail it to you.
    I hope you understood the scenario.
    Thanks
    Ron

  • Field Cost Ctr is a required field for G/L a/c ...(Co. code) ... (GL a/c)

    Hi,
    When i run depreciation, i am getting following error:
    Field Cost Ctr is a required field for G/L a/c ...(Co. code) ... (GL a/c)
    Message no. F5808
    Diagnosis
    The value for field "Cost Ctr" in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L account "4750A" in company code "LT01" linked to the field selection for posting key "40".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Cost Ctr". If this is the case, contact the consultant responsible for the application used to call up the interface or get in contact with SAP directly.
    I checked the field status for GL account and posting key - cost centre is "optional" . Can someone pl. help.
    Thanks
    Vedavatee

    Hi:
             Please check in KA03 , enter GL account there and check if this has been created as Cost element. If yes then you will need to enter cost center .KOSTL cost center. This cost center requirement in FI-AA is usually derived from what you maintain in ACSET.
    Regards

  • Field Cost Ctr is a required field for G/L account 5500

    Hello Experts,
    I need your help for one of the issue related to the cost center.
    While posting the accounting document I am getting the below error -
    Invocie Nr are: 95867831 and 95876503
    Message is: Field Cost Ctr is a required field for G/L account 5500
    52301203
    Message no. F5808
    Diagnosis
    The value for field "Cost Ctr" in the interface to Financial Accounting
    is an initial value but you are required to make an entry in the field
    selection for G/L account "52301203" in company code "5500" linked to
    the field selection for posting key "40".
    Looking in the history of one of the two contracts I find the following:
    Invoice 0095639591 from 16.11.2010, an accounting document was created
    and in the accounting document CO object is cost center (and not COPA)
    14901.
    Account 52301203 has Field status group Z103 (cost - mad CostCenter)
    Our user is saying that (eq 3529183592, invoice 95639591)
    should have a cost center assigned in the equipment master. After
    entering that cost center (14901) the accounting document was created
    correctly.
    However when we checked the "DefaultAcctAssgmnt" of the cost element 52301203, the filed Cost center is empty.
    Can you please help with your suggessions?
    Regards,
    Reshma

    from Note 518060 - FAQ: Physical inventory
    12. Question:
    Can I manually specify an account assignment (for example cost center) during the update of inventory differences?
    Answer:
    No. No. A direct entry of an account assignment for difference postings in the physical inventory (both MI07 and MI10...) is not possible.
    A differentiation to different account assignments is only possible via a differentiation of the cost elements - refer to Note 13423.
    In my words: FI has to change the field status

  • Field Bus. Area is a required field for G/L account 2100 14470000  in VF02

    Field Bus. Area is a required field for G/L account 2100 14470000 
    Dear all
    **Am getting an Error in VF02**
    Field Bus. Area is a required field for G/L account 2100 14470000
    Message no. F5808
    Diagnosis
    The value for field "Bus. Area" in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L account "14470000" in company code "2100" linked to the field selection for posting key "50".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Bus. Area". If this is the case, contact the consultant responsible for the application used to call up the interface or get in contact with SAP directly.
    I have checked obc4: there business area field is required & also checked in ob41 there also (posting key 40 & 50.business area field is required )
    thankx in advance
    Ajeesh.s

    Hi:
            You yourself are telling issue faced , you are saying that you have checked in OBC4 and OB41 the business area is has been set as required entry. When this has been set as required entry the field status group of GL Account 14470000 then it is obvious thing that you will get the error Field Bus. Area is a required field for G/L account 2100 14470000  in VF02. Normally Business area is coped to billing document from material master data , you do not need to enter in manually in GL account line item. If you want avoid this error then set Business area as optional in relevant field status group of GL account and posting key used. This will surely resolved your issue.
    Regards

  • Error: "Field Material is a required field for G/L account 3862 21201000".

    We are trying to post and Rack purchase Invoice using "BAPI_INCOMINGINVOICE_CREATE" but the BAPI fails and the error message that we are getting is "Field Material is a required field for G/L account 3862 21201000". We checked the GLACCOUNT data that is getting passed into the BAPI but there is no material field available in the structure. Even posting online using MIRO returns the same error.
    Just to give you a quick background on the issue with MATNR. The automatic posting is generating an entry to account 21201000, which is set to require MATNR on the GLACCOUNT posting details. Online in core MIRO the MATNR field does not show up, but you can set the screen variant to allow it to show and therefore enter a value, however, even if you do this if you attempt to cancel the invoice with standard TCode MR8M it again fails because the MATNR is not carried through to posting. There are a couple of OSS notes that relate to this issue, but we are not sure if it will solve our problem. We need to be able to pass a value in MATNR for GLACCOUNTDATA (not MATERIALDATA) so the posting can be effected.
    Please let me know if anybody has come acroos this issue and a way to resolve. Any kind of help will be appreciated.

    Hi
    Run the program RM07CUFA
    in SE38 Tcode and check the inconsistencies.
    Also in FS00 go to details of the GL account and double click on field status group under create bank interest tab and then double click material management/additional assignments.
    You can see the required or suppressed fields

  • Field Text is a required field for G/L account 1000 301001

    Dear All,
    I face this problem when i am trying to post the taxes in to the g/l account.
    Field Text is a required field for G/L account 1000 301001.Earlier i was able to post the taxes.I checked with my FI consultant and he said that he has made text field manadatory and hence i need to make an entry in this text field.
    Kindly help me by telling me what i should do to do postings in the gl accounts.
    Your timely help is requested and award points for the same is assured.
    Thanking you,
    Best regards,
    R.Srinivasan

    Dear All,
    I face this problem when i am trying to post the taxes in to the g/l account.
    Field Text is a required field for G/L account 1000 301001.Earlier i was able to post the taxes.I checked with my FI consultant and he said that he has made text field manadatory and hence i need to make an entry in this text field.
    Kindly help me by telling me what i should do to do postings in the gl accounts.
    Your timely help is requested and award points for the same is assured.
    ITS VERY URGENT PLEASE
    Thanking you,
    Best regards,
    R.Srinivasan

  • FI-AP (vendor master group, Zip code required field)

    Hello SAP Guru's,
    I am working on Vendor master data groups and my client asked me to make the zip code field mandatory. When i go to "define account groups with screen layout- vendor name-general data- address, i don't see a tab for Zip code to make it a required field. However, i checked Postal code, city field and make it into a required field. Is zip code = Postal code, city? or do i have to contact other programmers so they can design this functionality in SAP?

    Dear,
    yes, I also confirm You that the Zip code is the Postal code.
    So please go to IMG --> Define Account Groups with Screen Layout (Vendors)
    and for Your Account Group do the following setting:
    double click on General data --> double click on Address
    and define as Required entry the field Postal code, city technical names:
    City                         LFA1-ORT01
    Postal Code            LFA1-PSTLZ
    I hope this helps You.
    Mauri

Maybe you are looking for

  • IPhoto Library Sharing by Multiple Users on Same Computer

    Is there a "tried and true" way to set up iPhoto08 to allow my wife and I to share/access the Photo Library? I prefer not to set up external drive for library. It appears that photos I download from camera to iPhoto on my "login" do not load to the l

  • Need information on  vendor replication t-code BBP_UPDATE_PORG

    Hi  ,   I need to know why we are  using the t-code  " BBP_UPDATE_PORG " for  the vendor replication. if execute the t-code by giving the Purchase org  of local(SRM)  =  "New purch.org.entry" R/3 Purchase org                  =  "Add to purch.org." t

  • Method parameter & variable in program - "is not type compatible"

    Hi All, Sorry for my dummy question but by checking a few threads I couldn't find answer. I have a method with a paramter and calling it I get error message: "variable" is not type-compatible with formal parameter "parameter" 'variable' --> data elem

  • Clip info lost on import

    I'm shooting XDCAM EX 720p50 footage with EX1R. I've been trimming the inevitable rubbish from the beginning and end of my clips as well as adding notes and changing the Index Picture with Sony Clip Browser but when I import to FCP with Log and Trans

  • CSA and SuSE Linux

    I know that the documentation says that CSA 6.0.1.x supports SuSE 10, but we have a couple SuSE 9.1 servers. Is CSA backwards compatible? Will it work on 9.1?