Preffered vendor with DTW

Hello
Is there any way to import the Preffered vendor with the DTW?
Does any one know which field should i update??
Thanks
Jacobo

Hi Ashish--
The DTW templates contain a lot of the information you will need - hover your cursor over the little triangles in the header row and you will see some explanations, and also the valid entries for that column (but not always).  In addition, the column names are usually the same or similar to the database field names.  So if you turn on View > System Information while in the B1 program, you can see the field names for each field you put your cursor on.  You can also check out the field names and valid values in the SDK help.  However, DTW is not completely consistent in this regard, so sometimes you need to take your best guess.  It's always a good idea to try a sample of your data in a test database first, before doing anything in your live system.

Similar Messages

  • Vendor with multiple bank details....paid to the 1st bank account while inv

    Hello Experts,
    We have a vendor with two bank accounts in the vendor master. Now while making the payment, I mean, which account will the money goes? at the time of F110 , we paid to the 1st bank account in the vendor master..
    Settings in vendor master:
    I 'name' the bank accounts in the vendor master, in the field Bank Type. While posting through MIRO, insert this code into the line item 'Patner bank' and the payment program will pick up the bank account accordingly BUT If I don't add this information to the Patner bank account, than always the first bank account will be picked up..
    I want that even if don't add any info in partner bank in the line item,  at the time of F110 , it should paiy to the 2nd bank account in the vendor master..
    This is a very stupid requiremnt but our users wants like this only.
    Kindly show me some light in this dark tunnel...please.
    regards,
    nupur

    Hi Nupur,
    In vendor master data under 3rd tab where we record all bank details of the vendor left hand side you will find one column 'C' .i.e., Collection authorisation......kindly check this option for your second bank to which you want to make the payment.
    Hope this helps you.
    Regards,

  • HOW TO DISPLAY VENDOR WITH NO OPEN CLEARED ITEMS

    Hi All,
             We want to delete some of the vendors which do not have any open or cleared items. Can anyone tell me the report ,T Code or ant table which we can run to display the vendors with no open ,clear items.

    you will have to first block the vendor for the posting in co.codes using FK05 and then assign that vendor for deletion flag using FK06 , in the next archive run it will be deleted automatically.
    You cant just delete the vendor from the system
    Assign points if helpful.
    Shefford

  • Error while importing data with DTW

    Hi Guys,
    I received an error when i try to upload data with DTW
    method '~' of object '~' failed65171
    When i click on run simulation again,
    I received another error 65172.
    There's two different error.
    Can anyone help?

    Hi,
    This error means that your Obscommon user is corrupt and you  cannot connect to the SBO-Common database to download the  OBServer.dll that is stored in the temporary directory.
    For more information, see SAP Note 858475, 642564, or 614946.
    Thanks & Regards,
    Nagarajan

  • How to reconcile A/P invoices on vendor with positive balance (they own us

    Hi there,
    I have two questions on B1.
    I posted an A/P invoice to a vendor with positive balance (they own us money). How do I close this A/P invoice without outgoing payment? I don't want to pay them because they own us money on A/P G/L account.
    There is another situation, I posted an A/P credit memo with large amount ($1000) and an A/P invoice with small amount ($200) on same vendor. How do I close the A/P invoice to that A/P credit memo with offset amount?
    Thanks for help!
    David

    Hi there,
    We are using B1 2005A SP1. I create an A/P invoice from a vendor which owns us money. So I don't want to pay this invoice. How do I close this invoice?
    The other question is, how to I offset an open A/P invoice with small amount to an A/P credit memo created before (not linked to any other A/P invoice) with large amount and close the A/P invoice?
    I am sure about the accounting rules on this issue. We are a Canadian company.
    Thanks a lot
    David

  • Difference between Preffered Vendor and Normal/Fixed Vendor

    Hi Experts,
    Can any one tell me the difference between Preffered Vendor and Normal/Fixed Vendor . And the concept behind
    those.
    Thanks in Advance.

    what is difference between preferred and ordinary vendor, partial conf&conf

  • Third-party not defined in the case of vendor with plant assignment ?

    We use a Third-Party Vendor to direct-ship some products directly to our Customers.
    When transfers third party order form's PR STO PO, prompts the following information
    Third-party not defined in the case of vendor with plant assignment
    Message no. 06769
    Diagnosis
    You are entering a purchase transaction involving a vendor to whom a plant has been assigned. Normally, this will involve the transfer of materials from one plant to another.
    This process necessitates a delivery and a billing document in the SD system. The PO appears directly in the delivery due list of the issuing plant (vendor) and therefore does not need to be transmitted.
    However, an item with the procurement form "third-party" (triangular business deal) cannot appear in the delivery due list.
    Procedure
    An item with the procurement form "third-party" can only be ordered from vendors without a plant assignment.
    how should solve?
    Many thanks,  Adny.
    Edited by: Andy Yao on Feb 8, 2010 3:58 AM

    Hi Andy
    Why u doing stock transfer order,in third party sales there is no stock transfer
    Follow below procees for third party sales( Vendor ship materials directly to customer)
    Create Sales order(Use item category TAS) >>> Purachase requisition(Automatically from order) >>> Purchase order >>> Vendor Invoice Verification >>> Invoice to customer
    Kapil

  • F110 Payment to vendor with several bank accounts

    Hi to all,
    I have a vendor with 2 bank accounts, each one for its subisidiaries .
    We pay this vendor's head office via transfer and to do so, use transaction F110. Depending on the subsidiary, our vendor wants us to use one account or the other.
    All open items go under the head office number, my question is: how do I assign the right bank account to the open items?
    I tried with the alternative payer funcionality but did not work.
    Can you please help?
    Cheers

    The BVTYP is free. If a bank account accepts only one currency, the easiest is to take this currency as BVTYP in LFBK. You should have your own rules for the others cases: for example BVTYP 'EUR' for euro and 'OTHE' for all others currencies. You should use substitution with user exit. If you don't know the technique, please search in forums with keyword 'RGGBS000'.
    The user exit should do the following (for example):
    1) search in LFBK one row with LIFNR = BSEG-LIFNR and BVTYP = BKPF-WAERS.
       if found then BSEG-BVTYP = BKPF-WAERS
    2) if not found, search in LFBK one row with LIFNR = BSEG-LIFNR and BVTYP = 'OTHE'.
       if found then BSEG-BVTYP = 'OTHE'.
    3) if not found, do nothing; BSEG-BVTYP remains empty.
    - With such an exit, you have to fill BVTYP in LFBK only when the suppllier has more than 1 bank account.
    - You should also decide whether BVTYP should be ready for input or not; if yes you should decide what has priority: user's input or substitution (but I think that leaving the field ready for input and overwrite it in substitution has no sense and is dangerous, so in this case the substitution should do nothing for non empty BSEG-BVTYP).

  • Function or bapi returning customers or vendors with open items

    Dear experts.
    may you please tell me which function or bapi can i use that will return all customers or vendors with open items per given plant. i have tried to use BAPI_AR_ACC_GETOPENITEMS and BAPI_AP_ACC_GETOPENITEMS but they return open items for a given customer and vendor respectively per given company code.

    willard,
    the term "open items per given plant" is not defined exactly. VENDORS and CUSTOMERS are not linked to  specific plant. GOODS are produced and stotred in one or more plants. They may be sold  by a sales organization linked to a company code. Copany may have seral plants.
    That may be one reason for SAP not to provide the function you are looking for.
    Please give more information about company structure and sales and purchase process.
    Regards,
    Clemens

  • Function or bapi returning customers or vendors with open items  per plant

    Dear experts.
    may you please tell me which function or bapi can i use that will return all customers or vendors with open items per given plant. i have tried to use BAPI_AR_ACC_GETOPENITEMS and BAPI_AP_ACC_GETOPENITEMS but they return open items for a given customer and vendor respectively per given company code.

    ok but those 2 BAPIs return open items after providing the customer or vendor. what i need is a BAPI which returns a list of customers or vendors with open items

  • With holding tax base amount for 1099 vendors with discounted payment term

    Hi Friends,
    We have a below situation for 1099 vendors,
    Some of the 1099 vendors are set-up in the system with payment term with discounts i.e. 2% if paid within 10 days
    As per config, system posts with holding tax base amount at the time of posting payment.
    With holding tax rate is 0%,
    Based on modified net amount calculation
    and
    Cash discount calculation before w/tax calculation
    When we have vendor with input tax, system excludes tax amount at the time of payment but for the with holding tax base calculation amount system does not exclude input tax type.
    Which causes difference in 1099 – misc vendors
    Below is the example of how system calculates the amount.
    Invoice $ 1000, payment term 2% if paid within 10 days. Input tax 7.25%
    Payment going out=
    $1000- $ 72.5(tax 7.25%) = $ 927.5 – 18.55 [2% discount] = $ 908.95 (payment amount)
    With holding base calculation =
    $ 1000 – 100 (2% discount) = $ 900
    Difference between payment going out and with holding tax base = 908.98 – 900 = 8.98
    Can some one please tell me how to get rid off this difference?
    Moreover, please tell me if it’s normal to have 1099 vendors with discounted payment term.
    Any thoughts on above situation will be helpful
    Edited by: Shefford William on Jan 28, 2008 11:36 PM

    Dear All
    i am also having the same problem. The example is
    Net invoice Value   = $ 100,000
    Input Tax @ 15%   = $  15,000
    Total Invoice Value = $ 115,000
    Cash Discount = 20% with in 20 days
    On payment the system behavior should be
    Debit  Vendor invoice Value   = $ 115,000
    Debit  Cash Discount @ 20%    = $   20,000   ( 20% of the Net Invoice Value that is 20% of $ 100,000)
    Credit  W/H Tax deduction @ 3.5% = $ 3,325  ( 3.5% of 95,000 the Inv Value - Cash Discount that is $ 115,000 - $20,000)
    Credit Bank Account  = $ 91,675 ( Inv value - Cash Dic - W/H tax that is $ 115,000 - 20,000 - 3325 = 91,675)
    However at the time of payment system is calculating tax as follows
    Debit  Vendor invoice Value   = $ 115,000
    Debit  Cash Discount @ 20%    = $   20,000   ( 20% of the Net Invoice Value that is 20% of $ 100,000)
    Credit  W/H Tax deduction @ 3.5% = $ 3,220  ( 3.5% of 92,000 the Inv Value - Cash Discount that is $ 115,000 - $23,000. This $ 23,000 is only calculated for W/H tax calculation that is 20% of $ 115,000 )
    Credit Bank Account  = $ 91,780 ( Inv value - Cash Dis - W/H tax that is $ 115,000 - 20,000 - 3220 = 91,780)
    this is not the common practice when using the net base value in the system.
    Can any one help me in this regard. I really have been stucked in this problem for many days
    Regards
    Bilal Athar

  • Material return to vendor with Nota fiscal

    Hi,
    Could any one suggest me the process of return materials to vendor with nota fiscal document.
    Thanks,

    pls reply

  • Clearing vendor with customer

    HI gurus,
         we have vendor as customer. I have created vendor master and customer master, and I defined the customer number in vendor master. but I didn't find fine "CLEARING VENDOR WITH CUSTOMER" indicator in Vendor master screen. I'm using ECC6 version.
    How can I clear customer open items with vendor open items...
    Kindly suggest me, I'm very great full to you
    regards
    msr

    Dear MSR,
    In this scenario you can do the clearing with F-32.
    1) Enter the customer number
    2) Select OTHERS in additional selection
    3)Then click the process open items and select the relevent filed
    4) select the other account tab
    Again click the other accoutns check box and click enter here you have to select the account type K
    I hope this will help you for resolving your problem.
    Raj

  • Update sales opportunities with DTW

    Hi Experts,
    I am trying to update sales opportunities with DTW but get the error below even with a file as simple as:
    RecordKEy;SequentialNo;OpportunityName
    RecordKEy;SequentialNo;OpportunityName
    1;17803;Anything
    2;17892;Anything
    3;17894;Anything
    The Reason of the error:
    "CServiceData::VerifyPropertyWrite failed: Property 'SequentialNo' of 'SalesOpportunities' is read onlyoSalesOpportunities"
    Do you have any idea what may be wrong?

    Dear Martin Kamau,
    By SDK help, the Source table of SalesOpportunities Object is OOPR, and SalesOpportunitiesLines is OPR1.
    In B1 application Sales Opportunity form, you could check which field need to set for OOPR and OPR1, you could refer to SDK help file also.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • How can I restrict a vendor with certain value limit?

    Hi Gururs,
    How can I restrict a vendor with certain value limit?.
    Scenario is like this
    If my company was decided to purchase goods from a particular vendor upto Rs.1000, if cross the rs.1000 limit don't allow the Posting the PO and get the Message as warning/error.
    Give the configuration setting's and T.codes
    Thanks and regards
    G.N.Rao

    Hi
    Go to T.Code oms4 and then select the material status BP (Blocked for purchasing)
    Click on Details
    In that under Purchasing select the option A= Warning or B=Error
    Click on Save
    Thus by doing this no further purchasing function for that material can be done. So the PO can not be issued
    So as and when the value limit reaches see that purchasing option is blocked
    So no further PO are generated in the future
    I hope this helps you out
    If found useful reward accordingly
    Thanks
    pavan

Maybe you are looking for