Spool creation for each vendor/ payment document in program RFFOUS_C

Hi experts,
Requirement is to create spool for each vendor/payment document in RFFOUS_C.
What is presently happening is only one spool is created for all the payment document numbers.
I need to create separate spool for each cheque and remittance advice based on the payment document.
Ex:I have 2 vendors with one cheque and remittance advice each.The first cheque and remittance advice of vendor 1 should be created in spool 1 and the second cheque and remittance advice of vendor 2 should be created in spool 2.
Please suggest your inputs as to what needs to be changed in the program RFFOUS_C or do we need some configuration to achieve the same.
Regards,
Joby

HI,
Try to see if the check is register on FCHN transaction. So, you will be able to reprint the check using FHC7 transaction.
Let me know your comments
Daniel

Similar Messages

  • Vendor Payment documents print with Bank details(Bank name) in FBZ5

    Dear All,
    Here one of my client requirement is when we take printout using t.code FBZ5 for vendor payment documents, he wants to take print along with his Bank name (Name of the Bank and Name of the person), How can I generate check print after entering Bank details in Master data (Require Only for few vendors).
    To track print details we are  using standard t.code FBZ5, If I want update Bank details in print shall I maintain any settings before  using FBZ5?
    Kindly advice me....!
    Thanks & Regards
    Madhusudhan.B

    Closed

  • Reset vendor payment document

    hi...
    when i reverse a vendor payment document by FBRA than system showing a msg
    "Use the transaction defined for resetting a check payment."
    by which t.code we can reverse the vendor payment document?
    Thanks & Regards
    Rekha sharma

    HI,
    cancell the cheque first because you are reversing the document-
    cancell the cheque from T-code FCH8
    and try FRA
    SU*

  • Return to vendor via delivery, customer number for each vendor?

    Hi
    We wish to use return materials to Vendor via delivery process
    addition to required configuration, we need to maintain Customer number in Vendor master
    In out plant we have more than 500 Vendor masters, do we need to create customer number for each vendor? or can we create a generic customer ????
    Business has a concern on creating customer for each vendor since number is huge, Sales guys may get confused with these numbers
    Please suggest a way out
    Thanks

    Thanks Jurgen for the reply
    We have Vendor Work flow setup in the system. Which means when ever vendor master is changed [Return indicator ticked] workflow kicks off which means it goes for approvals. This is why we dont want to go for tick as and when needed. When ever there is a return, return to vendor must be ticked, it will go for approval etc so it slows the process
    we are thinking if we can achieve through data load before SAP GO-Live so that users able to return without any delay
    NOTE 447070 says 'the automatic creation of the required customer data is not supported in the data transfer'
    this is related to automatic customer create isnt it
    i was thinking as below
    --> Create Ship-to's for all vendors
    --> Load vendors via LSMW [along with return to vendor ticked and customer number(created above)]
    Tested in SAP
    created ship-to
    Created vendor with above customer number
    Do you see any issue?
    Thanks

  • How to create one primary key for each vendor

    Hi all
    i am doing IDOC to jdbc scenario
    i am triggering idoc from R/3 and the data is going into DB table vendor through XI.
    structures are as follows:
    sender side: ZVendorIdoc (this is a customized IDOC , if i triger IDOC for multiple vendors then it triggers only 1 idoc with multiple segment )
    Receiver side:
    DT_testVendor
        Table
            tblVendor
                action UPDATE_INSERT
                access                     1:unbounded
                    cVendorName         1
                    cVendorCode        1
                    fromdate                1
                    todate                    1
                 Key1
                    cVendorName         1
    if i trigger idoc for multiple vendors ,for example vendor 2005,2006 and 2010 . then i can see that the only key comes from the very first field (2005) and the whole record for vendor 2005,2006 and 2010  goes into the table with this(2005) as a primary key
    now again if i send data for these three vendor 2005, 2006 , 2010, in which record for the vendor 2005 is same and for 2006 and 2010 are different than it takes 2005 as a primary key and it does not update the data in the table.
    my requirement is like this:   for each vendor there should be one unique key assigned.
                                              for above said example there should come three keys one for each vendor .
    could you please help me how to do this???????????

    Hi,
      In Mapping Make the statement is 0-unbounded.For each vendor create a statement.This will solve your problem.
    Regards,
    Prakasu.M

  • Create  of (demo for)OVAI (transaction for create entries for each vendor)

    hi all,
    can anyone plz tell me how 2 create (demo for)OVAI (transaction for create entries for each vendor)
    thans & regards,
    srinivas reddy.

    hiii
    yes you can call transaction like that..take tcode in that parameter then you can use it in your program with statement like
    call transaction (variable)..in background process.
    regards
    twinkal

  • Any tables for  each vendor/customer to check foreign currency balance?

    Hi all,
    Does SAP provide any tables to check foreign currency balance for each vendor/customer?
    I have searched some websites, have not found any good solutions yet?
    Regards
    Tony
    Moderator: Please, search SDN

    Hi ,
    please use the report  tcode S_ALR_87012172 . Kindly award points if the answer was helpful.
    Regards
    Anirban

  • Updating multiple bank details for each vendor, through LSMW

    Hi,
    We need to do a massive update on our vendors bank details, and I'm trying to do it via LSMW. I have two problems.
    Each vendor may have several bank accounts. In XK02 they appear in a list, and in LSMW the bank detail fields are inside arrays (for example the bank key on first line would be LFBK-BANKL(0)), but I don't know on what lines are stored the banks I want to update. Is it possible to determine the index n° of the array (line number) just by reading the table LFBK ? I can't go into XK03 for every vendor to check at which line the bank details are stored.
    Second, I don't know how to update a different line each time with a single batch input recording. When I record a LSMW batch input, I have to chose a specific field to update, which includes the line n°. How can I specify the line n° as a variable part of the data? Or alternatively, I could record the batch input to update enough lines for each vendor (say 5) and only provide data for the the lines to be updated, but I assume the lines without data would get deleted when the batch is run?
    Please help.

    Dear John;
    You may create your LSMW with a vendor which has n banks (say 5). You will write 5 rows of bank info. LSMW will create new field names for these areas. 01-02...
    LFBK-BANKS(01)                 TR
    LFBK-BANKS(02)                 tr
    LFBK-BANKL(01)                 0067-00002
    LFBK-BANKL(02)                 0067-00003
    LFBK-BANKN(01)                 1234
    LFBK-BANKN(02)                 1235
    you will prepare your excel for this purposes after then.
    I hope it will help.
    BR.
    Aydın

  • What is FCHU Create reference for check from payment document?

    Hi,
    I need some help on this T-code FCHU Create reference for check from payment document.
    1) I've post check payment. Do I need to do anything on FCHU, before I review the check register FCHN?
    2) When we should use this t-code FCHU?
    3) What is the purpose of this T-code FCHU?
    Please clarify my doubts. Please provide me step by step on this if possible. Thanks

    Hi,
        all check entries are ... report from table of list ... Issued Checks FCHU - Create reference for check.
        FCHU    Create Reference for Check .(RFCHKU00) to transfer the check number into the invoice document.
    to transfer check# to field Assignment, Reference or Reference 3.
    Exp:Step 1 - Go to ta F110 and get House Bank
    Account ID
    Step 2 - Run programm FCHU
    Regards
    Sridhar

  • Document splitting not working for customer & vendor Payment

    Hi,
    We have actived Document splitting on profit center for segment level reporting.
    In below scanario Document spliting working fine.
    Vendor Invoice (Docuement type - KR)
    General Ledger view
    Expense Dr 1000      PC1
    Vendor   Cr  1000     PC1
    At the time of Payment (General ledger view) (Document Type - KZ)
    Vendor Dr  1000        PC1
    Bank     Cr   1000       PC1
    In the above scanario we dont have any issue, Based on invoice profit center spliting automaticlly in bank in General Ledgerview.
    How ever in the below scanario Document spliting is not working in payment
    No issues in Invoice
    General ledger view
    Exp  Dr  1000 PC1
    Exp Dr   1500 PC2
    Vendor Cr 1000 PC1
    Vendor Cr 1500 PC2
    When we make payment to vendor Document splitting is not working, it get splitting in zero balance clearing account
    vendor Dr 1000 PC1
    Vendor Dr 1500 PC2
    Bank     Cr  2500  (No profit Center)
    Doc splitt A/C 1000
    Doc Split A/C  1000 PC1
    Doc Split A/C   1500
    Doc Split A/C    1500 PC2
    My Finance Team requires automatic split up in bank based on vendor profit center.
    We are using Business Transation 1000 (Payment) for document Type - KZ & DZ.
    Regards,
    Lokesh

    Can you please confirm if the following settings exist in your system in various IMG nodes.
    1. Bank G/L account is assigned to item category 04000 (IMG node: Classify G/L Accounts for Document Splitting).
    2. Document type KZ is assigned to business transaction 1000 and transaction variant 0001 (IMG node: Classify Document Types for Document Splitting).
    3. In IMG Node "Define Document Splitting Rule", under the method that is assigned to your company code, transaction 1000 and variant 0001, you see 04000 as one of the item categories to be edited.
    4. If the answer for (3) above is yes, if you double-click on 04000 item category line, the processing category is set to 1 (Splitting based on base item categories).
    5. Now when you double-click on 'Base item categories', you see 03000 - Vendor as one of the base item categories in the list there.
    Please respond with Y / N to the above questions and we can go from there.

  • Help required:Spool Creation for posted document in FB03 transaction

    Hi Experts,
    The requirement is like I have to send the PDF document to the user by mail once the document gets posted in SAP ECC. The posting is taking place by IDOC.
    The problem is how do i get the spool request for the document which is posted in ECC. It can be seen by entering document number in FB03 transaction but there is no smart form or SAP script or any Output type. The document is posted by IDOC.The client wants the PDF document excatly as seen from FB03 transaction. Please help as this is typical requirement i have never come across.
    Do let me know some of the user exits where in just after the posting i can write my code for spool creation. The idoc is using the BAPI_ACC_DOCUMENT_POST.

    HI
    In test mode i am able to view the document no. but not the reference document no and when double click on the document no i am not able to view the journal entry.
    Thanks.

  • Restriction on number of invoices to be paid through APP for each vendor

    Hi,
    We configured APP and print cheques through APP.
    The output contains invoice wise details ( Payment advice) and the cheque.
    In case the Number of invoices are more than 10 for a single vendor, it is printing one cheque -- This is OK.
    But the problem is with the Payment advice. The details of the invoices could not be accommodated in the place meant for the Payment advice.
    What i am looking at :
    Can we restrict the numbe of invoices which can be paid thorugh APP to 10 only for a single vendor  ?
    Example : A vendor has say 13 invoices, iWhen i execute APP , it should create one payment document for 10 invoices and another payment document for 3 invoices. Is this possible ? if so how ?
    Thanks
    Siva

    Hi,
    I think you can use the variant of the tab printout/data medium to restrict the number of the line in payment advice note.
    Check in 'output control' the 'no.of items in payments summary' eq 10.
    I don´t know if it´s require to config the FBZP -> Pmnt.methods in company code ->Pyt adv.ctrl -> restrited to XXX and Pymt adv. after... lines.
    Best regards,
    H.Marques

  • Vendor Payment Document IDOC to Bank [Trans F110 or F111]

    Hello All,
    I'd like help on how we can secure the payment document to the Bank. We are on SAP ver 4.6C and Below is our current process. 
    We use transaction F110 to make vendor payments. After this, we have created a program which downloads the payment details into a format acceptable to the banking software[Citibank]. Details downloaded are, payee name, bank details of payee and amounts payable.  This file is downloaded onto the local hard drive of the user and then it is uploaded into citidirect banking software for online approvals before amounts are credited to vendors.
    Now this process is not secure since files downloaded can be amended before upload in the banking software.
    It is thus based on the above that i ask the following questions.
    1. Is there a way we can ensure that the file downloaded from SAP is encryped and compatible with the banking application?
    2. Is there a diffrent way we can generate payment IDOC's from SAP and directly send them to the banking application? and how would we go about this?
    3. I have heard briefly on transaction F111 and it being able to generate the IDOC's and sent to the banking application without any downlods. What would be the configuration done to achieve this?
    I would really appreciate help on this issue. I'm sure someone out there has implemented a similar solution.
    Kind Regards,
    Catherine

    Hello
    Hope you have time to go through these links.
    If not please let me know, so that I can look for specific answers
    please check the links:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c3/3b79418d1b020de10000000a1550b0/frameset.htm
    http://www50.sap.com/businessmaps/E4D33CB0895111D487410000E81EF187.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/4b/ad433717fd11d28a360000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/02/a29797e7fe11d295a30000e83dd245/frameset.htm
    Reg

  • Default internal order for each vendor

    Hi
    I am creating employee as a vendor in FK01. Each vendor is created as internal order for doing employeewise budget check. So when i book any expenses for vendor, i want that internal order should automatically flow on the basis of vendor.
    So is there any way from where i can default internal order on the basis of vendor.
    Edited by: Deepak Agrawal on Jun 9, 2011 5:05 PM

    Hi
    The only way to do the same is through Substitution rule by using an user exit. You need to create a Z table and maintain the mapping of vendor to IO. There after in GGB1, write a substitution rule for the node, complete document
    Check if Vendor Account =X
    Substitute using user exit
    In the user exit call up the z table.
    Regards
    Sanil Bhandari

  • Report for Accrual and Payment documents

    Is there any standard report in SAP 4.7 for showing clearing document, accrual document, cost center, WBS, Order Number, Purchase Order, Service Entry Sheet number in one report ?  Basically we need a report that shows the match between the payment document and the accrual document.
    Thanks in advance.

    Hi,
    If you are using ECC 6.0, then try using the t-code VF05N. In this transaction, you can take the billing documents of all the payers and materials.
    Regards
    Vijay

