How to load with DTW accounts to be located in table

Hi,
I'm not an expert with SQL but i wish to upload with DTW the content to be located in table CRD3.
Is there any easy way to populate it if i put in Excel these parameters ?
1 - Business Partner code
2 - Code of the control account (O, "D" for down-payment...)
3 - GL Account to be populated
Thanking you in advance
Stephane

Hello Stephane,
you could upload it along with BusinessPartner template as header and the business partner code must be as same as the code in the businesspartner.
code of the control account is depended on your GL account whether it is segmented or not. if segmented, it will be like this e.g. _SYS00000000003, if not, just type the GL account code. if you mean you refer to AccountCode property in the template
in your 3rd question, are your referring to AccountTypes ? if yes, you must fill in the column :
bpat_General  
bpat_DownPayment  .   
bpat_AssetsAccount   
bpat_Receivable    
bpat_Payable    
bpat_OnCollection     
bpat_Presentation    
bpat_AssetsPayable     
bpat_Discounted 
bpat_Unpaid 
bpat_OpenDebts 
let me know if you still confuse
Rgds,

Similar Messages

  • If full load is there in infopackage if u want delta how to load with out d

    if full load is there in infopackage if u want delta how to load with out deleteinng request under same infopackage

    Hi ,
    One point i would like to make you clear,using full load Ip you can't load delta
    for which you need to create one more IP
    And now to load delta,you need to check some prerequisites:
    http://help.sap.com/saphelp_nw04s/helpdata/en/44/97437799ee70dbe10000000a1553f6/frameset.htm
    chek the abobe link for step by step instructions
    Cheers,
    Swapna.G

  • How to load the data from .csv file to oracle table???

    Hi,
    I am using oracle 10g , plsql developer. Can anyone help me in how to load the data from .csv file to oracle table. The table is already created with the required columns. The .csv file is having about 10lakh records. Is it possible to load 10lakh records. can any one please tell me how to proceed.
    Thanks in advance

    981145 wrote:
    Can you tell more about sql * loader??? how to know that utility is available for me or not??? I am using oracle 10g database and plsql developer???SQL*Loader is part of the Oracle client. If you have a developer installation you should normally have it on your client.
    the command is
    sqlldrType it and see if you have it installed.
    Have a look also at the FAQ link posted by Marwin.
    There are plenty of examples also on the web.
    Regards.
    Al

  • How to load the data from excel file into temprory table in Forms 11g?

    Hi
    How to Load the data from excel file(Extension is .CSV) into the temporary table of oracle in Forms11g.
    My Forms Version is - Forms [64 Bit] Version 11.1.2.0.0 (Production)
    Kindly Suggest the Solution.
    Regards,
    Sachin

    Declare
        v_full_filename         varchar2(500);
        v_server_path           varchar2(2000);
        v_separator             VARCHAR2(1);
        v_filename              VARCHAR2(400);
        filename                VARCHAR2 (100);
        v_stop_load             varchar2 (2000);
        v_rec_error_log         varchar2(4000);
        v_error_log             varchar2(4000);
        ctr                     NUMBER (12);
        cols                    NUMBER (2);
        btn                     number;
        RES                     BOOLEAN;   
        application             ole2.obj_type;
        workbooks               ole2.obj_type;
        workbook                ole2.obj_type;
        worksheets              ole2.obj_type;
        worksheet               ole2.obj_type;
        cell                    ole2.obj_type;
        cellType                ole2.OBJ_TYPE;
        args                    ole2.obj_type;
        PROCEDURE olearg
        IS
        args   ole2.obj_type;
        BEGIN
        args := ole2.create_arglist;
        ole2.add_arg (args, ctr);                                
        ole2.add_arg (args, cols);                                   
        cell := ole2.get_obj_property (worksheet, 'Cells', args);
        ole2.destroy_arglist (args);
        END;
    BEGIN
    v_full_filename := client_get_file_name(directory_name => null
                                     ,file_name      => null
                                     ,file_filter    => 'Excel  files (*.xls)|*.xls|'  
                                                                            ||'Excel  files (*.xlsx)|*.xlsx|'                                                                 
                                     ,message        => 'Choose Excel file'
                                     ,dialog_type    => null
                                     ,select_file    => null
    If v_full_filename is not null Then
    v_separator := WEBUTIL_CLIENTINFO.Get_file_Separator ;
    v_filename := v_separator||v_full_filename ;
    :LOAD_FILE_NAME := substr(v_filename,instr(v_filename,v_separator,-1) + 1);                                
    RES := Webutil_File_Transfer.Client_To_AS(v_full_filename,"server_path"||substr(v_filename,instr(v_filename,v_separator,-1) + 1));     
    --Begin load data from EXCEL
    BEGIN
        filename := v_server_path||substr(v_filename,instr(v_filename,v_separator,-1) + 1); -- to pick the file
        application := ole2.create_obj ('Excel.Application');
        ole2.set_property (application, 'Visible', 'false');
        workbooks := ole2.get_obj_property (application, 'Workbooks');
        args := ole2.create_arglist;
        ole2.add_arg (args, filename); -- file path and name
        workbook := ole2.get_obj_property(workbooks,'Open',args);
        ole2.destroy_arglist (args);
        args := ole2.create_arglist;
        ole2.add_arg (args, 'Sheet1');
        worksheet := ole2.get_obj_property (workbook, 'Worksheets', args);
        ole2.destroy_arglist (args);
        ctr := 2;                                                     --row number
        cols := 1;                                                -- column number
        go_block('xxx');
        FIRST_RECORD;  
        LOOP       
                --Column 1 VALUE --------------------------------------------------------------------
            olearg;
            v_stop_load := ole2.get_char_property (cell, 'Text'); --cell value of the argument
            :item1 := v_stop_load;
            cols := cols + 1;                                                      
              --Column 2 VALUE --------------------------------------------------------------------
            olearg;
            :item2 := ole2.get_char_property (cell, 'Text'); --cell value of the argument
            cols := cols + 1;
            --<and so on>
        ole2.invoke (application, 'Quit');
        ole2.RELEASE_OBJ (cell);
        ole2.RELEASE_OBJ (worksheet);
        ole2.RELEASE_OBJ (worksheets);
        ole2.RELEASE_OBJ (workbook);
        ole2.RELEASE_OBJ (workbooks);
        ole2.RELEASE_OBJ (application);
    END;
    --End load data from EXCELPlease mark it as answered if you helped.

  • Initial setup of corporate phones for Intune - how to deal with initial account required

    Hi,
     I'm running an Intune trial and have a question about new phones for corporate users - I find it irritating that a Microsoft account or an AppleID is needed to download the company portal app. For example the Nokia 935 with Windows 8.1 doesn't allow
    me to sign in to the Windows store using my corporate Office 365 account, if I proceed without a Microsoft account to the store and try to install the company portal app, I get an error message about "My Family setup is needed" first.
     I'm thinking of creating a Ms or Apple account for each user and use that to enrol their devices, but that doesn't seem ideal. Ideally I just want to deploy the Company portal app.
    What's the recommended approach?
    Thanks

    I understand what you mean, but in this case the application installation is not the issue, it's signing up for an Apple ID that's the issue.  Here's an example of questions that come up, keep in mind these are company owned phones:
    It's asking for a credit card, what do I do?  (I know that usually there's an option of none, but sometimes there's not)
    What should I put for address and phone numbers?
    This is a company phone, why is it asking for my best friend in second grade?
    I already have a personal Apple ID, should I use that on my corporate owned phone?
    What's my password?
    What's my username?
    I don't want Apple to have my email address, why are you making me do this?
    I don't have time for this, why is this taking so long (enrolling an iOS device in Intune is very easy and quick, signing up for an Apple ID can be complex and difficult for an older person that can barely use a computer)

  • How to load with ODI secondary hierarchy on HFM

    Hi,
    I tried to load on HFM application a secondary hierarchy for entity dimension (like Essbase shared members), but the flow is aborted and I found on log file the follow message:
    Error: Member defined more than once in load file
    +>>>>>>Ent_1_1+
    How can I solve this problem?
    Thans in advance
    Ant

    Hi,
    Please use Windows 8 driver from the following link:
       http://h20000.www2.hp.com/bizsupport/TechSupport/D​riverDownload.jsp?prodNameId=447377&locale=en_us&t​...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Buying a new Mac - how to deal with iTunes account organization?

    I currently have an iPad and iMac that the family uses to buy media from iTunes under my account.  I am going to be purchasing another Mac, and will be away from my family.  What would you recommend in this situation?  I want to keep my iTunes account, but am wondering if I should leave my family with it, or whether they should create their own account.  If they create their own account and log off of mine, will all the media that was bought using my account still be available if they are logged in with a different account? 
    Or should I just let my family use my account and have two different computers in different physical sites feeding off the same account?  What I would be worried about here is if they buy a TV show or something, I would be able to download it to my computer.
    What would you recommend?

    27imac wrote:
    If they create their own account and log off of mine, will all the media that was bought using my account still be available if they are logged in with a different account?
    yes.
    a single iTunes can be authorized for up to five Apple ID's.
    Or should I just let my family use my account and have two different computers in different physical sites feeding off the same account? 
    basically not a problem.
    What I would be worried about here is if they buy a TV show or something, I would be able to download it to my computer.
    i guess you mean "would not be able" ...
    see iTunes Store: Associating a device or computer to your Apple ID
    What would you recommend?
    either will work. the choice is yours

  • How to download with MobileMe account

    Hi the problem i have is that i want to download free apps with my ipad so i created a free account in MobileMe but when i trie to download it ask me to put a credit card and i dont have any of those so what can i do? i'm just trying to download free apps.
    I have an iPad 2 with iOS 5.1.
    Thank you

    so you mena i have to create another account? with another email? because i have the free mobileMe mail.
    Thank you

  • HT201209 How to load my itunes account if I'm outside the USA?

    I'm here in Kuwait so please help me load the PIN I bought last night.

    If you are in Kuwait then you can only use the Kuwaiti store - you will need to wait until you are back in the US before you will be able to buy from it

  • How to load Chart of Account in GL

    Hi guys,i hope u all r right.
    i wana upload chart of account in gl.can anyone guide me ?can you provide me any sample script?
    Regards,
    SK

    If you have setup the Chart of Account manually in a other instance, you can download and upload in a other via FNDLOAD.
    Examples are in My Oracle Support, search after FNDLOAD, then you can transfer the defined Accounting Flex Field.
    Same way is possible for the Values of the Chart of Account.
    Other option is to used Dataload (search Dataload and download tool from the Internet).
    A template for segment values exists, over this, you can upload the values via Excel -> Dataload into Oracle.
    Dirk

  • How to load a (the circled "R") from an external table in an oracle table?

    I am using oracle 10g.The character set for DB is as below: NLS_NCHAR_CHARACTERSET AL16UTF16 NLS_CHARACTERSET AL32UTF8.
    I have ®(the circled "R") symbol coming in a .txt file in one of the fields and when the same file is loaded in a external table, the symbol is converted in a '?'.
    Please suggest.

    Version of OS:- Linux RHEL(2.6)
    Version of oracle :- 10g r2
    Definition of external table:-
    CREATE TABLE @@@@
    XXXX VARCHAR2(500 BYTE),
    XXXX VARCHAR2(500 BYTE),
    XXXX VARCHAR2(1000 BYTE),
    XXXX NUMBER(10),
    PRD_TITLE NVARCHAR2(400),
    ORGANIZATION EXTERNAL
    ( TYPE ORACLE_LOADER
    DEFAULT DIRECTORY PROD_EXT_TAB
    ACCESS PARAMETERS
    ( RECORDS DELIMITED BY '~^'
    CHARACTERSET AL32UTF8
    LOGFILE ext_log:'@@@@.log'
    BADFILE ext_log:'@@@@.bad'
    DISCARDFILE ext_log:'@@@@.dsc'
    FIELDS TERMINATED BY '_^'
    OPTIONALLY ENCLOSED BY '"'
    MISSING FIELD VALUES ARE NULL
    REJECT ROWS WITH ALL NULL FIELDS
    xxxx
    ,xxxx
    ,xxxx
    ,xxxx
    ,prd_title
    LOCATION (PROD_EXT_TAB:'@@@@.txt')
    REJECT LIMIT UNLIMITED
    NOPARALLEL
    NOMONITORING;
    I am trying to load ®(the circled "R") in prd_title column of the above table.
    "select prd_title from @@@@"
    The result is a '?'
    Characterset is :
    NLS_NCHAR_CHARACTERSET : AL16UTF16
    NLS_CHARACTERSET : AL32UTF8

  • How to load a file using unique code values to table

    Hi Experts,
    I am loading the data from file to Table.
    In the file I am having the values like as follows
    ABC=1234;XYZ=5627;NAME=chandu
    ABC=1254;XYZ=5684;NAME=Raju
    ABC=1235;XYZ=5524;NAME=Nani
    How to approach these kind of requirements in ODI.
    Thx,
    Sahadeva.

    Hi thanks, but this is not what I am expecting.
    In the link you have provided me there the values are as like follows in the file.
    EMPNO,ENAME,JOB,MGR,HIREDATE,SAL,COMM,DEPTNO
    7876,ADAMS,CLERK,7788,23-05-87,1100,,20
    7900,JAMES,CLERK,7698,03-12-81,950,,30
    But in my original file I have the values like
    EMPNO=7867;Ename=ADAMS;JOB=CLERK
    EMPNO=7846;Ename=JAMES;JOB=CLERK
    EMPNO=7900;Ename=SCOTT;JOB=MANAGER etc..
    So tell me please how to come across this requirement.
    Thx,
    Sahadeva.

  • How to load a PNG image from a location in CF card

    Hi,
    I am using WTK 2.5.2. I wanted to load a PNG image to Image object. The image is loaded when I have it in the classes folder. But I want to select different image from a different location. If I try to open an Image to createImage(String) from a different location, I get IOException.
    Please help me.
    Thanks
    Deekshit M

    I got the answer, I should be using Image.createImage(InputStream) API. It works fine.
    Thanks
    DM

  • How to load .html file based on user location?

    Based on the browser langugae settings / regional settings (locale), we need to display the one of the html pages.
    html content is specific to country and plain text only not using unicode. 
    Is there is a way to load using java. It is working for .propeties file.
    Thanks

    If using jsp/jsf place the text in properties files (according to language again) and then display the text using the bundle.

  • Given data is (10,20,.,30)how to load the data  from flat file to base table by eliminate the dot from data by using sql loader

    pls send ans for this

    1b5595eb-fcfc-48cc-90d2-43ba913ea79f wrote:
    pls send ans for this
    use any text editor to eliminate the dot before loading

Maybe you are looking for

  • Where do I go to find which JVMs are still supported?

    We're using some pretty old JVMs at my company. I fear they are so old they are unsupported by Sun. To get modernized, I need to let someone know this. If someone could direct me to a resource where I could determine this I'd appreciate it.

  • Classpath and manifest.mf

    what is the difference between classpath, buildpath and a Manifest.mf paths? I believe class path is used at run time to look for the classes referred in this path. Build path is used to build the application i.e. to link the components used while co

  • COMMIT Point Setting

    Hi Im loading my data from CSV files into Tables of my Database. But i observed that the database is getting commited after each record is loaded. This is very slow. I hav seen the seting for commit point in the configure properties as 200 but i do n

  • Listner Not Started

    Hi , While i am trying to install 11G net configuration assistance failing. Find the log below. INFO: Oracle Net Services Configuration: INFO: Profile configuration complete. INFO: Oracle Net Listener Startup: INFO: Running Listener Control: INFO: D:

  • Vista SP1 problem on Satellite A210

    Hello, I just installed the Vista SP1 and since that my notebook doesn't reboot or shut down properly. If I choose "shutdown" the shutdown-screen appears, but the notebook does not shut down. Then the monitor turns black and that's it. Did enyone enc