Adding BP Activity using DTW

Hi
I m trying create Activity for BPs using DTW.
I have around 1000 BPs and want to create an activity for each one of them and also attach a file to each of these activity respective to the BP.
Is there any template available in DTW that we can use to accomplish this?
thanks
raghu

gordon
In the oContacts template in DTW, there are these 3 columns available.
Will these be any help to me in what i want to accomplish? what are these for?
Activity     
ActivityType     
AttachmentEntry
thanks

Similar Messages

  • Bank and account error when adding a business partner using DTW

    I need your help please. I am trying to add a business partner using DTW but the load fails with a message "Bank and account do not exist in the company Application-defined or object-defined error65171".
    The related fields that I am using in the business partner file (csv) are:
    AccountNo
    BankCode
    Branch
    Country
    I am sure that the bank and account exist because previously I manually added a customer with the same bank and data that I am using in the dtw interface.
    SAP-BO 2005A SP01 PL27
    Best Regards
    Jorge Manzo

    Hi,
    You may run a query first to find out what are the current data in OCRD:
    SELECT
    CardCode,
    AccountNo,
    BankCode,
    Branch,
    Country
    FROM OCRD
    Thanks,
    Gordon

  • Using DTW to update the Item Master Data attachment tab

    Hi Experts,
    Has anyone tried using DTW to update the Attachments Tab on the Item Master Data please?  I tried a few things (similar to importing an attachment to an activity) and couldn't get it to work.
    I couldn't see that anything to do with the Attachments Tab was exposed in DTW when looking at the mapping fields and also when looking through the options available in the Items Object under Customize Templates - but then I might not be seeing it correctly!
    Any ideas or solutions would be great.
    Many thanks,
    Caroline

    Hi Caroline,
    AtcEntry is correct for the document, this relates to the AbsEntry in OATC, which then in turn links to AbsEntry in ATC1.
    There are a few fields that need to be populated in ATC1:
    AbsEntry
    Line - To be used if more than 1 Attachment
    SrcPath - for the file path
    Filename - for the file name
    FileExt - for file type - i.e. .pdf
    You may be able to configure DTW to import these as a manually created DTW but I suspect that OATC and ATC1 are not open to the Di which will stop it. Coincidently I have been looking at Task Centre to update these but have encountered the same problem
    Regards
    Sean Martin

  • Importing Legacy A/R and A/P Invoices using DTW

    Hi All,
    I have in interesteing situation which I need some help for.
    We started using SAP B1 begining of 2008. We used DTW to import the open A/P and A/R invoices from last year (legacy data). We didn't want the legacy data to have any impact on P&L, only to be able to receive and make payments for these invoices in B1. Therefore we used a service inovice without posting to the revenue and COS accounts. Since it is not possible to post directly to a control account I created a new G/L account for Accounts Payable and Accounts Receivable (I called them AP Migrated and AR Migrated), which is not a control account.
    When preparing the DTW files, In the lines file I specfied the AccountCode as this AR and AP Migrated G/L accounts.
    Since the BP to whom these invoices relate to, have the A/P and A/R control account defined in the BP master data, each of these migrated invoices posted to the AP Migrated account with the Offset Account being the original A/P Control Account.
    Now that I am recording payments, the AP and AR accounts are being updated but not the AP and AR Migrated accounts. To illustrate: Let's suppose I migrated an AP invoice for $100. It posted to the AP Migrated account and the Offset Account being the AP Control Account. Now the balance on the AP Migrated Account shows $100, and the balance on the AP Control Account shows -$100. Now after I record the payment for this invoice the AP Control Account balance is $0, but the AP Migrated account still shows $100.
    How can this be rectified, and  is this the correct way of doing this?
    Many thanks,
    Myran

    >
    Suda Sampath wrote:
    > For anything to balance the debits and the credits must be equal.  If your AR Migrated account total matches the AP Migrated account, then you can balance them through Internal reconciliation or JE.
    >
    > The best way to balance this opening balance account is only when you import all the balances not just AR & AP.  If the AR and AP account do not balance, then the Internal Recon balacing account would be one of the P&L Accounts which would show in your P&L statement.
    >
    > Suda
    Hi Suda,
    Once again, many thanks for your good and speedy replies.
    I am only importing the AR & AP transactions which I need to process payments in the new fiscal year. I am not importing all the other PL stuff.
    Am I better off using then a seperate GL account for the AP and a seperate one for AR?
    BR,
    Myran

  • Is there a way to remove additional BP Address in BP Master Data using DTW

    Hi,
    While updating the BP addresses using DTW it got duplicated. Is there a way to remove those Shipto/ Billto addresses which got duplicated. Individually it is possible to remove but using DTW can I create a template?
    Thanks.
    Kishor

    You need to first check if the address line actually exists.  What you have got from Natalia is a guideline which you have to apply to your context.
    Query the CRD1 table and check which line number you want to delete and if it really exists
    The query below will give you cardcode, address type (billto or shipto), Address Name and LineNumber. 
    If you run this query wthin SBO, if you see a blank on the linenum column that means linenum 0.
    SELECT T0.[CardCode] AS 'BP Code', T0.[AdresType] AS 'Address Type',
    T0.[Address] AS 'Address Name', T0.[LineNum] AS 'Row Number'
    FROM  [dbo].[CRD1] T0

  • Deletion of line items from Sales Order using DTW

    Hi Experts
    I have 160 sales which all require a particular item needs to be
    deleted before they can be processed further.  It is ths same item on every order but
    doesn't appear at the same row number.  In some cases it may appear more than once
    on an order.
    The line item needs to be deleted based on the row numbers which could be different on every order (LineNum)
    Rather than have admin go through them 1 by 1 and delete the
    row is it possible I can use DTW to perform an update on each row to delete it?
    I'm not sure how to do this since I have only ever used DTW
    to add or edit.
    Thanks
    Geoff

    Hi,
    1. It is not possible to delete records using DTW, only importing new records or updating existing ones are supported. These are the only valid operations via DTW.
    2. It is possible to delete the contents of an edit text field by using the character / or -1. However it is not possible to clear an entire row/line using this notation.
    Thanks & Regards,
    Nagarajan

  • Upload of BP Data using DTW

    Hi,
    I tried to upload the BP data in one of the databases using DTW.
    I was able to upload the masters successfully but was not able to upload the bill to and ship to addresses for the BP data.
    Data which had special characters like , or  hyphen appeared with double quotes, how can this be corrected?
    Jyoti

    Yes, I am...
    Is there an issue with the address type field value...? 
    I have been using "bo_BillTo" for billing address and for Shipping addresses "bo_ShipTo"...is this correct...?
    I have also noticed that there are some values for which the "System Information" shows as exact input values, however the values or input required for those columns are completely different.
    For e.g. column called "VATStatus" in the BP template, there are two options available, "Liable" or "Exempt".
    The value to be inserted in this column for the former is "vliable" at the time of import...
    How can we determine what to input for the latter?
    Hope you understand my question...

  • Price is not being updated when creating a sales order using DTW oOrders

    Hello experts,
    When I create a sales Order using DTW (oOrders), the information in the input files document.csv and document_lines.csv is updated with no problem, except the price. The price is being ignored from the input files.
    Is there something that I must considered when trying to update the price of a sales order using the DTW?
    The field "price" was mapped in the source and target fields in DTW.
    Here is the document_lines.csv
    RecordKey,LineNum,AccountCode,Address,ItemCode,LineTotal,Price,Quantity,ShipDate,WarehouseCode,TaxCode
    RecordKey,LineNum,AccountCode,Address,ItemCode,LineTotal,Price,Quantity,ShipDate,WarehouseCode,TaxCode
    1,1,_SYS00000000059, ,30PA08-0360-25,1,11.2,3,20110702,V08,A5
    1,2,_SYS00000000059, ,30PA08-0707-25,1,15.2,3,20110702,V08,A5
    1,3,_SYS00000000059, ,30PA08-0707-22,1,18.3,3,20110702,V08,A5
    And the document.csv:
    RecordKey,DocEntry,CardCode,DocDate,DocDueDate,DocTotal
    RecordKey,DocEntry,CardCode,DocDate,DocDueDate,DocTotal
    1, ,c-6167,20110702,20110702,2
    Thank you for your help
    Jorge Manzo

    Hi,
    Try to re-create your dtw using my template,and use text tab when saving your template.
    SO-Header
    RecordKey     CardCode     CardName     Comments     DocDate     DocDueDate     DocNum
    RecordKey     CardCode     CardName     Comments     DocDate     DocDueDate     DocNum
    1     24-25 MANUFACTU     24-25 MANUFACTURING          4/5/2010     4/15/2010     11142
    SO-LINE
    RecordKey     linenum     itemcode     qty     uom      PriceAfterVAT      Price     SalesPersonCode
    RecordKey     linenum     itemcode     qty     uom      PriceAfterVAT      Price     SalesPersonCode
    1     0     SHAFT HEX 7/8"     1     pc     4536     4050     CRIS
    Note : Line -(LINE NUM and QTY is important upon computation of Price if SO is ITEM TYPE Document.
    hope this will help you!
    Regards,
    Darius

  • Data not updating in table ,data transfered using DTW

    Hi Everybody,
    I had transfered data using DTW, it shows that data imported,but it not updated, that means it not shows in database.
    So please so me any solution to this.
    Regards,
    Srinivas

    Hi suda,
    I am giving he detailes of the BusinessObject
    BusinessObject =oUserLanguages
    template=oUserLanguages.csv
    i had copied the oUserLanguage.csv file and entered data into it and saved it(comma deliminated)
    steps:
    1.i had selected oUserlanguage object from list.
    2.i had selected source file (oUserLanguage.csv )
    3.the data properly matched and data is displayed when source tab is pressed. and ields are properly matched.
    4.three check boxes are checked.
    5.i had seen the message you are sucessfully specified required information for imporing data
    6.in lost step it shows like below
    Total:  2 business object(s)
    2 business object(s) imported successfully
    0 business object(s) not imported
    0 business object(s) updated successfully
    0 business object(s) not updated
    7.in log files status shows succeeded
    But I had cheked the languages , the data imported not shown.
    Regards
    srinivas

  • How to create Incoming Email Activity using BAPI or Function module

    To create an Incoming Email Activity using BAPI 'BAPI_ACTIVITYCRM_CREATEMULTI' or using 'CRM_ORDER_MAINTAIN' . what parameters i need to pass to a bapi.
    Suggest me with a solution.
    Regards,
    Sanjani

    For activity you must fill the following structures of 'CRM_ORDER_MAINTAIN'...
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          it_activity_h             = t_activity_h
          iv_collect_exceptions = ''
        CHANGING
          ct_orderadm_h         = t_orderadm_h
          ct_input_fields       = t_input_fields
        EXCEPTIONS
          error_occurred        = 1
          document_locked       = 2
          no_change_allowed     = 3
          no_authority          = 4
          OTHERS                = 5.
    And at the end you must use also 'CRM_ORDER_SAVE' to performe the save.
    Regards.

  • IC Webclient: Adding new activity

    Hi All,
    Could you please tell me the steps of adding new activity (Business Activity) in IC Webclient Framework.
    Thanks
    PD

    hi
    In general these are the steps
         Define a transactional launcher profile.(Menu Path: IMG ->CRM-> IC WebClient ->Transaction Launcher
    ->Define Transaction Launcher Profile)
         Create a navigational bar profile.(IMG ->CRM-> IC WebClient -> Navigation Bar-> Define Navigation Bar Profile )
         Create a new button by creating a new entry to your navigation Profile(IMG ->CRM-> IC WebClient -> Navigation Bar-> Define Navigation Bar Profile Wizard)
         ID in navigation bar profile should be the same as your transaction launcher profile (IMG ->CRM-> IC WebClient-> Transaction Launcher -> Configure Transaction Launcher Wizard)
    Award points if helpful

  • Importing pictures into SAP using DTW

    Hello all
    I am trying to import pictures of Items into SAP using DTW.
    I am using the Items template and putting the file path (e.g. C:\Projects\P29280\Admin\Item pics\Picture29.jpg) of the picture in the Picture field. At the moment the pictures are on the C drive of the server but even when I put them in the shared SAP folder they still dont import. The DTW import runs the import and there are no errors (i.e. it says that the update is successful) but when I go into SAP - the pics are not there....
    Hmmmn... one wonders...as one does.
    Can anyone who has done this before help me out?
    Thanks!
    Greeshma
    p.s.   I have also tried putting the file path in the ValidRemarks field but that doesnt work either .

    Hi Greeshma,
    the import of picture it self into the database is not possible. SAP only stores the path and the file name. You need to set up the standard path under general settings (Make sure it is not a local path!). Then you could import the pictures by using the file name (no path is needed) and afaik it is case sensitive. Put the pictures into the set path.
    Regards

  • I cant activate my i phone 4s its showing one message u cant activating use this apple id what i do?

    i restore my i phone 4s after i switch onn the mobile asking apple id and password and i enter id and password  but i cant activating my i phone why? its showing one message u cant activating use this apple id i am original owner this phone  have id and password my IMEI:********
    <Edited by Host>

    FYI - not a wise idea to post your IMEI in a public forum. Perhaps the hosts will edit it for
    you.
    Take the proof that you were the original purchaser of that iPhone to Apple in the country
    where the original purchase was made and they may be able to assist you.

  • Problem with using DTW for SAP BO PL11

    Hello, experts!
    I'm using SAP B1 8.8 PL 11, Microsoft SQL Server 2008 Standard Edition.
    I have a script, which put data for Item Master Data import into temporary table, after that I want to transfer this data via DTW into SAP B1 database.
    There are some new rules for DTW beginning from PL 10; I've adapted my script - removed RecordKey and replaced it with ParentKey everywhere in child tables.
    But when I try to use DTW with ODBC connection, and press Test in form, where query should been specified, in result table values for first column are spreaded for the second one: first column ItemCode and second column ItemName are equal to Item Code (http://s39.radikal.ru/i083/1009/0b/b7071404dc99.jpg). But in SQL:http://s001.radikal.ru/i195/1009/1c/3cb40e506842.jpg
    If I don't press Test and just use it, it shows me a lot of import errors like "Invalid XML Wrong value for column" and shows that Column received shifted value from neighbour column (i.e. ItemName column received value from ItemCode column).
    My table has following structure (all column names were copied from appropriate template file, bundled with DTW, saving the order):
    CREATE TABLE [dbo].[tmpsapb1_Items](
       [ItemCode] [varchar](50) NOT NULL,
       [ItemName] [varchar](60) NOT NULL,
       [ForeignName] [varchar](1) NOT NULL,
       [ItemsGroupCode] [varchar](10) NULL,
       [CustomsGroupCode] [varchar](1) NOT NULL,
       [SalesVATGroup] [varchar](2) NOT NULL,
       [BarCode] [varchar](8000) NOT NULL,
       [VatLiable] [varchar](1) NOT NULL,
       [PurchaseItem] [varchar](1) NOT NULL,
       [SalesItem] [varchar](1) NOT NULL,
       [InventoryItem] [varchar](4) NOT NULL,
       [IncomeAccount] [varchar](1) NOT NULL,
       [ExemptIncomeAccount] [varchar](1) NOT NULL,
       [ExpanseAccount] [varchar](1) NOT NULL,
       [Mainsupplier] [varchar](1) NOT NULL,
       [SupplierCatalogNo] [varchar](17) NULL,
       [DesiredInventory] [varchar](1) NOT NULL,
       [MinInventory] [varchar](1) NOT NULL,
       [Picture] [varchar](1) NOT NULL,
       [User_Text] [varchar](1) NOT NULL,
       [SerialNum] [varchar](1) NOT NULL,

    Your temporary table will be the first trouble maker. ItemCode length is 20 for example. Check the item master table structure and recreate your temporary table.
    Thanks,
    Gordon

  • G/L Account Opening Balances using DTW

    Is it possible to import G/L account opening balances using DTW? If so, what object would I use?
    Thank you,
    Mike

    Hi Michael,
    Maybe you can import G/L account opening balance like a journal entry using JournalEntries template.
    HTH
    Thibault

Maybe you are looking for

  • Path of the folder in configuring file adapter

    hi i m doing a file to file scenario from one server to the other wat should be the path of the folder i tried with //172.27.34.250/sender for acessing sender folder in the C: but the file is not picked could u plz help me out of this

  • EvHOT in EvDRE

    How can I use Evhot in EVDRE function? Can I put this command in the key description column? If yes, how do I get both the description and evhot functionality to show up? Thanks...

  • Nokia navigator 6210 need anti virus software or n...

    Hello , Just Joined not even switched on my phone yet still charging it! Can you advise me please? I first rang nokia to ask about anti virus suites as it was mentioned vaguely in the manual and I wanted to make sure If any was needed as it didnt spe

  • Can I set up more than one player to itunes?

    just purchased a portable player, can I hook/set up more than one player to my computer?

  • What am i supposed to do with this?

    I cannot believe how rapidly Apple has declined since Steve Jobs.   About a year age a bought a mini mac. what a great tool. Very fast, ran all my graphic programs and was able to burn projects to DVD.   So A few weeks ago bought a new mac mini and i