Invoice and Invoice amount in FI/CO When enter check number

Hi  All,
   I have a requirement like this. We have custom t-code ZF04 ( FAST CASH ) to post payments to customer accounts. In this t-code, we have one field for Check#.  When they enter Check# number and click on 'SEARCH' icon i need to display list of invoices and amounts with in a check.
I have no idea about tables,. Where to look? What tables do i need to look when enter check number, which returns invoice details.
Please let me know ASAP....
I appreciate your help!
Thanks,
Suneetha

Hi,
One question - Are you getting customer payment trrough <b>LOCKBOX</b>? If yes, then following are the tables
Check tables <b>FEBKO</b> and <b>FEBEP.</b> The field is <b>FEBEP-CHECT</b> for check number. For this check number take <b>FEBEP-KUKEY</b>. With this KUKEY read table FEBRE. <b>FEBRE-VWEZW is the invoice number</b>.
So, sequence is
1. Put Check# --> FEBEP-CHECT  and get FEBEP-KUKEY
2. Put FEBEP-KUKEY into --> FEBRE-KUKEY
3. FEBRE-VWEZW is invoice no.
If you are not using LOCKBOX, How are you getting customer payment? Let me know so i can give you exact answer.
Regards,
RS

Similar Messages

  • Need to enter invoice and payment in the system after a manual check issued

    Client Need to enter invoice and payment in the system after a manual check is issued for some urgent transactions.
    Please suggest few ways to do this .

    Hi,
    If client can maintain a separate check book sequence for manual issue, we can configure a separate payment document with the same sequence and later record the invoice and generate payment ....
    Regards,
    Ivruksha

  • Document on Collective invoice and invoice splitting.

    Hi Experts,
    Can you guys please help me on getting some documents on collective Invoice and "Invoice splitting"?
    Thanks and Regards
    Anshu

    http://help.sap.com/saphelp_46c/helpdata/en/dd/560fb6545a11d1a7020000e829fd11/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/dd/560f63545a11d1a7020000e829fd11/content.htm
    Follow the above links and it will answer basic questions about collective billing & Invoice split.
    As a rule, the system combines into one billing document all transactions for the same customer, default billing date and sales organization
    An order contains terms of payment at header as well as item level. These are stored only at header level in the billing document, however. If there are different terms of payment in the reference documents, an invoice split will always be made.
    If data from the related reference documents differs in the item fields of the billing document, the system does not split the invoice.
    The order basis is stored at header level in the order and at item level in the billing document. The system does not split the invoice. If you require an invoice split, you must first define the appropriate split requirements in Customizing for copying control. Copying control depends on the following criteria:
              o Billing Document Type
              o reference document type (i.e. type of order, delivery or billing document on which the sales document is based)
              o item category in the reference document

  • My 16gb iPhone 4S keep tell me that my storage is almost full and I don't have enough space for any upgrades. I don't have any music or videos on my phone. I deleted all old emails, texts, contacts and apps but still nothing. When I check my settings, I n

    My 16gb iPhone 4S keep tell me that my storage is almost full and I don't have enough space for any upgrades. I don't have any music or videos on my phone. I deleted all old emails, texts, contacts and apps but still nothing. When I check my settings, I noticed that my Instagram is at 732mb and it keeps rising. Now it's at 814mb. Please help!!!!!

    What is the precise wording of the message that is occurring?
    Are  you attempting to update via iTunes on a computer or over the air on the device?
    How much free space is actually on the device?
    If updating via iTunes on the computer, how much free space on the computer?

  • Proforma Invoice and Invoice Released to account

    Hi All,
      I have typical scenario. My client is asking for this scenario. below is the scenario:
    In SAP we will create proforma invoice. That proforma invoice should release to account. Only educational cess to be released to account. No other condition type should released to account during proforma invoice.
    Secondly while creating the normal invoice, basic price and excise duty should released account. But education cess (Which is already released to account during proforma Invoice) should not released to account during invoice.
    How to resolve this issue?
    Regards
    Ashis

    Hi
    In my view , you must make your client about Proforma Invoice.
    Possibly, your client is meaning some thing else but using the terminology 'proforma invoice" only.
    Make him understand that, Proforma Invoice is a dummy invoice against which no account posting is possible. It does not update the status in reference document. You can create hundreds of Proforma Invoice with reference to Sales order and Delivery document.
    For, Delivery related Proforma Invoice,even  PGI is also not required.
    In the copy control the "Positive/negative quantity" field mustbe remain disabled for Proforma  Invoice.
    Even if you are trying to do with some enhancement, it will not be logical and lot of problem will be encountered .
    Make the client understand the concept of Proforma Invoice and try to understand his actual requirement.

  • Error when entering serial number to redeem digital copy.

    I recieved an error when entering the serial number for my digital copy of Juno and have been unable to download the digital copy into itunes.
    However I have since recieved a reciept from apple for the "purchase". Can the serial number be "unclaimed" so I can reenter and redownload the the file. Or will "check for purchases" simply restart the download if I have the Juno disk in the drive.

    The error was "Unable to connect to iTunes Music store .....". Which was not the case since I could quite happily move round the rest of the store.
    I haven't attempted "checking for purchases", since I just thought of it whilst writing the original post, and I am not at my home PC.
    But thanks for the sarcastic response anyway . I was hoping someone who had had a similar problem to me would be able to say. "Yep check for purchase will restart download process" or otherwise say nope , you've got to call apple. Hence the original question.
    Message was edited by: mlockley

  • Material desc automatically filled when enter material number  using SM30

    Hi all,
    I have  created Z table with fields material number(MATNR) and material description. Iam maintaing table using SM 30 transaction. If  I enter material number  the material description automatically filled when press enter button.
    Is there any solution for this
    Thanks
    Sudarsana

    Hello,
    whenever you create a maintainance for a table an SAP program is generated which will have the name SAPL(name of the function group to which the table is assigned)....you can go directly to the program inside SM30 by clicking on the top menu -> system -> status ->program name and screen number
    inside SM30 go to the screen where you have to see the description(based on 1step and 2step ) and note the screen number and program name
    once you go the program -> go to the particular screen -> and confirm the screen
    inside the PAI or PBO
    write the code :
    if Material number is not initial.
    select and put material description into the screen field for text.
    else.
    clear the value for text in screen field
    endif.
    Disadvantages : whenever you create a new maintainance by using the table maintainance generator the code is over written
    solution:the screen code will be always over written..but inside the SAPL program when you create the PBO/PAI make an include and save it...when regenerating the include will not be over written but you will have to go to the screen flow logic and give the name of the PBO/PAI modules
    A table once finalised will not require regenerating the maintainance again but this is a draw back ...but the solution just provided is the widely accepted and followed one
    Reward if useful
    Regards
    Byju

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

  • Report to Identify Parked Invoices and Invoices without PO#

    Experts:
    Is there a report out there that will provide me
    1. All Parked Invoices
    2. All Parked Credit Notes
    3. All invoices without ref to PO#
    Thanks!
    Rahul

    Hi,
    Use Reports MIR5 and MIR6
    These will suffice your requirement.

  • Reg : Billing Output Determination( Invoice and Invoice List)

    Hi SAP Gurus
    I have typical requirment for billing output determination.V3.
    Is it possible to create a access sequence = Order type/Plant/Sales Org/Dest ctry for invoice printing.
    can any one help on this requirment.
    second one:
    Is it possible to create a access sequence Billing type/Plant/Sales Org/Dest ctry for invoice list.
    currently i am using Billing type / Sale Org.
    Is possible to maintain access sequence =Billing type/Plant/Sales Org/Dest ctry for invoice list printing.

    HI,
    you can create access sequence with that combination Sales and Distribution --> Basic Functions --> Output Determination --> Output Determination Using the Condition Technique --> Maintain Output Determination for Billing Documents --> Maintain Condition Tables --> Field catalog: Messages for billing documents Go to new entries add the fields you want yo create access sequence and create condition table with your combination
    VBELN        Sales Document
    WERKS          Plant
    VKORG       Sales Org
    LAND1         Destination contry
    FKART         Billing type
    Thanks
    seshu

  • I was trying to log in using my credit card, and was unable to. However when I checked my checking account i seen there was 4 charges from itunes. But, i was never able to sign in. I would appreciate a PERSON contact me to explain why this happened.

    Hello,
         Last night my daughter was trying to log in to take care or some apps she has. While she was doing so, she got a message that said credit card was declined. Three time that popped up on her. then I tired with my credit card, and the same thing happened. So I left it and tired calling. But do you think there could be a person to talk with **** NO. Now I am stuck doing this. So anyway's sorry to rant, I Checked my checking account today and found there were a charge from itunes of $1.38 on it. I then looked at my daughter account and found 3 charges of the same amount. Mine ended up getting a overdraft fee of $35.00.
         My question is. What are you going to do about this? If I am unable to log in how can I get charged? does not make a hole lot of scene to me.How about you?

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    Is the credit card registered to exactly the same name and address (including format and spacing etc) that you have on your iTunes account, it was issued by a bank in your country and you are currently in that country ? If it is then you could check with the card issuer to see if it's them that are declining it, and if not then try contacting iTunes support and see if they know why it's being declined : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management
    Each time that you add or change your card details then a temporary store holding charge may be applied to check that the card details are correct and valid (though that is usually $1 or the approximate local equivalent) : http://support.apple.com/kb/HT3702
    Did your daughter owe any amounts to iTunes ? Does anything show on your purchase history : http://support.apple.com/kb/HT2727 ? If they are proper charges which you don't think that you should have then you can contact iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Miro: When enter op number,fill a special value into  SGTXT automatically

    Hi guys
       When user inputs the PO number, PO description will be filled into the field TEXT on the line item automatically. So user can view it
      After my testing again and again, I did not find there is an optional user exit or badi(listed below) to meet this requirement.
    It would be great enough if you can help me resolving this issue ASAP.
    BADI:      invoice_update
    User Exit:
    LMR1M001            User exits in Logistics Invoice Verification
    LMR1M002            Account grouping for GR/IR account maintenance
    LMR1M003            Number assignment in Logistics Invoice Verification
    LMR1M004            Logistics Invoice Verification: item text for follow-on docs
    LMR1M005            Logistics Inv. Verification: Release Parked Doc. for Posting
    LMR1M006            Logistics Invoice Verification: Process XML Invoice
    MRMH0001            Logistics Invoice Verification: ERS procedure
    MRMH0002            Logistics Invoice Verification: EDI inbound
    MRMH0003            Logistics Invoice Verification: Revaluation/RAP
    MRMN0001            Message output and creation: Logistics Invoice Verification
    Thanks a lot.
    -Daniel

    i have fix the bug.
    IF_EX_AC_DOCUMENT~CHANGE_INITIAL
    IF NOT sy-tcode = 'MIRO'.
        EXIT.
      ENDIF.
    Variant
      FIELD-SYMBOLS: <fs_table> TYPE ANY TABLE,
                     <fs_line>  TYPE ANY,
                     <fs_ktosl> TYPE accit-ktosl,
                     <fs_buzid> TYPE accit-buzid,
                     <fs_sgtxt> TYPE accit-sgtxt.
      DATA: lv_sgtxt TYPE accit-sgtxt.
    Get the SGTXT value on the Basic data tab
      ASSIGN ('(SAPLMRMP)XACCIT[]') TO <fs_table>.
    Checking the field symbol
      IF <fs_table> IS NOT ASSIGNED.
        EXIT.
      ENDIF.
      LOOP AT <fs_table> ASSIGNING <fs_line>.
        IF SY-TABIX = 1.
          ASSIGN COMPONENT 'SGTXT' OF STRUCTURE <fs_line> TO   <fs_sgtxt>.
          lv_sgtxt = <fs_sgtxt>.
          EXIT.
        ENDIF.
      ENDLOOP.
      IF lv_sgtxt IS INITIAL.
        EXIT.
      ENDIF.
    Fill the long text(SGTXT) into the tax item line
      LOOP AT <fs_table> ASSIGNING <fs_line>.
        ASSIGN COMPONENT 'BUZID' OF STRUCTURE <fs_line> TO   <fs_buzid>.
        IF <fs_buzid> = 'T'.
          ASSIGN COMPONENT 'SGTXT' OF STRUCTURE <fs_line> TO  <fs_sgtxt>.
          IF <fs_sgtxt> = space.
            <fs_sgtxt> = lv_sgtxt.
          ENDIF.
        ENDIF.
      ENDLOOP.
    Thanks a lot.

  • BBP_GET_STATUS_2 only works when entering SC number

    Hi all.
    SRM 4.0.
    I am seeing some strange behaviours in my system these days. The job BBP_GET_STATUS_2 is set up in batch to run every 5 minutes, but now I am seeing issues where the documents are not properly updated in SRM.
    The case is that in the user's Goods Receipt screen they have the list of purchase orders that are relevant for GR - once the GR has been posted, the PO will disappear from the screen. However, nowadays many POs do not automatically remove themselves from the users' GR screens. When I run the job BBP_GET_STATUS_2 manually and entering the SC number(s) everything works. So it seems the job is not working very well if no SC numbers are maintained in it.
    Has anyone else seen this type of strange behaviour? It seems strange to me that this should not be working in batch runs where it would make no sense to type in the SC numbers.
    DM

    Hi there.
    I have a batch running every 5 minutes with the steps
    CLEAN_REQREQ_UP
    BBP_GET_STATUS_2
    and the spool list tells me:
    Update Successful
        ...            6.466  Data Records Updated (SC Rows)
        and                0  Data Records Created (References)
    So this should be fine, right? But it is still not removing the purchase orders from the GR screen after this. What could be causing this?

  • Getting Message "the code you entered is invalid. Please try again" when entering serial number.

    I keep getting the message "The code you entered is invalid. Please try again" when I enter my serial number. My hard-drive/computer was completely wiped but I bought Adobe CS and still have my proof of purchase. I am unable to redeem my purchase and re-download.

    Which product and version does this concern?  What do you mean  when you say "unable to redeem my purchase" ?
    If the code you are entering is not a set of 24 numbers (only numbers), 6 sets of 4 digits,  then it is not the serial number.

  • When entering a number to dial, how is a + entered in the number?

    This must be an easy question to answer - unfortunately I can't! I have a need to enter a PLUS in front of an international phone no. The ZERO button doubles a the + button but I can't figure out how to not enter the zero. I looked in the manual and don't see any info on this.
    Thanks, Bob

    Thanks for the prompt answer.
    These APPLE forums are great!

Maybe you are looking for