In which table the initial balances will be stored when loading via api

Hi all,
I am doing initial balances migration...
In which table the initial balances will be stored when loading though an api.. (pay_balance_upload.process).
First I have loaded data in to pay_balance_batch_headers and pay_balance_batch_lines tables..
Then called the api pay_balance_upload.process. and the data was reflecting correctly in front end.
But we need to reconcile the loaded data.. for that, can anyone please tell me in which the loaded balances would be stored..
I have identified two tables, pay_assignment_latest_balances
and pay_latest_balances
when I try to create a balance from frontend I can see the data in pay_latest_balances table..
But when I load via api I am not able to find it in any of these tables..
In addition to that can anyone please tell me when the data will be populated in pay_assignment_latest_balances and pay_latest_balances tables.
Awaiting for your help and quick response..
Thanks and Regards
Kishore

You have followed the correct process..As Vignesh said, you can use pay_balance_pkg.get_value to make sure you have the correct values uploaded but otherwise if you are able to see the values in the front end I wouldn't worry about the latest balances tables. These tables, as the name indicate, hold only the latest values and if a payroll (ran post the initial balance upload) has been rolled back, these are deleted since they are no longer available.
You can refer the below Metalink notes for a detailed explanation:
The Secret Life of Initial Balance Upload with Screenshots Example [ID 60057.1]

