Enable Muliple Vendor and Customers in F-44 and F-32 Transactions

Hi All,
Are there any exits or BTE's which can enable entering of multiple Vaues for Vendor or Customer numbers in F-44 & F-32 transactions.
TIA.

Hi Hussain:
I am sure you would have tried this option already. Just wanted to give you this transaction, in case you did not. You can try F.13 (Automatic clearing) to mass clear the vendors/customers line items. Though this transaction won't give you all the features F-44/F-32 gives but if mass clearing is the only requirement you can try F.13 for collective.
I dont see any BTE/Enhancment on F-44/F-32 as the way these transactions work is specific to invididual account.
Hope it helps you.
Thanks.
Rahul

Similar Messages

  • R12 - Muliple vendors and same bank account

    Our client has a requirement where in they are moving all the vendors from 11i to R12
    Please note that its a code conversion as 11i is being hosted by some other company.
    Now there is a scenario where some suppliers have same bank accounts fromt eh same bank.
    And such accounts are failing during load.
    Also i am not able to create them Manually from front end.
    It says "The external bank account already exists"
    But this is a valid business scenario
    Please assist
    Thanks

    Has anyone come across such a scenario.
    It seems like a normal case where the Husband and Wife are working in the same Org and have the same back account for iexpense payments

  • How to app run for foreign vendors and customers please tell the steps

    hai every body this is raj
    i am asking how to create the foreign vendors and how to apprun for foriegn vendors please tell the steps
    and another questions is how to run app for customers t

    Lets say your company code is in country IN.  Every vendor you create (using XK01, lets say) with a country other than IN is a foreign vendor for your company code.  To enable APP for foreign vendors, make sure you check the checkbox 'Foreign Business Partner Allowed' in 'Payment method in company code' in T Code FBZP.  If the vendor invoice is in a foreign currency, make sure you include that currency as permitted currency for that payment method.
    To run APP for customers, your 'Payment method in country' in FBZP must be for incoming payment.

  • Consolidating In/Out Payments for BPs who are vendors and customers

    Hi
    We do business with a number of companies who are both vendors and customers and I am wondering if there is a better way of dealing with contra payments..
    At the moment I would do the following:
    I want to pay a supplier's November AP Invoices but they also owe us (a lesser amount) for November AR Invoices....
    1. I create an incoming payment for the amount of the AR Invoices but deposit the payment to a 'contra' account instead of our current account. (No actual funds have been received from the supplier/customer)
    2. I create an outgoing payment in the amount of the balance of the 'contra' account which pays off some AP Invoices in full and one AP Invoice in part. I choose the 'contra' account as the payment account.
    3. I create a second payment for the balance of the part-paid AP Invoice and the rest of the due AP Invoices. I choose the current account as the payment account.
    4. I send the supplier/customer 2 separate remittance advice notes along with a single cheque in the amount of the 2nd payment..
    Is there a better way of doing this which doesn't rely on me remembering to check whether a vendor is also a coustomer and whether they owe money for the relevant period before I do a payment run?
    Thanks for any advice (SAP 2007A)

    Check this WIKI, How to offset a business partner who is simultaneously a supplier and a customer?
    [https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=69861411]

  • Duplicate vendors and customers

    Good morning all.
    I have a question about unique problem I need to consider. Essentially, I have merged two company codes which resulted in duplicate vendors and customers. At this point, it's easy for purchasing to select the right record, but in the future, it would be nice to eliminate the redundancy. The problem is, no computer system will tell me duplicate records as they may be entered differently. For example, customer A may be located on 123 Pleasant Lane, but it may be entered as 123 Pleasant Ln. in the other record.
    I would appreciate your feedback if you have encountered this problem and your strategy resolving it.
    Thank you in advance.
    Kind Regards,
    Sasa

    Hi,
    I encountered this situation and I cannot think of a standard tool available to get you this. Either you build a query or download the data into an excel, then sort by the name and let business identify the redundant ones and then flag those for deletion. Before you do that, make sure the settings related to the vendor/customer that you are going to keep are correct.
    You may use transaction MASS to set delete indicator.
    Hope it helps.
    Raj
    Reward points if helpful.

  • Change FAX number for all vendors and customers in a massive way.

    Hello,
    I need to change the FAX number for all the vendors and custormers in Q01 so that every form should output through an specific test fax-printer. The problem is that I don't know which field I should change and how can i do it in a massive way. I have heard something about catts but i don't know almost anything.
    Could you help me?
    Thanks in advance.
    Luis Álvarez.

    Hi Luis,
    Use tcode XK99 for vendor mass change, select the Fax no field. You have to take note that this changes will be only 1 fax number for all vendors.
    Else you have to use BAPI for mass change.
    regards,
    maia

  • LSMW upload for Vendor and Customer Open items

    Hi Experts,
    1. I wanted to use to use LSMW to upload through FB60 for Vendor Invoices through recording, but the problem is Amount in Document Currency is 'USD' and Amount in Local Currency is 'INR'. While recording it is not allowing to input values in Amount in Local Currency while my upload file has values in both Amount in document currency as well as Amount in Local currency. Any help with this regards?
    2. Do i need to open the all fiscal years which are there in upload file?
    3. Any better option to upload the Balances with LSMW?
    Any useful information will be Highly appreciated.
    Thanks in Advance

    Hi Rajkumar,
    To upload Open items of Vendor and Customers, in LSMW, you will have two files header and line items with  a link linking both the files.
    Now, Suppose if you have to enter an amount in USD, then in the header file, enter USD in the currency field and give Exchange rate also in the header file and give the exact exchange rate which should be the value of your Amount in Local Currency INR.
    In such cases, you do not enter directly the amount in local currency field.. It is a calculated figure..
    Yes, depending on the posting date, all those fiscal years need to e open for which you are posting the data.
    LSMW is a tried and tested method for uploading open items.. Simple Go Ahead...
    Regards,
    SAPFICO

  • Creating a Vendor and Accounts Payable  Invoice

    Hello Everyone,
    At the moment we are using transaction FK01 or XK01 to create a Vendor on the SAP system. We want the process of "Creating a Vendor" and "Creating Accounts Payable Invoice" to be available on Portal which allows us to automate some part of our business process.
    Could anyone suggest me a proper approach for this requirements. I would appreciate your help. It is a bit urg*nt.
    Regards,
    PG.

    I would check in SE37 to see if there is any other BAPIs. Alternatively you could debug the transaction in R/3 to see which function modules it uses. It's possible that there is no BAPI, but there is a non RFC function module for creating a vendor. In that case, you can create a "wrapper" for it, ie your own function module that is rfc enabled and that simpley forwards the call internally to the function module that creates the vendor.
    I would also search the ABAP forums to find out if there are any function modules that provide this operation. If you don't find any threads you can try posting a question. It's best to post questions concerning BAPIs and function modules in the ABAP forums (or related forums).
    Failing all this or if none of the above fits your requirements, you could create your own BAPI to perform this operation. But 9/10 there is a standard function module to perform most operations. Don't worry if it's not rfc enabled like a BAPI, just create a wrapper around it.
    Cheers,
    Dion

  • Open item of vendor and customer balances entries

    Hi,
    i want yo upload all the open items of the vendors and customers what will be the accounting entries generated while uploading the balances of the open items?
    regards,
    ranjeet.
    Moderator: Please, note that on new violation of the rules of this forum, your user will be banned

    hi ranjeet,
    first of all use t code fb60 and fb70 for vendor and customers respectively, if you are using the tool LSMW, then
    in case of vendor open invoices
    Vendor offsetting account Dr. .......
                 vendor accountn cr.
    for down payments
    vendor account Dr..
             Vendor offsetting account Cr
    In case of customers open invoices
    customer offsetting account Cr...
               Customer Account       Dr.
    for customer downpayment
        Customer account Cr.
                 customer offsetting account Dr.

  • ITEM INTEREST CALCULATION ON VENDOR AND CUSTOMER

    Dear all,
    how to calculate Item interest calculation on Vendors and customers
    what is the configuration need? please let me know it is very needful for me
    Thanks in advance.
    Regards,
      Ram.

    in ob46 we maintain int calculation types under that u can maitain int indicatro name int calculation type(P)and save
    after that u can prepare itme balance interest calculation(path spro/f/a/ap&ar/business transactions/int calculation/int calculation global settings/prepare item int calculation) here
    u can enter int indicator select open itmes check box enter calander type etc.
    define referance itn rates obac here u can enter ref int rate long text short text date from currency and save
    define time dependent terms ob81 here u can enter int indicator currency effective from sequential number term(u can select item int calculation) ref address rate etc.
    enter int values ob83 here u can enter reference int indicator from date and percentage save.
    if u have any doubt let me know.

  • Vendor and Customer Clearing

    Dear Guru,
    I want to that why we want to clear the vendors and customers open items before making payment through F-13 or F-44 or F-32
    I am quite confused. Kinldy clearify my doubts.
    Thanks in advance
    Moderator: Please, avoid asking basic questions

    Hi
    Using the account clearing function, you choose and match those open items from an account that balance out to zero. The system marks them as cleared by assigning them a clearing document number and the date on which they were cleared (clearing date). The clearing date can be the current date or a date that you enter yourself. The clearing document number is the number of the most recent document involved in the clearing procedure.
    Since postings do not have to be made during account clearing, documents are usually not created. However, the system might have to make clearing entries if line items from different business areas are part of the clearing procedure as shown in the illustration below. In this case, a document is created, and the number of the clearing document is set in every item cleared.
    Conditions for Clearing
    Generally speaking, you will use the account clearing function for bank sub-accounts and clearing accounts. You would use the check number to select, for example, an item in the Checks Receivable account to clear it against the cashed check.
    Automatic ClearingInstead of clearing items manually, you can also use a program to clear them automatically (provided no new items have to be created to clear the open items).
    For more informations please follow the attached link.
    Hope it will help you
    http://help.sap.com/saphelp_45b/helpdata/en/01/a9b94b455711d182b40000e829fbfe/frameset.htm
    *In case of Vendor*__
    Type of Clearing                       TCode
    Down Payment Clearing             F-54
    Final Clearing                              F-44
    *In case of Customer*__
    Type of Clearing                       TCode_
    Down Payment Clearing             F-39
    Final Clearing                              F-32
    Regards
    Praveen P C
    Edited by: Praveen Chirakkel on Mar 17, 2011 5:29 AM

  • Tcode for Vendor and Customer Trial balance

    Hi,
    I want to generate Vendor trial balance & customer trial balance. I want name of each vendor and customer with the normal and special GL balance written against it
    Ex:
    Vendor A     -    Rs.100-
    Vendor B     -    Rs. 2300-
    Vendor C     -    Rs. 1000
    Total -- XXXXX -
    > This should match with my Vendor Reco account total.

    If standard report does not suffice your requirement, then create your own.
    FOR vendor USE K in transaction code instead of D.
    Hello,
    The following example I have given is for customers.
    The only difference is in transaction codes. For customer you go to FDI1, for vendor you go to FKI1 (reports).
    For Customer you go to FDI4, for vendor you go to FKI4 for forms.
    Remaining all are the same.
    Hello,
    Go to transaction code FDI4
    Select Form Type RFFRRD20 Line item analysis
    Give your form name and description
    Structure (Two axis) - as defaulted
    Click on Create
    You will have lead column
    Delete the rows 2, 3 and 4
    Double click on column 1
    Enter the customer numbers from 1 to 999999
    First column double click (A)
    Slelect following values
    Due date analysis 1
    Days for net due date 0 to 30
    Give the short name, medium name and long text for the column.
    Repeat this step in next columns like 31 to 60, 61 to 90, 91 to 120 and 121 to 99999 days etc in other columns and select due date analysis 1. (B,C,D,E)
    Create one more column by way of formula. To create a new column you need to double click on blue line. Put formula add all five columns you have created above. (F = ABCDE)
    You prepare one more column with
    Due date analysis 2 (G)
    Now you prepare one more column add (F+G) = This will be total open items = over due and not due.
    Now go to FDI1 and prepare a report - assign the form created in FDI4 to the report.
    Characteristics you need to select are
    Account Type (Select Account Type as D for customers)
    Currency
    Customer
    Document Type
    Special G/L Ind
    Company Code
    Change the output types and options according to your requirement.
    Refer FDI2 and FDI3 for other standard reports created.
    Refer FDI5 and FDI6 for other standard forms created.
    Save your report and execute.
    Regards,
    Ravi

  • How to make Advance payment to Vendor and cheque printing ( F-48 , F-58 )

    Dear All,
    I have to pay advance to my vendor and then print the cheque.The process followed by me is as follows :
    1.  I am not using automatic payment run vide F110 but using F-48 to process vendor advance payment. I am assigning Special GL 
         indicator in the payment.
    2. Subsequently i am assigning the cheque number to the document number vide FCH5.
    3. When i create a cheque vide FBZ5, it creates a manual cheque.
    4. I am unable to print the cheque as the same is created manually.
    Alternatively if i use F-58 to pay the vendor advance, it enables me to print the cheque. However i am not able to assign Special GL 
    indicator in the payment.
    Kindly let me know -
    1. Whether it is possible to print cheque after payment vide F-48.
    2. Whether it is possible to assign Special GL indicator in payment vide F-58
    3. I do not want to use Automatic payment program F110.
    Regards,
    SAP_2009

    Hi,
    For this scenario you need to go for down payment request.
    Post a down payment request via F-47, for this you must have been created a special GL indicator with OBYR and specify the alternative recon accounts.
    Since these down payment reuqests are statistical with a single line item document.
    For Ex: create a spl GL indicator F for down payment requests and select check box for Noted items
    Put description fro PK 29 = Clg Down Pay Reuest and for PK 39 = Down Payment Request
    And specify accounts like original recon account and down payment reuqest control account.
    When you are passing Down payment request, system will post a single line item document like vendor Cr with PK 39
    And while passing DPR, you must specify the target spl GL indicator as A (down payment spl GL indicator)
    So while doinfg F-58, after entering the vendor code in the intial screen you need to specify the Spl GL indicators for open items selected...like F (F specifyies the systems to select down payment requests also)
    Hope this will solve your issue.
    Thanks,
    Srinu

  • Need to restrict view of DIRs assigned to material, vendor, and customer

    Hello,
    SAP standard, version ECC 6.0. Different plants in use with requirement for differnt authorizations.
    I know that DIRs can be assigned to material master. However, the problem is that it's client level data. Now there is a need to implement DMS with materials, vendors, and customers.
    Problem is that company operates in different countries and with different plants. One material/customer/vendor is created and then extended to cover different plants.
    Material 1111 has a specification assigned to it, e.g. document type ZSP with DIR 1000001111, this document is at client level.
    Person A from plant 1000 can display and maintain it (1000001111) but person B from 2000 must not see this, she has DIR 10000011113 instead (and person A should see this).
    If person A has authorizations which are limited by the plant type because of the usage of MM already, do these restrictions apply also to DMS? I haven't found a definite answer for this.
    I cannot set a authorization object based on document type and maintaining different uthorization groups is the last option because of the vast number of  users.
    The same question is for customer. if there is e.g. a contract assigned to customer, can the view be restricted by distribution channel or another field provided by SD (standard solution).
    Vendor master is the 3rd major issue. How to limit access to documents?
    Help is highly appreciated.
    Thanks in advance,
    Pia

    Hi,
    Can you please elaborate what is the object you mean. I have serious problems with system and cannot check it.
    Thanks,
    Pia

  • Same person as vendor and customer

    Dear
    I have to create the same person both as a customer and vendor.
    I have done the following settings: Added the number of vendor in customer master & customer in vendor master. Also checked the indicator for clearing in both.
    I just wanted to know if now i do a sale to this person, will the Vendor Outstanding Amount get updated? Are there any more settings?
    thanks
    Pub

    It's not mandatory to use the same ID for vendor and customer if they are the same entity, you can use different IDs w/o any problem.
    It might be difficult, if you are using internal number assignment. It may occur that the ID is already occupied by a vendor or customer.
    You can link your customer to your vendor both in XK01/XK02 (LFA1-KUNNR; control tab) and XD01/XD02 (KNA1-LIFNR; "Control Data" tab). One assignment is enough.
    In this case you can always see, which customer belongs to which vendor.
    Sometimes plant vendors, customers are defined via external number assignment, to have the same ID as the plant, but this should be decided in advance...(separate account group is used generally, with separate number range)

Maybe you are looking for

  • Data Federator connecting to BW 3.5

    I would like to use the Data Federator against a BW 3.5 system - is it possible to connect the DF to BW? Can someone help me with either documentation or how to do that. I'm currently using a OLAP universe and the performance is not very good Thanks

  • Digital camera not recognised on iMac

    Hi Yesterday I connected my canon digital ixus camera to my iMac and copied over some photos, via usb, no problem. Today I am trying to do exactly the same but the camera is not seen at all. Nothing has changed, and I have used the same procedure as

  • Guest User permission for Federated portal setup

    Hello SDNers, I am trying to setup Federation between two portals. Both the portals are in the same domain and use the same LDAP user data source. Both the portals are on NW 7.0 EHP1 SP 05. I am following the online help and few other links. I have f

  • How to make VI portable?

    I need to move a large VI from my computer to another in our company. The VI has a lot of subs that are not all in its llb. Is there a tool put all the Vis I need into one llb or something that makes it easier? Thanks

  • How can I download PS-CS6 code?

    I bought Photoshop CS6 and installed it.  The install disk later crashed.  The back-up is at CS5.  I cannot seem to download the CS6 code again.  I keep getting sent to creative cloud, which is not what I own.  How can I just download the application