Maybe you are looking for

  • Ipod freezes during sync then error that it cant read file...

    A little pre-info... I have owned a black 30gb 5th gen (video) Ipod for a couple of years now. I plug it in fine, my computer recognizes it fine, Itunes works fine with it... everything works great. I just bought another Ipod off ebay that is exact a

  • Mapping issue in idoc to JDBC scenario

    mapping issue in idoc to JDBC scenario source structure E1KNB1M   BUKRS = 1000 E1KNB1M   BUKRS=  9000 E1KNB1M   BUKRS=  2000 THE NODE E1KNB1M is repeated many times and the field BUKRS is also repeated with E1KNB1M as above TARGET field : ISFRANCHISE

  • Bad performance when using  complex database view with Toplink

    Hi Problem description 1. I have a complex query that collects the data from many DB tables. For this reason I create a database view based on this select. Using EJB 3.0 with Toplink I mapped this view to a java object the same way I map database tab

  • ORG Data Determination

    Hi I am implementing Service Contract  the problem is in the Transaction Data->organization tab how to get the values of sales org on filling the Sold to Party in the ticket automatically. Pls guide me

  • IPhoto problem - can't see pictures

    I can see the thumbnail of some pictures after I import them but can't see anything when I try to open the picture. It usually happens on pictures that I've edited. Please help! Ann