AP_INVOICE_DISTRBUTIONS_ALL table has no data for "Never Validated" Invoice

Hi,
Our client requires to display the GL Account as it shows on the payables distributions screen.
Till 11i, we never have this issue.
But in R12, it looks weird that the AP_INVOICE_DISTRBUTIONS_ALL table, doesn't even have any data if the Invoice is in "Never Validated" status.
But the frontend screen shows the distribution level details.
This looks totally wierd.
Can you please throw any light on this and provide me an information on where to pick up the information.
Thanks,
Kesava

Hi,
Thanks a lot for your response.
It actually uses AP_INVOICE_DISTRIBUTIONS_V, but it doesn't show the record history in the front-end. It says Record History not available.
I actually investigated more on this and got the issue. We actually have TAX Setup issues and the distributions are actually not saved to the database due to errors.
But somehow they are shown once we return back to the same invoice distributions screen, but it has Distribution Class as "Preview" instead of "Saved" or some other status.
Its a straight forward thing that the records are not available in the tables, if the Distribution Class is "Preview". This is a new functionality in R12.
Hope this helps.
Thanks,
Kesava

Similar Messages

  • Which table has the data for DeliveryBlock and DunnCount ??

    Hi SAP gurus
    I am trying to read values of DeliveryBlock and DunnCount, but couldn't locate a table that has these values.
    The help feature showed that the table name is V_TQ04A. However, when I try to use the command
    "select * from V_TQ04A into itab." I get a message that V_TQ04A is not defined in ABAP dictionary.
    I would appreciate if some one can please let me know in which table I can see the values of these two.
    Thanks
    Ram

    Hi,
    write this Query..
    data : begin of itab occurs 0,
               SPERRFKT              t ype TQ04A-SPERRFKT,
              BESTELLUNG           type TQ04A-BESTELLUNG
              ANFRAGE     TYPE TQ04A-ANFRAGE
             KURZTEXT     TYPE TQ04S     -KURZTEXT
             BZGQUELLE     type TQ04A-BZGQUELLE
             WESPERR     type TQ04A-WESPERR
          END of ITAB.
    select a~SPERRFKT
    a~BESTELLUNG
    a~ANFRAGE
    b~KURZTEXT
    a~BZGQUELLE
    a~WESPERR
    from TQ04A as A
    join   TQ04S as B
    on a~SPERRFKT = b~SPERRFKT
    into corressponding fields of table itab
    where <condition>.  "add your condition here
    if sy-subrc = 0.
    endif.
    regards,
    Prabhudas

  • In which tables are the data for the aplication KSB1?

    I'm getting data from Qlik View with a BI tool called Qlik View.
    I need help to find in which tables are the data for KSB1 aplication.
    I've found something in COBK and COEP but there's more table involved since I didn't find all data.
    Somente can help me please?
    Regards.
    Robson

    I ran a trace and found some tables that may help you.
    COVP(View)
    CSKT
    CSLT
    CSKS
    CSKU
    AUFK
    Thanks
    Rathish

  • How to dump table to the flat file, if the table has NVARCHAR data type fie

    I need to dump the table to the text file. The table has NVARCHAR data type field and simple select * from table_name does not work. What do I have to do? Do I need convert NVARCHAR to VARCHAR and if yes, then how?
    Thanks,
    Oleg

    I need to dump the table to the text file. The table has NVARCHAR data type field and simple select * from table_name does not work. What do I have to do? Do I need convert NVARCHAR to VARCHAR and if yes, then how?
    Thanks,
    Oleg

  • Clearing date for the payment invoice through APP

    Hi All,
    I have some payment invoice which falls net due date on sunday so i can't able to run app on sunday(holiday)  so i use to run on saturday for getting the discount before the net due date.  While paying like this the system is taking clearing date and value date as sunday as per the net due date of the invoice, which is on holiday for the banks instead of what i have given in the payment parameters as saturday.
    what can i do for this to get payment parameters date as clearing date for the invoice.
    In the payment method for this invoices the payment per due date check box is unchecked in the configuration.  If i select this check box is it works for payment parameters date as clearing date.
    Please help me on this issue urgent.
    Thanks @ Regards
    Nandha

    Hi Jigar,
    Thanks for ther reply,
    that all different issues,
    My issue is the user run the payment run on saturday  with posting date as saturday which the invoice are  due on sunday in the clearing invoice they are getting the clearing date as sunday which is holiday for banks. 
    So I need to get clearing date as saturday for that net due date as sunday invoices why because i giving the posting date as saturday.
    Please suggest me what should i do for this issue.
    Thanks & Regards
    Nandha

  • Find a delete date for FI parked invoice?

    Hi,
    Can any one tell me how to find the date when FI parked invoice is deleted? Any help will be appreciated.
    Thanks

    SO VBRK-KURRF (exchange rate for FI)  is taken from "pricing date" in standard?
    Are you 100% sure? :
    FIrst of all: there is no pricing date (PRSDT) on invoice header level
    Second: I`ve got information from FI that VBRK-KURRF is taken from posting (billing date) VBRK-FKDAT
    I have found also programs, there is provided folloving calculation formula:
    LV60AA90
    Currency conversion (WAVWR is in local currency so far)
            ACTDATE = VBRK-KURRF_DAT.
            IF ACTDATE IS INITIAL.
              ACTDATE = VBRP-PRSDT.
            ENDIF.
            DA_WAVWR_HW = VBRP-WAVWR.
            DA_WAVWR_KW00 = WAVWR_KW00.
            DA_WAVWR_PCVP = WAVWR_PCVP.
    LV60A036
    Determine date
        IF vbrk-kurrf_dat IS INITIAL.
          ld_kurrf_dat = vbrk-fkdat.
        ELSE.
          ld_kurrf_dat = vbrk-kurrf_dat.
        endif.
    So what is the verdict?

  • Problem In Integrating 3 Internal Tables to make data for email attachment

    Hi All,
    I am facing a problem. I am having some data in 3 internal tables. Consider it Header Data, Details Data, Tail Data in 3 different Internal tables with different Fields.
    Now I want to send this data as an attachment in email. Now the problem is I am integrating the data in 3 internal tables into 1 single internal table with the help of  following code :
    loop at it1.
        concatenate it1-field1
                           it1-field2
            into itab.
            append itab.
    endloop.
    loop at it2.
        concatenate it2-field1
                           it2-field2
            into itab.
           append itab.
    endloop.
    similarly for 3rd internal table. But here it goes wrong.
    For each and every field in each record, some specific number of characters are fixed. If any field doesn't uses those characters to complete, it has to leave the remaining characters blank and should start next field from there.
    E.g.
    Like record is :
    AAA reserved chars : 10
    XXX " " : 15
    YYY " " : 8
    so it should print like :
    AAA XXX YYY .
    But in attachment it is printing like :
    AAAXXXYYY.
    This is because I am using concatenate function. Please suggest me a way to integrate the data of 3 internal tables into a single internal table including the spaces reserved for each field.
    Thanks.

    Hi Ravi,
    Did u try to use de addicion 'Separated by space'  in the concatenate function?
    If it doesn't work, try this...
    You have to do as if you want to create a text file, using de offset function.
    Creating an internal table with one field and put all the records of your tables into this internal table.
    data: wa_line(400).
    data: begin of itab_line occurs 0,
               line(400),
            endif itab_line.
    Loop at itab1.
    clear wa_line.
    write: itab1-field1 to wa_line+0(10).
    write: itab1-field2 to wa_line+10(8).
    write: itab1-fieldN to wa_line+nn(mm).
    append wa_line to itab_line.
    clear itab_line.
    endloop.
    Do the same with itab2 and itab3.
    Cheers,
    FC.

  • Need config table which stores data for Vendor Master changes

    Hi Gurus,
    I need to have the name of the config tables which store the details of the Vendor Master configuration changes based on account group information.
    For Example,
    For a given Account Group(ZM09), the VAT Registration field in the control data tab of the transaction XK02 is suppressed. and for other Account Groups the VAT Registration field is appearing in the Control data tab of the XK02 transaction.
    So I need to determine at run time for which vendor account group the VAT Reg field is suppressed and for which it is appearing.
    Hence I require the name of the Config table in SAP which stores this information.

    Hi,
    Use this transaction S_ALR_87010039 (Program RFKABL00)
    You can select all levels of changes (i.e. General, Company Code, purchasing org)or individual levels only.
    If you want the tables then CDHDR & CDPOS will provide all the details.
    Regards
    Hiren K.Chitalia

  • WLK1 Table mandatory field data for DATBI & DATAB missing

    Hi ABAPers,
    I have an issue in production i.e in table WLK1 few records have created which have data missing from mandatory field DATBI & DATAB . Can anyone tell me the reason for that and how to delete those records.
    Thanks,
    Soumya .

    Here in our case we are creating materials and availing certain time period i.e. DATAB and DATBI  for selling those in different stores. So if those goes missing will certainly cause problem.
    So, just by a creating Z code for selcting those records then deleating them and after that listing them again to database will solve the problem or not?
    Thanks.

  • AGR_HIER table has blank entries for type SAP_BW_BTMP

    Hi
    Normally I can find out which Web Templates are available from which role by looking in table AGR_HIER and select Extended name=SAP_BW_BTMP.
    When I look in the table now, the Unique ID field is blank for the newest added entries. Has SAP changed the way these informations are stored? Where can I find the information now?
    Kind regards
    Morten Ellgaard

    I've previously used table AGR_BUFFI as this includes URL links of the form
    <bsp_protcl>://<bsp_server>/sap/bw/BEx?cmd=ldoc&template_id=Z0QUERY_TEMPLATE_ORIGINAL
    Would searching for the &template_id= values give you the info you are looking for?
    I can see what you were looking for in AGR_HIER via Extended name = SAP_BW_TEMPLATE on our BI systems which are on BI 7, so still seem to holding such info.
    If I compare AGR_HIER with AGR_BUFFI I can see such info via AGR_BUFFI, which as it only holds the links and not the full menu structure seems a bit clearer to me.
    Edited by: Chris Haigh on Jan 26, 2010 10:51 AM

  • How to find out which table store historical data for V_T001B?

    dear all,
    how i want to trace and find out which table that store all maintenance data history from V_T001B?
    thanks.

    i already find out into both table... but the data not store there...

  • Update values of custom fields in table HRPAD506-Additional Data for PAD506

    Hi Experts,
    my requirement is write a report program to upload a file with records.
    I have to capture this records into an internal table and have to update values of 5 custom fields based on ADATANR.
    Can anyone suggest me about any FM or any way of doing this.
    Urgent requirement.
    Will HRIQ_RFC_BOOKING_CHANGE help.
    thankx.
    Duttad.

    hi,
    Above mentioned that when the values are entered in the customised fields they are not updating in the to the table mara.
    so, the program name and screen number which you are configuring in the spro, in that program name and in that screen number code it as below:
    (you could find the field statements in that screen for the standard fields like FIELD MARA-MEINS.)
    for example:
    PROCESS BEFORE OUTPUT.
           PROCESS AFTER INPUT.
          FIELD MARA-zzfieldname.
    Refer the oss note : 38229
    Thanks and regards.

  • ILife media browser has incorrect date for Aperture photos

    It looks like the iLife media browser use the date a preview was created as the date in the iLife media browser. Photos from the iPhoto library have the date the photo was taken.
    (A list view with file name, date and file size is available from a control click.)

    I got this to work by dragging a project out of my blue folders (it then showed up in iLife media browser), then I went back into Aperture, dragged it into the blue folder again, and quit Aperture. Just before quite Aperture updated the iLife preview exports and all of my blue folders and projects showed up in the Media Browser! Somehow dragging a project out and back in seemed to kick start the folder search.

  • Tables or FM's for Purchase order  ,Invoice, Taxes details

    Hi,
    I want to know from which tables or function modules we can get the condition type, amount and condition value.
    Purchase order Line Item > Invoice (tab)> Taxes (tab)-->  condition type, amount and condition value?
    Regards,
    Prem.

    Hi
    LOGIC :
    1 you will get po number fron EKPO
    2, for same po you will get invoice in table RSEG
    3.Pass the BELNR( Invoice number) in to BKPF into refernce field( where you will get invoice number+fiscal year) and same table you will get Fi doc in BELNR
    4Then pass the BELNR  in to BSET
    5.Where all tax details available
    Regards
    Kailas ugale

  • About data for blocked sales order

    hi friends,
    i have one requirement . i.e i want to create the BLOCKED SALES ORDER , whate are the fields require for the creation.
    if there is any BAPI for this please tell me.
    help me
    naresh

    Hello Naresh.
    You can Show your blocked Sales order Using table MVKE(Sales Data for Material) and TVMS(Materials: Status in Sales and Distribution).
    Logic is :1. Check Field MVKE-VMSTA.
                 2. find corresponding entries of  MVKE-VMSTA in Table TVMS.
                     by matching  MVKE-VMSTA = TVMS-VMSTA.
                 3. For Above same Entries see the Blocked check in Field TVMS-SPVBC.
                    IF  TVMS-SPVBC = 'B' means this sales order is blocked.
    and check all matnr of MVKE according to this logic.
    In case any Problem,you can let me know so that i can help you in better ways.
    Have a Nice Day,
    Regards,
    Sujeet.

Maybe you are looking for

  • Settings for SKTO and SKTV

    Dear SAP Gurus, What setting we have to done to apply condition type SKTV (cash discount before Tax) and  SKTO ( cash Discount after tax) in a single sales order. Gaurav

  • How do I install Java on my Windows Mobile?

    Hi there, I'm trying to install Java on my Mobile Phone but can't find the right file and don't know how to install it. This seems perfect but the link is way out of date and the file doesn't seem to exist anymore http://www.makeuseof.com/tag/install

  • Cannot see XI receiver CC in monitoring

    Hi, I cannot see XI receiver CC on the communication channel monitoring. I understand it doesnt reside on ABAP stack and should be listed in the list of CC. All cache refreshes are done FYI. Venkat.

  • How to set execution preferences between Data Objects

    Hi Experts, I have  2 data Objects(one Bidrectional and another Upload Only) in my SWCV and according to my requirement i have to execute first DO(Bidirectional) before execution of Second DO(Upload Only). Is there any way so that i can set execution

  • Nokia 112 dual sim phone software update

    When i check my phone for software update, it download the software and ask me to install. When i click install button my phone get restart, and when home screen appears it shows installing but suddenly it shows installing failed. That's why? Please