Error in transaction FB05 - Table T043G

Dear Experts,
I'm working on an SAP ECC 6.0 release and I'm trying to post an incoming payment from transaction FB05.
As selecting the customer the system issues error:
"Entry for Company XXXX not defined in table T043G"
I have checked the table (related to customer/vendors tolerance limits) and an entry for the specific company being considered is already present.
Is there a specific field that needs to be populalted as customizing tolerance limits in order to enable incoming paymet postings?
Could you help me out?
Thanks in advance for the help!
Regards
Davide

Hello,
The prerequisite is you should have tolerance group with blank.
Go to transaction code OBA3.
Copy the tolerance group of your company code and remove the tolerance group.
You will have two tolerance groups.
1. without tolerance group for your company code.
2. with tolerance group for your company code.
Now it should work.
Regards,
Ravi

Similar Messages

  • F-58 Error - Entry missing in Table T043G

    Hi Gurus,
    I am trying to post a check payment through F-58. This is a same company code payment. The error of the T043G table entry appears.
    When I go to the table, all the relevant entries are maintained.
    Please help as to what I am missing here.
    Thanks
    Sheli

    Hi,
    Go to T.code : OBA3 Path:Financial Accounting (New)->Accounts Receivable and Accounts Payable>Business Transactions>Outgoing Payments>Manual Incoming Payments>Define Tolerances (Vendors) and create Tolerance Group and save
    and go to FK02 and give vendor number ,company code and select payment transactions  Check box and enter and give Tolerance Group  and save
    Thanks,
    Raviteja

  • Error in transaction code F-04, table T043G

    Hi experts,
    In executing transaction code F-04, I receive the following error:  "Entry for Company XXXX not defined in table T043G"
    I have checked table T043G and the company is not listed.  What config steps are necessary to correct this?
    Thanks for you assistance

    Hi
    That table stands for Customer/Vendor Tolerance
    Go SM30 and put V_T043G table and press maintain. Then Copy 0001 and change the Company code & currency - SAVE
    Hope your problem will solve
    Regards
    Tanmoy

  • While posting f-53 i getting error missing table T043G

    Hi
    while posting F-53  i getting error "company code" is Missing table T043G.
    What can i do for this..  can u advise this.
    Thank u
    anil

    hi anil,
    you are not given the tolerance group for customers/vendors, give the tolerance group for the same and try it.
    also give the gl tolerance,
    try t.codes oba0, oba3
    pls award points.
    Raghav

  • The entry ABCD ABCV  is missing in table T043G

    Hi
    I have to clear an open invoice manually using F-53.
    This is the error message i m getting
    "The entry ABCD ABCV  is missing in table T043G"    [Here ABCD is the company code]
    Please Help!
    Thanks!

    HI,
    please check if Your company code is defined in transaction OBA3
    or check the path IMG -> Financial Accounting -> Accounts Receivables and Accounts Payables -> Business Transactions -> Incoming Payments -> Manual Payments -> Define Tolerances (customers)
    Go through the customer master  and check which tolerance group the customer is assigned to (field' technical name is LFB1-TOGRU.
    Regards,
    Satish Muvva.

  • Error in updating condition table 372

    Hello,
    While saving Excise Invoice I am facing error 'Error in updating condition table 372'.Could you please solve this probelm?
    Thanks in Advance

    Dear All,
    I done this--by doing some configuration changes.
    Normally while doing Exports we are tempted to use the same sales area and accordingly we may give the combination of excise grp+series grp+export type in IMG>>>Logistics General>>>India>>>Business transactions>>>Outgoing excise invoices>>>Maintain default excise groups and series groups.
    Once after removing the export type to your sales area combination--system will show this error--and we cannot even post the Excise invoices.(J1IIN)
    I tried in my IDES--that with export type(Ex.Export under Bond)--with this assignment--i am able to post my excise invoices.
    Once after removing this assignment of export type--again i am getting this error.
    Actually i am not even aware why it is happening--almost after two months of struggle--i find this.
    (i feel it is in the same way that we cannot even open/See a sales order by deleting sales group which was created&used previously)
    i am sharing this because somebody may get a little help with my thread.
    Mark this if helpful--there by others can easily find this thread.
    Phanikumar

  • Error "No entry in table T589A for P" while creating new Infotype

    HI,
    I've created a new infotype (9605). All the tables, structures, screens etc. have been created using transaction PM01 successfully. But upon execution of Infotype from PA30, the infotype screen is displayed with the following error:
    "No entry in table T589A for P"
    Any input will be highly appreciated.
    Thank you,
    Farooq.

    Hi Farooq,
    Untill and unless the the field PSYST-IOPER is cleared explicitly in the program MP960500 (in PBO modules), this error should not occur.
    Also is this error is coming only for 9605 infotype ? Also is any other info availaible in the error message such as entry in table t589a is not available for which value of OPERA (INS, MOD, DEL, LIS etc) ?
    Regards,
    Shrinivas

  • Error while importing the tables from MySQL using the data source connection

    Hi,
    I am trying to import tables from MySQL into Powerpivot using the data source connection, if use the import using the Query option its working fine but not with the select list of table option.
    when i click on the select list of tables option, i get the below error after selecting all the tables to be imported:
    OLE DB or ODBC error.
    An error occurred while processing table 'XXXXXXXXXX'.
    The current operation was cancelled because another operation in the transaction failed.

    Hi Bharat17an,
    Please provide the detail information when create the MySQL connection in your PowerPivot model. Here is a good article regarding "how to Use MySQL and Microsoft PowerPivot Together" for your reference, please see:
    http://www.datamensional.com/2011/09/how-to-use-mysql-and-microsoft-powerpivot-together-2/
    If this issue still persists, please help to collection windows event log information. It maybe helpful for us to troubleshoot this issue.
    Regards,
    Elvis Long
    TechNet Community Support

  • Error committing transaction in Stored Proc call - prev solns not working

    Hi All,
    Our process invokes a DB adapter to fetch the response from the table for our request via Stored Procedure call but facing the below issue. Its a synchronous process. Stored Procedure is present inside the Package and we are calling the Stored procedure using that Package.
    What we did is created a DB datasource of XA type and tried to call the Stored Proc but it was giving a problem “ORA-24777: use of non-migratable database link not allowed” and hence according to this thread Using DB links in Stored proc call in DB adapter 11G SOA we have modified the datasource as non-XA type.
    While we do that, we could see that Stored Proc is called and the response is present in the reply payload inside the flow trace. But the instance is getting faulted and the error is “Error committing transaction:; nested exception is: javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source.”
    We have tried the properties of global transaction support as one phase commit, emulate two phase commit and logging last resource but error remains the same.
    Database from which we are getting the response is of version "Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production". Will the database link error arises even if we connect to Oracle Database?
    Please could you advise me solutions to resolve this issue.
    Thanks in advance.

    You are using Non-XA because it means (among all others) that the commit issue can be handle by the DB as well.
    The Emulate Two Phase property imitating the XA transaction in that way, that it allows you to manage a local db transaction.
    You can stay with XA connection, but then you will have to use "AUTONOMOUS_TRANSACTION pragma" in your procedure.
    Enter the following link to find good explanation about all of your questions:
    http://docs.oracle.com/cd/E15523_01/integration.1111/e10231/adptr_db.htm#BGBIHCIJ
    Arik

  • Error ODS activation - sql error when accessing a table.

    Hi,
    sometimes occurs an error by activation ODS. I have proces chain and when is loaded second packet an error occurs. In monitor>>
    -RSMPC 128, datapacket 3 is wrong, with status number 9
    -RSMPC 131
    -RSDRO 108 - communcation error (sql error when accessing a table)
    In sm21>
    -sql error when accessing a table
    -The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was  
    either                                                      caught nor passed along using a RAISING clause, in the procedure <b>"UPDATE_ATAB"</b>   "(FORM)"                                                                    
    Since the caller of the procedure could not have expected this exception     
       to occur, the running program was terminated.                               
      The reason for the exception is:                                             
      The database system recognized that your last operation on the database      
      would have led to a deadlock.                                                
      Therefore, your transaction was rolled back                                  
      to avoid this.                                                                       
      ORACLE always terminates any transaction that would result in deadlock.      
      The other transactions involved in this potential deadlock                   
      are not affected by the termination.
    I have BW 3.5.
    Thank You very much.

    There are a few different scenarios that I can think of where this might come up that all involve what might resulting in parallel (concurrent)processes:
    Loading packets in parallel - that is there are X number of processes loading packets concurrently. This could be set in your IMG settings system wide or in the InfoPackage for just this datasource.   You seem to indicate that you don't have this.
    Database parallel processing - RSAMDIN - ORA_PARALLEL_DEGREE ( there was a different RSADMIN parm for older versions - forget what SP the change came with).
    You have multiple InfoPackages for the datasource, each loading what should be a different range of data, and they run atthe same time.
    You could be loading from two different datasources to the ODS at the same time.
    If any of these are true, I would look at bumping the INITRANS setting up.  Your DBA will probably need to do this for table and its indices.  There is a Note - 831234 that allows you to create a parameter in RSADMIN that will specify a INITRANS value (e.g. 20) rather than using the default. The ODS would need to be activated to pick this new setting up for the table to be altered. 
    You could also look at the Processing settings for the InfoPackage and change to PSA first, then target to see if that helps. 
    Or if you are loading from two different datasources at the same time, you might adjust your schedule so that doesn't happen.
    Pizzaman

  • Internal error when accessing a table  -

    Hi,
    The program which is running as background was running for last 1 year, last two days the RFC call in the program is dumping.
    In DUMP its showing Internal error when accessing a table
    Error : DBIF_RSQL_SQL_ERROR
    I checed the size of the table its quite huge for the application.
    So there is no issue with table.
    Please advise what causes these sort of error.
    System is ECC 6.0
    With SQL server 8.0
    Regards,
    Thomas

    These are the system log i got it from SM21. For this error logs are as below
    Very High Priority error
    Details Page 2 Line 9 System Log: Local Analysis of onsaprp1                  1
    Time
    Type
    Nr
    Clt
    TCode
    Grp
    N
    Text
    15:43:09
    DIA
    009
    300
    AB
    0
    Run-time error "DBIF_RSQL_INTERNAL_ERROR" occurred
    Run-time error "DBIF_RSQL_INTERNAL_ERROR" occurred
    Details
    Recording at local and central time........................ 11.02.2011 15:43:09
    Task......
    Process
    User......
    Terminal
    Session
    TCode
    Program
    Cl
    Problem cl
    Package
    03084
    Dialog work process No. 009
    TOM
    1
    SAPMSSY1
    T
    Transaction Problem
    SABP
    Further details for this message type
    Module nam
    Line
    Error text
    absapsql
    0786
    HandleRsqlErrors
    Documentation for system log message AB 0 :
    The specified runtime error has occurred in the system.
    Parameter
    abcdefghijklmnopqrstuvwxyz .. DBIF_RSQL_INTERNAL_ERROR
    Technical details
    File
    Offset
    RecFm
    System log type
    Grp
    N
    variable message data
    119
    618840
    l
    Error (Module, Row)
    AB
    0
    HandleRsqlErrors                                    absapsql0786
    High Priority error
    Details Page 2 Line 18 System Log: Local Analysis of onsaprp1                 1
    Time
    Type
    Nr
    Clt
    TCode
    Grp
    N
    Text
    15:44:07
    DIA
    009
    300
    SMEN
    BZ
    Y
    Unexpected return value 8 when calling up
    Unexpected return value 8 when calling up
    Details
    Recording at local and central time........................ 11.02.2011 15:44:07
    Task......
    Process
    User......
    Terminal
    Session
    TCode
    Program
    Cl
    Problem cl
    Package
    03084
    Dialog work process No. 009
    TOM
    om-blr-l
    1
    SMEN
    SAPLSMTR_NAVIGATION
    K
    SAP Web AS Problem
    SBAC
    Further details for this message type
    Module nam
    Line
    Table Name
    Field Name
    dbrepolo
    172
    8
    Documentation for system log message BZ Y :
    When calling a function within the database interface, a return
    value which cannot be processed by the calling function was
    provided.
    Technical details
    File
    Offset
    RecFm
    System log type
    Grp
    N
    variable message data
    120
    11160
    h
    Database Error (Non-SQL)
    BZ
    Y
    8                                                   dbrepolo172
    Edited by: Thomas Paul jr on Feb 14, 2011 6:36 AM
    Edited by: Thomas Paul jr on Feb 14, 2011 6:38 AM

  • Error in account determination: table T030K key SCOA JN6 A5

    Hi,
    While posting the billing dicument Iam getting the error like .Error in account determination: table T030K key SCOA JN6 A5.
    (Here SCOA : Chart of Accounts.)
    Plz let me know the Answer.
    thanking u.

    hi,
      go to transaction code SE11 and enter the data base table=T030k
    and then click on the display button
    then go to utilites in the menu bar from there go to table contents go to new entries
    and enter
    KTOPL= your chart of accounts
    KTOSL=jn6
    MWSKZ=A5
    and save it
    hope this will resolve your problem
    reward points if the answer is helpful
    REgards,
    Murali

  • "Error in account determination:Table T030K key MWS"

    Hello Gurus,
    I would greatly appreciate some help on the following issues. The issue relates to tax on sales & purchases. The client charges a state tax for residents of certain states. In FTXP, I have used TAXUSJ and also tax code O1 (A/R Sales Tax, taxable). I have also put the state that charges the tax in the Tax Jurisdiction field in FTXP. In MW1 (Accrued: A/R Sales Tax 1) I have 6.500% for the state.
    On the SD side, the consultant is using the Acct Key of MWS for the Condition type UTX1 (hope that makes sense).
    When I try to release the billing document to accounting I get the following error:
    <b>Error in account determination:Table T030K key MWS</b>
    <b>Message no. FF709</b>
    <b>Diagnosis</b>
    In the chart of accounts to be posted to, no accounts are defined for the tax code you used.
    <b>Procedure</b>
    Contact your system administrator. Define the accounts to which a tax posting is to be made with the tax code entered in Customizing for taxes on sales/purchases. To do this, choose Maintain entries (F5).
    I went to OBYZ, double clicked on PROCEDURES, then selected TAXUSJ and double clicked on CONTROL. Once inside, I then <u>changed the account key for condition type JR1 from MW1 to MWS  and saved it.</u>
    But when I went back to release the billing document to accounting, I now get a new error:
    <b>System error in routine FI_TAX_GET_TXJCD_LEVELS error code 2 function builder TAX2</b>Message no. FF769
    <b>Diagnosis</b>
    A serious program error has occurred.
    <b>System Response</b>
    The current processing step cannot be carried out.
    <b>Procedure</b>
    If the program error occurred
    - In a standard SAP program, then create an OSS message
    - In a program you wrote yourself, then correct the program.
    I went back and changed MWS back to MW1 but still get this new error. Does anyone know what could be wrong?
    Thanks in advance!

    Hi United99
    To tell u in layman words, u r missing in Account determinatin. Tax determination is almost same as Pricing Procidur in SD for which we assign GL accounts to transaction key. As there are ERL, ERF, keys u have MWS (Output Tax)key assigned to Tax procidure TAXUS (check this at defining tax procidre.
    Now we assign GL accounts to this Transaction key MWS as OB40. U assign GL account at OB40. Your issue will be resolved. But..
    MWS is default Key, i suggest not to distrub it but copy it and assign it to your procidure and to this key assig GL account at OB40.
    Please assign points if useful
    Satish

  • Error: [129]: transaction rolled back by an internal error:  [129] transaction rolled back by an internal error: exception 141000274: exception 141000274: TRexUtils/ParallelDispatcher.cpp:275 message not found; $message$=

    Hello Gurus,
    I have a couple of calculation views in HANA and each of them has text fields (like Employee Name, Country Name etc.).
    As part of my project requirement, I have join those two views and get all the fields that exist in them.
    When I am doing so, I am getting a weird error as shown below.
    Error: [129]: transaction rolled back by an internal error:  [129] transaction rolled back by an internal error: exception 141000274: exception 141000274:
    TRexUtils/ParallelDispatcher.cpp:275
    message not found; $message$='TSR HTKD JFSDFM'
    Please check lines: 59,
    Upon, researching further, I could see that the value 'TSR HTKD JFSDFM' is the value in text field of Employee Name.
    I did try to increase the length of the field and change the data types but nothing has worked.
    Could you please help me in getting this one resolved.
    Thanks,
    Raviteja

    Hi,
    I am exactly facing the same issue:
    Error: [129]: transaction rolled back by an internal error:  [129] transaction rolled back by an internal error: exception 141000274:
    But i found a fix :-) .....
    This may be a very late reply but it would help people who desperately searching for an answer for this issue.
    I used CAST function .. The problem is, we are selecting data from table and of course we dont know the size of the data (attribute) @ runtime. We assign the length by looking at the table attr length or view op attr length. But what happens is the junk data which exceeds the limit of the allocated space hence we get this error.
    So i used CAST function to truncate the excess junk values (may be spaces).
    Example:
    I have a ATTR view of date in the format YYYY-MM-DD which means 10 char size.
    In my CALC view I have created date OP column of VARCHAR(10) but I get the above error for no reason. Eventhoug i am 100% sure about my ATTR date would be max of 10 char my CALC view is failing @ runtime.
    So i did a CAST on date as CAST(my_date as varchar(10)) and the magic happend. It works .......
    But you need to be careful in using this because if you use CAST you may lose data. Careful. In my case i dont.
    Somebody from HANA team should look at this issue from SAP and solve this. I am sure it is a serious bug from HANA (eventhough i am using SAP HANA SP09 Rev 92 the most latest as of today !!!!!!!!!! )
    Enjoy....
    Thanks & Regards
    Prakash K

  • Table T043G

    Dear expert,
                         when i am doing vendor payment through f-53 then error occurred:- In company code (IPCL) table T043G is missing.As per my knowledge it is related to customer / vendor tolerance group. I checked it & it is properly configured.But the error is till now showing.What should i do at that time? is there any other problem?Please help me...
    Cheers
    Joy

    Please check this thread
    [T043G|T043G]
    Hope it helps.
    Srin

Maybe you are looking for

  • Office 2013 deployment customisation

    Hello, just added O2013 to applications. Used OCT, placed msp to Updates. Run litetouch from test VM. Installation run silently. 100% success. Here are the points that I would like to adjust: 1. When first started Word. I got the Windows with update

  • Wrt54g only have 2 wireless put of 4 but all lights are on

    I was having a connection problem the other day which was weird. So, I went to check on my wireless router and ALL 4 lights were lit. I unplugged it and rebooted and every thing went back to normal. Now it has happened again. Are people using my wire

  • Some videos stop and go whats going on?

    I have owned an iphone for a couple of weeks. It seems that often (or maybe always) when playing a video from apps and youtube, the video keeps stopping. If you keep pressing the play button, the video may play for a couple of seconds but then stops.

  • Replacing a WRT150N with an E2500

    NOVICE QUESTION:  I want to replace a WRT150N with an E2500 and retain the setup/settings of the WRT150N.  Is that possible and can you give me the steps I need to take.  Thank you, in advance, for your response(s)!

  • Sup 720 ignoring ACLs

    Has anyone seen this problem?