Similar Messages

  • In what table the trasaction codes has been stored?

    Can anybody please tell me that in which table the Transaction Codes are being stored?
    Regards,
    Subhasish

    Hi,
    TSTC SAP Transaction Codes
    TSTC_LOG SAP transaction codes
    TSTC_SM Control table SU22: Auth.obj.maint. for tr
    TSTC_SRT Assign Transaction Codes to Reports
    TSTCA Values for transaction code authorizations
    TSTCA_C Values for Transaction Code Authorizations
    TSTCC Additional Attributes for TSTC
    TSTCCLASS User Interface Classification for Transact
    TSTCP Parameters for Transactions
    TSTCRID
    TSTCT Transaction Code Texts
    Thanks
    Vikranth

  • How to find to which table the net payment is posted....

    Hi all
    i am making payment to a vendor for 3 different invoices in a single payment run (F-58) with cash discount.Now i could like to know that in which tabe the net amount for the all the 3 invoices  were posted .
    eg:
    Invoice No         Amt              Cash discount     Net Amt
    8753                 12000             1200                  10800
    9878                  27000             2700                  24300
    10098                21000             2100                  18900
    Total                 60000               6000                 54000
    Net Amt payable (F-58) 54000
    When i m checking it in FBL1N  the system is displaying the total payment amt  and in a sperate col. the Discount amt.
    I want to know in which table the net amt (i.e. Invoice amt - Dicount) will get updated ,so that i can pull the amt from that table for my development.......
    Its urgent
    Revert
    Regards
    Praveen

    HI
    Check the TAble BSAK for vendor cleared items or PAYR table
    Hope this helps. Assign points if helpful
    Regards,
    radhika

  • In which tables the GL  account group  field KTOKS

    Hi,
    From which tables the GL  account group  field KTOKS  get
    Regards,
    Siva

    hi
      DKOKS                            Open Item Account Balance Au
      DSKOS                            Balance Audit Trail
      SKA1                             G/L Account Master (Chart of
      T077S                            G/L account groups
      T077Z                            Account Group Names (Table T
    regds
    laks.

  • In which table the condition records get stored in sap crm

    hi everybody any one can help me in this,
    In which table the condition records get stored in sap crm.
    Regards,
    Babu

    Hi Babu,
    The table name depends on the condition table you have chosen while adding a condition record. Like if it is SAP001, the database table will be CNCCRMPRSAP001.
    Regards,
    Shalini Chauhan
    Edited by: Shalini Chauhan on Jun 23, 2008 10:18 AM

  • I need to know in which table the long text is stored

    Using the transaction code 'AC03' , I go to the ' Create Service Master Page '.  Navigating through the page , I could see a ' long text ' button . Once it is being clicked , the white space for text entry comes .
    My query is this -> <b>I need to know in which table the long text is stored and the name of the field ??</b>
    If one goes to the table 'ASMDT' , one can find a field  'KZLTX' , which is a long text indicator, but not a long text storage field ......  plz help

    Hi
    Use the function module READ_TEXT for fetching the long text..
    I came across similar situation in my project where i need to fetch the long text for Notification no.I have used the following code for fetching the Notificatin long text,you can just compare this logic and change accordingly.
          CALL FUNCTION 'READ_TEXT'
               EXPORTING
                    CLIENT   = SY-MANDT
                    ID       = 'LTXT'
                    LANGUAGE = WA_STRUCT12-KZMLA
                    NAME     = QMNUM
                    OBJECT   = 'QMEL'
               TABLES
                    LINES    = INT_TAB13.
    Specify LANGUAGE if you wanna fetch the long text regardless of the log on lang.The resulting long text will be stored in the itab INT_TAB13 which can be defined with reference to the structure TLINE.
    Hope this helps.
    Regards,
    Hakim

  • Input Text with LOV in table, the search list will be limited with 25 row?

    Hi, experts
    I got a strange problem with JDev 11.1.1.5.0, I created Input Text with LOV in Data View for one attribute with default setting, the LOV worked fine when I drop the DC with 'ADF form'; but when I drop it with ADF Table, the search function will just show 25 rows, I can see it try to fetch data when scroll down just like form, but then nothing happened, only the first 25 rows will be show without any error log.
    Any special configuration needed for LOV in table? or a bug in LOV?
    many thanks.

    You can change the range size on the VO which you use for the LOV. If you only want to change it for the VO the lov uses, select the VO in question in the application module data model and clic edit. There you enter -1 fro raneg size.
    If you want to change it globaly for this VO you open the VO and select the Tuning section and check 'all at once' which should get you all rows. Be careful that the VO don't return too much rows. A LOV wiht more then 50 rows is too big. In this case you may choose an other component.
    Timo

  • Which table or structure it will exists MENGV15

    which table or structure it will exists MENGV15

    hi,
    1)goto transaction se11.
    2)enter MENGV15 next to domain
    3) Press shiftctrlF3 else click on where used list
    There are too many structures using MENGV15 . So choose!
    Regards,
    Sooness

  • From which tables the data is coming in to transaction fields, how to find?

    Hi abapers,
    I am new to abap,
    I have some data in one transaction.
    I want to know that one particular record in a field from which table the data is coming, how do i know?
    How to find that for the transaction is haveing header and item tables?
    How to find that what are tables used for that transaction?
    by presseing f1 on a field we can find table name or structure name along with field name of that particular field?
    If structrure means how to find that field from which table it is coming?
    I  found table name for some of the fields like this by pressing f1,double clicking on structure name?
    but some fields in another transaction does not showing the table names only structure it is showing?
    Moderator Message: Basic Question. Please search.
    Edited by: kishan P on Nov 13, 2010 3:20 PM

    hi ,
    you can  do that by Transation st05
    where you have to 1) activate trace  ,
      2) execute transaction  
    3) deactivate trace after transaction complete 
    4) display trace 
    there you can find all  step by step flow from where data has been retirved and tables also  .
    if you dont no take help from Basis  People  .
    Regards
    Deepak.

  • In E-Business Tax - In which table the tax codes are stored?

    Hi All,
    I am new to Financials. I have a requirement in which I need to list all the TAX CODES pertaining to AP and AR. Kindly let me know in which table the tax codes are stored in E-Business Tax module. Also let me know how the tax is associated with the AP and AR modules. Is there any column in the table to identify whether the tax is for AP or AR?
    Regards,
    Ahmed.

    Hello Ahmed.
    I was not aware that you were talking about R12. The information i gave you concerns 11.5.10.2. Anyway, i checked the ETRM's for R12 and checked that the tables also exist in rel 12. This is an excerpt from R12 ETRM:
    TABLE: AP.AP_TAX_CODES_ALL
    Object Details
    Object Name: AP_TAX_CODES_ALL
    Object Type: TABLE
    Owner: AP
    FND Design Data: SQLAP.AP_TAX_CODES_ALL
    Subobject Name:
    Status: VALID
    AP_TAX_CODES_ALL contains information about the tax codes
    you define. You need one row for each tax code you
    want to use when entering invoices. When you enter
    invoices, you can use a list of values to select a tax code
    defined in this table. Your Oracle Payables
    application also uses TAX_RATE to calculate use tax
    when you enter a taxable amount for an invoice.
    This table corresponds to the Tax Codes window.
    Now you say that you cannot find the information into the tables. Are you working on a production instance. Are you sure that the taxes have already been defined?
    Octavio

  • How could I know which table the synonym points to now?

    I have two tables with the same structure, TableA and TableB
    I create a synonym which points to TableA. In some senario, the synonym should be switched to point to the other table.
    How could I know which table the synonym points to right now? So that I can switch the synonym to the other table.
    Thanks a lot!!!!!!

    How could I know which table the synonym points to right nowSee all_synonyms view.
    So that I can switch the synonym to the other tableNot without drop synonym. You need to drop and recreate the synonym to point to the new table.
    Nicolas.

  • Which cache the Formula Engine will use in this case?

    Say that a MDX query contains:
    ❶a calculated measure defined in the targeted cube, ❷and another
    WITH MEMBER.
    Which cache the Formula Engine will use in this case:
    ❶Query,
    ❷Global, or
    ❸both (query & global)? and why? .... illustrate as possible please.

    Thanks Elvis ... but
    ❶ doesn't your reply, especially this part:
    ...But if we use WITH MEMBER keyword to define a calculated measure, it's the Storage Engine cache and not the Formula Engine cache....
    contradict with Microsoft's white
    paper: SQL
    Server 2008 R2 Analysis Services Performance Guide? ... check the figure below please:
    this is in page 36, where they are talking about the Formula Engine (or Query Processor, as they sometimes refer to it) types of cache. note the highlighted, they are saying that using the "WITH keyword within a query" forces the use of the "Query
    Context" which is one of the formula engine cache (as they said).
    Actually I've asked the main question because of this part of the same 36 page:
    I wanted to know
    ❷ what will happen to the calculated measures (those defined in the cube) if combined with another calculated members defined using the WITH keyword, in the same query? are they going to be recalculated even if they are already
    exist in the global cache?

  • My iPad2 will sometimes hang when loading an mp4. Gives an error message then attempts to resync which hangs until I unplug the iPad.

    My iPad2 will sometimes hang when loading an mp4. Gives an error message then attempts to resync which hangs until I unplug the iPad.
    I have an iPad 2and have not had any trouble until I up dated my os. I have a pc with win 7.  I do not sync since I have so much music on my computer. I synced my apps during the back up but I had to manually reload my music and videos. Since then I turned off all syncs.
    Since I have to load all my movies on this has been happening. I get through about 4 movies then it will hang up. I eventually get an error message that it cannot load this movie. I then attempts to close out. This seems to hang. When I attempt to eject the iPad it attempts to sync and that never finishes. I pull the plug and that stops the sync but I have to restart the computer before I plug back in the iPad or it will not recognize it or it will attempt to finish the sync which never ends. It sometimes hangs on something with safari and site protection.
    After I restart my computer I can put in 4 or so movies, including the one it hung on before, but it always hangs up again. Any suggestions?

    I am having an almost identical problem and hoped that iOS 6 and the new iTunes would fix it.  Regrettably, I again got 3 movies synced last night before iTunes locked up and gave me the xxxx cannot be synced "because the file cannot be written" message.  Same deal with iTunes hanging on "finishing sync" after that and me having to remove the iPad from the cable to get things to come back to life on the PC (Win 7 64 bit).
    I've also done a factory restore followed by a restore from backup and have the same problem. 

  • From which table the ship to address is picked up in SRM

    Hi,
    Can anyone tell me From which table the ship to address is picked up in SRM?
    BR
    Sairam

    Hi,
    See the  foll related thread:
    Table name for - ship to address.
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Hi Folks, Can you please let me know in which table customers credit exposure will save??

    Hi Folks,
    Can you please let me know in which table customers credit exposure will save??

    Hi Srinivas,
    credit exposure is not available in CRM but in ECC. You can see open credit values in ECC tables SO66 and SO67.
    Best regards
    Marion

