Need to Concat Invoice Numbers for a partucular Check Number

Hi,
There is a requirement where for a Check Number for example 2345 and there are 4 invoice numbers ABC 1013280,CBD 1013456,DEF 5101234 and XYZ 6101234.
I joineds ap_checks_all,ap_invoice_payments_all and ap_invoices_all.I want the data to appear as in CONCAT Invoice Numbers for partilcular Check Number
For example the Check Number 2345 the data should appear as
CHECK_NUM INVOICE_NUM
2345 ABC 1013280,CBD 1013456,DEF 5101234,XYZ 6101234
Any help will be needful for me

Hi 918308,
Try:
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2196162600402#18313422264397
Regards,
Gareth
http://garethroberts.blogspot.com

Similar Messages

  • Invoice numbers for a purchase order

    Hello Experts,
    For a particular purchase order, there are 2 invoice numbers in the R/3 system. But when i am running a certain BW report, which displays the invoice numbers for a PO, it is showing ony one invoice number. Please advice.

    Hi,
    I think ur BW report shows the cleared Invoice no. The second invoice no. might not have been extracted to BW system. Check your order no. in Cube whether it has two invoice nos.
    Regards,
    Suman

  • How to find Assembly Numbers for a given Equipment Number

    Hi all,
    Can anyone pls help me out in finding the assembly numbers for a given equipment number??
    Thkz in advance.
    Harpreet.

    Hi
    Try a code like this:
    DATA: BEGIN OF MCHA_KEY,
           MATNR TYPE MATNR,
           WERKS TYPE WERKS_D,
           CHARG TYPE CHARG_D,
          END   OF MCHA_KEY.
    DATA: BATCHCLASS LIKE BAPI_CLASS_KEY-CLASSTYPE VALUE '022'.
    DATA: OBJECT_CLASSIFICATION LIKE  BAPI_OBJECT_VALUES
                                                  OCCURS 0 WITH HEADER LINE,
          CLASS_OBJECTS LIKE  BAPI_CLASS_OBJECTS  OCCURS 0 WITH HEADER LINE.
    DATA: _CLASSNUM LIKE BAPI_CLASS_KEY-CLASSNUM.
        BAPIFLAG = 'X'.
        CALL FUNCTION 'BAPI_CLASS_GET_CLASSIFICATIONS'
             EXPORTING
                  CLASSTYPE              = '022'
                  CLASSNUM               = _CLASSNUM
                  CHARACTS_OF_CLASS_ONLY = BAPIFLAG
             TABLES
                  OBJECT_CLASSIFICATION  = OBJECT_CLASSIFICATION
                  CLASS_OBJECTS          = CLASS_OBJECTS
             EXCEPTIONS
                  OTHERS                 = 1.
    Max

  • Need invoice numbers for material masters.

    Dear experts,
    I have a list of approx. 200 PO numbers (not SO numbers) and material masters. I need to find invoice# for each PO#. Could you please help me what is the fastest way to find the invoice# using the data mentioned above? I do not want to enter each order separately and check document flow in order to find invoice, would like to find some faster way to do this
    Hope you can help me!
    Thank you in advance!!

    Hello Abc,
    Apart from the above suggestions, I would like to point out that if you are searching for this as a one time activity this is feasible. But sounds like this would required in future also. To make this very transparent you can consider my view which is described below;
    Process Flow:
    The PO no mentioned in sales order in VA02 will be copied to the billing document in VBRK header when you create billing from a delivery. This PO no will appear here in the Assignment field (VBRK-ZUONR) which will further goes to accounting document of RV in FI which can easily been identified in FBL5N.
    SPRO Configuration:
    In VTFL use the option A-Purchase Order no in the Assignment field.
         2. This will copy the value to VBRK-ZUONR like below;
       3. Finally you can see this from the account side also in standard reports only in FBL5N like below
    So by this way you will be able to manage it by standard configuration as well as in standard reporting ZERO ABAP inputs required here and users can easily learn how to track this requirement from Sales side as well as from Finance end.
    Thanks,
    Suman

  • AR Invoice Numbering for Closing

    Hi,
    When we perform our monthly closing, we sometimes need to post invoices dated in the previous month. For example, on Sept 3rd, we might create an invoice with a posting date of 8/31. Of course due to the legal rules of sales doc #'s continuing sequentially with date, we would have to manually enter doc #'s for any invoices actually posted from the beginning of Sept. Here's my question:
    Let's say we want to leave inv # 101-105 open for back dating. In Sept, we manual enter normal inv #'s from 106. It turns out we only use 101-103 for Aug closing. Now there 104 and 105 and still available. We don't want to have to keep manually entering for Sept invoices- we want the system to automatically generate the next available number (108,109,110...). but because of the doc numbering rules, it will always try to grab 104 and 105 and you are not allowed to change the "Next No." for sales docs in the setup.
    Anyway around this or suggestions on how to manage document numbering with respect to monthly closing? Thanks.

    Hi Allen,
    You may use A/R Reserve invoice to keep your number available.  However, if you question is just reserve the invoice number without any information for the invoice, I am afraid there will be not possible unless you just using manual series.
    Thanks,
    Gordon

  • Invoice numbers to generate Sales Order Number

    I work for a billing department and we use SAP to key our invoices however we have a sales order that has a different number that corresponds with each invoice.
    If i get a list from my manager that has a bunch of invoice numbers, is there a way i can load them into sap and have it create something where it tells me the sales order number that goes with the invoice number? If it can work with multiple numbers at once will be best..
    what if the invoice numbers have a customer name in the Bill To line that i want to see as well. can that happen?

    Hello,
    Yes, I'm struggling to understand what you're after too. You could create a z table to keep track of the number if it's bespoke. Otherwise try these tables: FBN1, NRIV (intervals), T161 (po) TNRO (linked to NRIV).
    Good luck!
    Ash Thomas
    http://www.ashthomas.com
    Sap Abap Developer & Sap Abap Programmer

  • Numbers for iPad totalling check boxes

    I am very new to Numbers on iPad. I have been searching for how to total check boxes and gather that you use the function "countif" Am I missing something? I look in functions and can only see count or if, but not a countif option. How do you select this function?

    John, Is that for the desktop version of numbers? Sounds like it with the reference to the Insert menu.
    on Numbers for IPad, you
    double tap a cell
    tap the equal button above the keyboard that shows up
    tap "functions" to the right
    Tap "Categories" on the top of the floating window
    then Statistical.
    Browse for Countif
    Tap countif to add it to your formula.
    The first argument is highlighted, so tap the reference range to be tested
    Tap the second argument bubble for condition.
    Tap the True/False button twice to cycle through to True
    Tap the GReen check mark to finish
    Jason

  • Search string for 3 digit check number?

    For electronic bank statement,uploading file contains 3-digit check number eg;416
    but in FCHI-Check lots we defined six-digit check numbers.
    so system is not able match the check nos. as they are different, and auto reco is not happening.
    we have gone through search strings documentation but
    we dont know what to enter in search strings configuration.
    Kindly help me what to enter for 3 digit check no?
    Edited by: KUMAR on Dec 2, 2008 1:35 PM

    You'll first need to create search strings to "find" the check numbers in the note to payee information.  Then when you set up the search string use, you'll assign a mapping prefix of "000000" to format the check numbers with the leading zeros so they are 6-digits long.
    To set up the search string, you'll need to look at the note to payee information at the text either before or after the check numbers.  Let's say, for example, that the word "CHECK" always preceeds the check numbers in the note to payee:
    CHECK 456
    or
    CHECK 1234
    Because you have some check numbers coming through the bank statement as 3 digits and some as 4 digits, I'm thinking you'll need to set up two search strings, one with search string value "CHECK ###" and the following mapping:
    C ->
    H ->
    E ->
    C ->
    K ->
       ->
    -> #
    -> #
    -> #
    And the second with search string "CHECK ####" and the following mapping:
    C ->
    H ->
    E ->
    C ->
    K ->
       ->
    -> #
    -> #
    -> #
    -> #
    In the search string use, you assign each search string to the relevant company code, house bank and account ID. You can also leave these fields blank, in which case the search strings will be relevant for all company codes, house banks and accounts IDs.  You'll also need to populate the interpretation algorithm with the same algorithm that you assigned in the Global EBS config for the external transaction for checks.  The target field should be Check-/DME Reference-/Assignment number.  Fill in the mapping prefix with 000000 - and be sure to check the Active indicator.  If you are on ECC 6.0, you will also have fields for external transaction and +- (these fields may also be available in ECC 5.0 - but I know they are not available in 4.7 or prior).  If you see these fields, you can fill them in to further limit when the search string is used - for example, only for Negative transactions or only for Negative transactions with a particular external transaction value.
    Let me know if you have any other questions.
    Regards,
    Shannon
    Edited by: Shannon Moberg on Dec 3, 2008 6:05 PM

  • Invoice numbering for Romania

    We have rolled out our SAP installation to a Romanian subsidiary and we are facing a lot of issues with legal regulations. One of them is invoicing. We are told by accountants in RO that we need to define on a yearly basis a number range for invoices and that for this number range all numbers must be accounted for.
    The problem is that we are using a common number range for all companies in SAP. I am FI consultant, not SD, but from what I can see customizing only lets us define different number ranges if we use different billing types.
    Can anyone explain what exactly are the legal requirements and how can we conform to them in SAP - hopefully without too much redundance and new customizing?

    @Raja: Thanks for the hint - I will probably need that if it turns out to be neccesary to separate the number range:-)
    @Vrajesh: We have already been through the localization documentation and the country manual, but it is very vague on this point and therefore not of much help:-( SAP Romania says to ask our auditor as the legislation is open for interpretation(!), so that will be our next step.
    @Vignesh: I do have acces to the IMG and I do know how to change number ranges. My question is, whether or not it is neccesary to use a different number range for Romanian invoices and the easiest way to achieve this - avoiding new document types.
    I would still very much like to hear from anyone with Romanian subsidiaries!
    Best regards
    Thomas

  • HT4889 Will I need the original registration numbers for programs like Pro Tools to run migration assistant?

    I am getting a new iMac and will be using Migration Assistant to transfer files from the old iMac to the new iMac.  Will I need registration numbers to run programs like Pro  Tools after I tsfr the files?  Big problem since I've lost the disks and the reg numbers.  What about programs I've downloaded from the net like Quicken.  Will these files open and run.  Are there a lot of problems in setting up a new machine this way?  I would like to start with a clean machine and reload all software but things like pictures and music files are stored all over as I was going through the process of learning how macs store files after being on PC's for years.  Any thoughts would be greatly appreciated.
    Thanks in advance.
    Goober151

    When you first start the new iMac, you will get Setup Assistant, which is more reliable than Migration Assistant based on what others have experienced. If everything transfers okay, hopefully the applications should work fine.
    Some information.
    Migration Assistant
    Migration Assistant – Tips and Tricks

  • I need a paid invoice sent for annual payment deducted from my credit card

    How can I get an invoice stating that you have taken the annual payment of $89.99 for Adobe PDF Pack?

    Hi nerkabill,
    Please see this document: Manage your membership and payments | Creative ... - Adobe.
    You'll find the information that you're looking for in the Payment & Credit Card section.
    Best,
    Sara

  • Displaying 2 invoice numbers for one customerin report

    Hi All,
    I had a report which is pre printed form report.
    in my database one transaction have customers.
    both completed invoice.
    when i run the report by giving customer name as parameter still im getting invoice number of other customer in report output.
    for example 14601 is transaction number
    abc is one customer with invoice no 101522 and
    xyz is another customer with invoice no 14294
    both are credit memos
    when i run the report by giving customer name as parametr im getting 101522 and14294 in report in palce of invoice number.
    plz tell me how to rectiify this issue.
    Thanks in Advance,
    Regards,
    Radha

    Most likely this should be an issue with the reports query . Please verify that the same is having where criteria to filter the records based on the customer record that you are passing. May be you can provide the query and we can have a look at it....
    Thanks

  • Do i need a different access numbers for each coun...

    Hi, If I am in Chile and want to  call home (Australia) do I need a Chile access number OR is the Australian access number sufficient? If I need the Chile access numebr hw do I get that?
    Cheers

    Welcome to the Apple Support Communities
    If all of those Macs are for your use, you have to use the same Apple ID on all of them, so you will be able to use all the applications and songs purchased with your Apple ID on them, apart from your iCloud information, in case you have an iCloud account

  • Need to reset page numbers for each layout which has same data

    Hi Gurus,
    I have an requriement to reset the page number from 1 for each layout in same template.
    I know we can do this by @section when we have multiple header_id, but in my case, i have the same data that need to be shown in 3 different layouts under the same template.
    So for the first layout it should start with 1 of 2, 2 of 2
    Second layout should start with 1 of 2 , 2 of 2
    Third layout should start with 1 of 2 , 2 of 2
    Any help is highly appreciated.
    Thanks,
    Edited by: R on May 16, 2013 8:27 AM

    Hello Everyone,
    Appreciate if any clue about the mentioned requirement.

  • How to displlay multiple Invoice Numbers through Form Personalization?

    Dear All,
    In Ap invoice form if I query one Invoice and click new menu which is created by me, then it shows Invoice Number as a popup. It's done through Form Personalization. But If we Query 5 Invoices and select all by press and hold the control button and select each and every Invoice and then click our menu, that time I need All 5 Invoice Numbers in Popup. So how Can I do this?
    Currently It is showing only one Invoice which currently cursor is there.
    So I need all Invoice Numbers in Popup. So plz give suggestions....

    Pl see if the steps in MOS Doc 856139.1 ((Pics) How To Create Personalized Views For All Users In Professional Buyer Work Center) can help.
    HTH
    Srini

Maybe you are looking for

  • PO Creator Report

    Is their any standard report available in system containing both PO Number and PO creator.

  • Passing Soap message in Mime message

    Hi, is it possible to Passing Soap message in Mime message. if yes, please direct me to some sample codes. thanks

  • Random photo order in ipod imported from ordered file

    I've been reading about this issue and the one answer that makes sense to me is to turn off the random setting in my ipod photo settings. The problem is that I can't find that anywhere in my fifth generation video ipod. I am synching with a folder on

  • Using copilot uk, no GPS signal if active on screen!

    Hi, Had a Ipod touch with copilot on it for last severl months been great with no problems. However recently been having problems where, start up fine put in a destination start to drive then comes up with no GPS signal, and gives me no directions! G

  • Making A Slide Show To Burn To A DVD

    His I just started using photshop elemnents 13 from a previous 11 version. In the past I picked some 300 slides to make a slide show with music and then exported it to a WMV and then imported the WMV into premiere elements and burned a DVD. In phtosh