Cannot trace AR Downpayment Invoice link to which AR Invoice

Hi
With reference to SAP Message 279116, SAP Support Center has confirmed it is not possible to know the evidence this Downpayment Invoice is linked to which Invoice without going into the Down Payments to Draw in every Invoice entry.
This ability to trace from AR Downpayment Invoice is very important as it is not convenient to drill down into every AR Invoice for this information.
Kedalene Chong

Based on the fact, The base of ur AR Down Payment it can be traced, in case if ur Dwn paymnt is based on sale order and ur Ar invoice too going to have the same Sale Order base, then
SELECT T1.DocEntry, T0.DocEntry, T0.BASEENTRY, T0.BaseType
FROM [dbo].[DPI1] T0 INNER JOIN [dbo].[RDR1] T1
ON T1.DOCENTRY = T0.BASEENTRY
WHERE T0.BaseType = 17
AND T1.DocEntry = (SELECT DISTINCT T3.BASEENTRY FROM
[dbo].[INV1]  T3 )
Similarly in case ur Dwn Payment based on Sale Order but ur Ar invoice based on the delivary drawn frm tht sale order
SELECT T1.DocEntry, T0.DocEntry, T0.BASEENTRY,
T0.BaseType FROM [DPI1] T0
   INNER JOIN [RDR1] T1 ON T1.DOCENTRY = T0.BASEENTRY
WHERE T0.BaseType = 17
   AND T1.DocEntry = (SELECT DISTINCT T3.BASEENTRY
FROM [DLN1] T3
   INNER JOIN [INV1] T4 ON T3.DocEntry = T4.BaseEntry)
Modification according to ur requirement the codes can be changed. i hav given our codes wat we are using now to trace the Dwn payment linked
Regards,
Dhana.