Maybe you are looking for

  • How to Send Appointment via mail adapter

    Hi Guys,      I need to send the appointment and vTodo via mail adapter, any way i need to develop a mail adapter module. Till now i have finished this part,and i can send normal mail even normal mail with attachment. But i don't know how to send app

  • How do I set up the SMTP server on Lion

    Hello I want to use my OS X Lion server to send mail only (I use Rumpus FTP - which needs a SMTP server so that it can send notification emails) Is this possible to do with OS X Lion Server?  If so - how? Server is set up and running nicely, with DNS

  • Equalizer Settings won't work

    My iPod works in all respects but when I go to EQ settings they are indicated as being 'off'. They won't turn on and I can make adjustments. The sound coming off the iPod through new Shure earphones has no bass whatsoever hence I'd like to make adjus

  • Error in cfqueryparam, when getting date field from cfpop

    Hi all, i'm taking data from cfpop to store them in the database. There are problems with date data: INSERT ..... POST_DATE = <cfqueryparam value="#date#" cfsqltype="cf_sql_timestamp"> But it fails in some situations, for instance: The cause of this

  • Smartform Development in CRM

    Hi,     I have to develop a sales order smartform in CRM .I dont know how to customise it and to populate additional data in it , as in CRM there are classes and methods instead of driver programs that could be modified . Kindly help me out. Thanks a