Similar Messages

  • MHKIM:Invoice Approval Notification에 View Invoice Link가 보여지지 않는 현상

    Q:Invoice 등록후 Workflow를 통해서 Invoice Approval Notification이 발송되는데
    일부 사용자가 Notification내용중 View Invoice Link가 보여지지 않는 현상이 발생했습니다.
    A:
    View Invoice Link를 보기 위해서는
    Payables data에 대한 access가 가능해야하고,
    View Invoice Overview(AP_APXIWALL_VIEW) function이 AP권한에 attach되어야 합니다.
    다시말해 승인 notification에서 View Invoice link를 눌렀을때, 해당 내용을 볼 수 있는 menu를 가지고 있어야 합니다.
    문제가 되시는 분은 "AP_건강생활_일반담당"이라는 권한을 가지고 계신데,
    그 권한의 data group은 Payables가 아닌 Asia/Pacific Localization이고,
    View Invoice Overview function도 Menu에 없는 것으로 보입니다.
    "AP_건강생활_일반담당" 권한에 등록된 Menu에
    View Invoice Overview(AP_APXIWALL_VIEW) function이 들어가 있는지 확인해주시고,
    만약 없다면, View Invoice Overview(AP_APXIWALL_VIEW) function을 추가 후,
    신규 Invoice에 대해서 Notification확인을 부탁드립니다.

  • How to link ap down payment invoice to ap invoice which have added.

    Hi,Expert,
      I encounter this situation in detail as follow:
    1. raisethe PO add row line with respective itemcode and quatity.
    2. raisethe ap down payment invoice  copy from the po created  just now.
    3. raise the bank -> outgoing pay the cash base on this down pay invoice.
    3. raise the Ap invoice copy from PO ,however,the user do'nt link related down pay invoice.
    This result in the account is confused and wrongly pay double amount for supplier.
    How can I process to repair it  now  and avoid it in the future ?
    Thank you in advance ,appreciate any comment and help.
    Best Regards
    Eric

    Hi Eric,
    The general down payment process is as below:-
    (1) The down payment request is made in F-47
    (2) The down payment is made in F-48
    (3) Then you create the MIRO invoice
              During MIRO, the system gives up a pop-up to show whether the down payment exist for the vendor or not. This is an information message and user will continue to process MIRO.
    (4) After processing MIRO, user need to immediatly clear the down payment againest the MIRO invoice via F-54. In F-54, on selection screen invoice number is given and then from "Process open item" you can get the list of the doan payments for the vendor to choose from.
    Regards,
    Gaurav

  • List of Billing Documents for which Excise Invoice is pending

    Dear Experts,
    I need a list of all Billing Documents (created by VF01) for which Excise Invoice (J1IIN) has not yet been generated?
    Can someone advise me how I can generate such a list?
    Cheers,
    Mihir

    Dear Mihir
    No standard T.Code is available to see this requirement.  However you run SQVI and Table join [VBRK and J_1IEXCHDR]   The reference field link between these two tables for billing document is RDOC which is your SAP billing document.
    thanks
    G. Lakshmipathi

  • Why need to link credit memo with invoice

    Hi, gurus,
    I received an AP invoice valued $2222 and then received a credit memo valued $222 about 1 week later.
    Now I need to make payment.
    I was told it's good to link credit memo with invoice by entering invoice number in the field "invoice reference" when creating credit memo. But I'm not sure why it's better because system will pick up both items anyway when i entered $ 2000 using f-53 to make outgoing payment.
    The only reason i can think of is this link will guarantee that credit memo has the same terms of payment with invoice.
    Is there any other good reasons? Any help will be appreciated.

    Dear,
    We need to link credit memo with invoice against for two obvious reasons
    1.. Future tracking of all credit memo i-e if we gave excess credits to vendor then it was against which invoice. This will create linkage and tracking of credit memo with invoice that will be shown in FBL1N .
    2..At the end of specific time period ,month or quarter ,its a normal practise to reconcile vendor balance as per SAP ledger to that of vendor's own book. At that time you will need credit memo track also that against which invoice was the credit given.
    This all can be achived after posting credit memo with refrence to invoice number. Audit perpective should also be kept in mind. Hope this will help you
    Regards

  • Oracle Apps 11i AP Credit Memo & Invoice Link in tables

    Hello,
    How do we link the credit memo to an invoice from the tables. For example if i know the credit memo number how do i find that credit memo is linked to which invoice.(I believe the table is AP_Invoices_All but not sure which column)
    Thank you
    Ashok

    Hi.
    A Credit Memo can be considered the opposite of a Standard Invoice. It can be due to severeal reasons like, for example, when you claim to your supllier that the price for a certain good or service was higher than the agreed he can send you a Credit Memo in the amount of the price difference. You have recorded the Invoice (let's say $100) for the wrong price and now you will record the CM (let's say $10) for a negative amount being that the sum of the two documents correspond to the correct purchase you have done.
    This way, the table AP_INVOICE_PAYMENTS_ALL records the CM with a negative amount allowing you to pay the two documents (the positive invoice and the negative CM) for the net amount.
    About the journals entries:
    Invoice
    DR Cost $100
    CR Liabilty $100
    CM
    DR Liability $10
    CR Cost $10
    Payment
    DR Liability $90
    CR Bank $90
    Hope this helps,
    Octavio

  • My iTunes says there are 17 songs it cannot locate. How do I locate which songs these are without clicking on each song in my whole library?

    My iTunes says there are 17 songs it cannot locate. How do I locate which songs these are without clicking on each song in my whole library?

    To locate all of the broken links in your library try:
    Lost & Found Playlists
    Create a regular playlist called Found, select everything in Music and drag it into the Found playlist (it may take some time to count the tracks that are to be dropped). Create a smart playlist called Lost matching All the rules Playlist is Music and Playlist is not Found. Your lost tracks will be in this playlist. They can be deleted with Ctrl+A to select them and then Shift+Delete to discard them.
    The exercise can be repeated with different media sources if needed.
    Or try iTunes Folder Watch with its option to check for dead tracks on startup.
    tt2

  • SM58 error : No links passed which could be entered

    Hi all,
    We are trying to sets archivelink for billing docs. On the SM58 log, we get the following error u2013
    [username] ARCHIV_CREATE_TABLE           SAP_AL_OUT    2010.08.11 09:07:09 No links passed which could be entered
    Does anyone what this error means?

    Hello,
    You can look into the assignment field of Check (bank) sub-account (payable) FBL3N.
    You can again run and update in reference field also. I will be updated in both the fields. There is no reversal for this program. Meaning that if you have erronously filled in assignment field, it cannot be reversed, other than mass change of documents in FBL3N.
    Regards,
    Ravi

  • Is there a technology that can trace and count a link ?

    Is there a technology that can trace and count a link ?
    For Example ,how can I trace links and calculate how many times have they been clicked in CNN News ?
    Or how can I calculate  which link  is the top link clicked by people all over the world ?  I need this .

    lovat wrote:BTW HOW  does google news select its news ? Don't they choose the most clicked ones ? There must be a method .At least  google can do this .
    First, there's no way to trace how many links are "clicked" world wide (maybe there's an ancient alien race which has the technology, but we haven't met them yet ).  You can do that for single web sites though.
    The following is very simplified because I think Google uses some complex algorithms to calculate the relevance/importance of certain pages and for example their appearance in the Google News, page rank, position in search queries etc:
    Google spiders the web and checks how pages link to each other by scanning the content of the spidered webpage. For example the more external pages link to a certain news item are found, the higher is its relevance. The "credibility" of these external sites probably has also an impact on how Google calculates the "relevance" of a site. For example if the New York Times links to an article, this link "weights" more than a link from any other random web page. I also believe that news sites are spidered way more often and in shorter intervals than the rest of the web to make services like Google News possible.

  • GR based invoice link between GRN doc and invoice doc

    Hi experts,
    We have a requirement where we need to develop a Purchase report for that I need some details as follows.
    1.) When MIRO is done w.r.t GRN, in which table the link between GRN and Invoice is found,
    2.) provide me with the tables in which the Invoice details are stored.
    Thanks in advance.

    Hi,
    Go to EKBE table. That is the purchase order history table. Here u can get the GRN,MIRO and all.

  • Dbms_monitor.SERV_MOD_ACT_TRACE_ENABLE cannot trace service in job class

    Hi All,
    I have a issue about dbms_monitor.SERV_MOD_ACT_TRACE_ENABLE. It can
    trace sqlplus query. But it cannot trace service in job class.
    I am appreciated if anyone can help.
    Below is test steps
    1. add service
    srvctl add service -d rdb -s oltp -r rdb1 -a rdb2
    2. startup service
    srvctl start service -d rdb -s oltp
    3. using service in tnsnames.ora
    oltp =
    (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = rdb1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rdb2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = OLTP)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 20)
    (DELAY = 1)
    4. open trace
    dbms_monitor.SERV_MOD_ACT_TRACE_ENABLE('oltp');
    5. run one query and check trace file
    sqlplus /nolog
    conn sys/sys@oltp as sysdba
    select * from test;
    in $ORACLE_BASE/admin/rdb/udump/rdb1_ora_22960.trc
    There is the query: select * from test
    6. create job class with service
    BEGIN
    DBMS_SCHEDULER.create_job_class(
    job_class_name => 'OLTP_JOB_CLASS',
    service => 'OLTP');
    END;
    7. create job
    BEGIN
    DBMS_SCHEDULER.create_job (
    job_name => 'my_job',
    job_type => 'PLSQL_BLOCK',
    job_action => 'insert into test values (sysdate);',
    start_date => SYSTIMESTAMP,
    repeat_interval => 'FREQ=MINUTELY; INTERVAL=10;',
    job_class => 'OLTP_JOB_CLASS',
    end_date => SYSDATE + 7,
    enabled => TRUE,
    comments => 'Job linked to the OLTP_JOB_CLASS.');
    END;
    8. very result the job
    select to_char(c1, 'YYYY-MM-DD HH24:MI') from test;
    2010-05-16 17:17
    2010-05-16 17:27
    9. check trace file
    in $ORACLE_BASE/admin/rdb/udump/ directory, there is no query like
    insert into test values (sysdate);
    Thanks in advance
    Jacky

    Thank you.
    I see that we can use alter session to enable trace. But I don't want to add this kind of query into job. It is not convenient to do performance.
    I want enable trace for the service 'oltp', and I can get trace files for all queries including job class.
    Thanks for your suggestion, I am using sys as test on test db.
    Thanks
    Jacky

  • Cannot find any of the links under menu

    Hi guys,
    I made a installation of PT8.51 on Oracle11gR2 on Win2k8R2 64-bit.All scripts ran successfully.Everything went fine.Iam using 2 machines i.e. one as an application server and other as an database server.I configured the application server and booted it.I configured the PIA and i logged into it but to my surprise i cannot find any of the links or anything under the menu.Why is it.Do i have to run any scripts to grant the user PS some permission to access the menu or what??Pls help me.Do i have to make any further configuration on any of the servers?

    Thank you for your reply.No nic i have not managed for an upgrade.Is there any other way to check that i have got everything in my PIA.I doubt it may be something like the PS user is not granted the security to access any of the links.PLs advise what to do?

  • Link between A/R Invoice and the A/R credit memo

    dear all
    how do we find the link between A/R invoice and it's credit memo from the database level.
    Thanks & Regards
    Kanishka Wickrama

    Hi
    You can link AR Invoice and AR Credit memo through internal reconciliation for that customer.
    Go to banking --> bank reconciliation --> Automatic Reconciliation --> internal reconciliation.
    Regards
    Kamlesh Vagal
    Edited by: kamlesh vagal on Jul 21, 2008 10:59 AM

  • How to know that the purchase order link to which inbound delivery ?

    Dear Support ,
    I am looking for one way which can check which purchase order ( only for trading goods ) link to which inbound delivery ....
    Now my way is use the purchase order number as a condiction to check in LIPS table , but i think this is a stupid way , right ?
    In fact , i am writing one report which can show all the Open Purchase Order ( Only for trading goods and already created the inbound delivery & shipment costs ) which can do the MIGO without the problems ....
    Has any way to check it ?
    Many thanks .....
    Best Regards
    Carlos

    PO and inbound delivery link.
    In PO item , Conformation Tab : conf ctrl. if its is active U can GR with inbound delivery only (VL31N)
    and not with MIGO.
    rep
    VL06I - Inbound Delivery Monitor
    V_UC_7 - Incomplete Inbound Deliveries
    VL06I Inbound Delivery Monitor
    VL06IC Confirmation of putaway inb. deliv.
    VL06ID Inbound Deliveries for Distribution
    VL06IF Selection inbound deliveries
    VL06IG Inbound deliveries for goods receip
    VL06IP Inbound deliveries for putaway.
    Go to --Information systems > General report selection > Logistics execution > shipping
    REWGDS

  • Sales Orders Report which are invoiced

    Hi gurus,
    I want to take a report of Sales orders which are invoiced. Its order related invoice.
    Eg.
    from 01.04.2008 to 30.04.2008 I created 120 Sales orders, out of 120 i created invoices for 80 Sales orders. Now i want the report of the Sales orders(80) which are invoiced. How can we get this report.
    In VA05 Report we can find out open & all sales orders, but we cant find this report. other than this any report is there, please let me know.
    Cheers,
    Sumith

    Hi,
    1. You can use VA05, to find out the list of orders out of those 120 orders which are not yet invoiced. Thus you will know the invoiced orders.
    2. In this way, go to table VBAK to get the list of 120 orders you have created.
    Give these 120 orders in VBUK table as preceeding document adn find the follow on documents which are of document category M. This will give the list of orders adn the invoice numbers created for them.
    Now the rest of the orders are open orders.
    Hope thsi helps you
    Pls reward if it helps you

Maybe you are looking for

  • Iphone 4 Calendar Issue

    Suddenly my Calendar on my Iphone 4 is formatted in the month display to show the weeks as Monday thru Sunday as opposed to the traditional Sunday thru Saturday.  How do I get this back to normal?

  • Material staging indicator not populating in prod order WM pick list item

    Hello, I have an issue with material staging in an prod order 1) PP-WM interface is activated 2) Control cycle for material is created 3) Production storage location is created for material 4) storage type is 100 for production 5) There is one discon

  • HT4783 AirDrop between two MacBook Airs

    We have two MacBook Airs, and older one running 10.7.5 and a newer one running 10.9.1.  When running AirDrop on both, the older one can see the newer one and can transfer files successfully.  But the newer one cannot see the older one.  Any ideas?

  • Change  Management Info

    Folks, Where can I find white papers and presentations on Change Management ? Any ideas ? Faz

  • Re: To few parameters exception in Access database

    I used to deal with Access quite a bit in the past. This error can occur for a few reasons: 1. One of your field names is a reserved word for Access. You can work around this by changing the name of the field OR by putting square brackets around the