Need to give internal & external format while creating Data Source

Hi Experts,
Plz share some knowledge for internal and external format in field Tab while creating datasource.
when we will give internal format and External format?
Thanks in Advance.
Regards.
Alok

Hi Alok,
External format is the format for the External data. The external format needs to be converted into Internal format and for that you have to use a conversion exit say for example Alpha conversion routine.
For further details please go through the below link,
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/83e6c017af6fcfe10000000a1553f6/frameset.htm
Hope it Helps,
Revert in case further infomation is required for the same.
Thanks,
Amit.
Edited by: Amit Kr on Aug 4, 2009 9:49 AM

Similar Messages

  • Not enough memory for Data Provider-Error while creating Data Source

    Hi,
    I am loading data into Master Data_Attribute InfoObject I am getting following error message while creating Data Source under "Proposal" Tab
    "Not enough memory for Data Provider"
    My Master Data InfoObject having 65 attributes
    My CSV file having 15,00000 records
    I am using BI 7.0 version
    If anybody faced this problem. Please share with me
    Thanks.

    Hi
    Here the problem with the space so plz contact ur BASIS people to increase the spae for particular object.

  • Error while creating data source in bi for uc connect

    Hi Experts,
    we have using ud connect to pull the data from ms sql server using jdbc,we have maintained all the settings in the j2ee engine and also we performed the smoke test which showed the tables content in the ms sql data base.
    and also we have maintained the rfc connection between the j2ee and sap bi,and performed the test connection which excecuted great.
    but while creating the data source in sap bi administration work bench(rsa1)>sourcesytem>udconnect>create
    we have maintained the following parameters
    rfc destination----
    we have maintained the rfc destination,which we could see in sm59 for the sap bi client
    logical system name----
    we have mentioned a generic logical system name(here we are not sure)
    type of connector----
    jdbc
    name of the connector------ sdk_jdbc
    sourcesystemname----
    it has taken the logical system name description when we enter the logical system name.
    once after maintaining the setting.when we performed the check.
    it showed us the error
    check failed rfc connection:check destination

    Hi,
    Check the gateway settings for
    Gateway Host
    Gateway service
    Also check the UDC connection information.
    Check these links:
    1 - http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    2 - http://help.sap.com/saphelp_srm40/helpdata/es/54/ddfb3ff778ed28e10000000a1550b0/content.htm
    3 - https://encrypted.google.com/url?sa=t&source=web&cd=7&ved=0CCwQFjAG&url=http%3A%2F%2Fwww.bi-  
    expertonline.com%2Fdownloads%2FSchroeder0604.doc&rct=j&q=ud%20connection%20in%20sap%20bi&ei=WMDnTdm_E4ruvQOEzZWcDg&usg=AFQjCNGvqKuoTq9kypNMNGhis8WrZ-gFCg&cad=rja
    Let us know in case the issue still persists.
    Debanshu

  • Error while creating Data Source for master data attributes

    Hi BI Experts,
    Well its been some time for me that I have been part of Extraction in BI.I primarily handled reporting in my last assignments.
    I was trying extraction with flat files in SAP BI 7(new to sap bi 7 but very much familiar with BW3.5) but failed in the activity during master data attributes and text upload in infoobject (say IOSP_Mat).
    Here is the procedure that I did after creation of characteristic IOSP_Mat.I created a source system for flat file followed by data source for Master data attributes, i selected all the parameters correctly.i.e. csv file format, data seperator as   ,
    and other settings, now when i am trying to look at the proposed data in the next tab using Load example data.its not showing the desired result.The columns that I have maintained in Flat File is  MAT_NUMBER and MAT_NAME (with say 100 data in the file)
    same is the result when I am trying to load the text data too columns maintained are
    (LANGUAGE MAT_NUMBER Short Description)(same 100 data).
    now i used to rsa1old transaction  to upload the file using 3.5 version.i created info source for master data/text/hierarchies for  IOSP_Mat
    now when trying to upload it using info package for master and text data,I observe its(the data) not maintained in the characteristic IOSP_Mat.
    When I monitored ,I figured the data has not been even uploaded to the PSA level.
    Can you BI experts tell me the answer for this.
    Thanks,
    Srijith

    apologies to all of you for late response,
    was busy with some other activities.
    I don't remember the exact message,but I remember it was not loaded to even the PSA level.I will try it again and post the exact message.
    Thanks again for your quick response.
    Once again sorry to all of you for my late response
    Thanks,
    Sri

  • Error while creating data source using Oracle Enterprise Manager 10g

    Hi,
    I have deployed my web application developed on OC4J 9.0.4 stand alone (Win2K) to an integrated OC4J version(Solaris) using Oracle Enterprise Manager 10g.
    However, I get an error when I try to create a data source.
    The data source I want to create would have the following parameters (as seen in data-sources.xml on the stand alone version):
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="TestDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/TestDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              url="jdbc:oracle:thin:@hostName:1521:test"
              username="user"
              password="password"
              min-connections="5"
              max-connections="20"          
              inactivity-timeout="30"
         />
    When I entered the above data on the Enterprise Manager Data Sources page, I got the following error:
    quote:
    Error saving Data Source Properties. - Entity et="system";ei="0",et="application";ei="48",et="data-sources";ei="167":child:data-sourcechild key:location:jdbc/OracleCoreDS; class:com.evermind.sql.DriverManagerDataSource; already exists in the repository. Resolution: Please check the code base.
    unquote:
    Could somebody tell me what I'm doing wrong ?
    I tried to manually edit the data-sources.xml file but the data source didn't show up on the Enterprise Manager.
    I'm using a new OC4J instance (on the Solaris machine) for my applications. Is the data source error related to this?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

    Thanks for your reply , Steve.
    I noticed that there is a default datasouce on the EM with the following parameters:
    <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="scott"
              password="->pwForScott"
              url="jdbc:oracle:thin:@localhost:1521:oracle"
              inactivity-timeout="30"
         />
    The location and xa-location attributes that I use for my "test" data source are the same as the default one. So, could this be the issue?
    What should be the values for location and xa-location attributes from my "test" data source?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

  • Error while creating data source using table KONP

    Hi Frnds,
       I am creating  a data source (RSo2) from Extraction from view, using the Table KONP , then i getting an error saying that
    Field KBETR with reference field KONWA: ZOXPTS0031 is to replace reference table RV13A
    Message no. R8390
    Field MXWRT with reference field KONWA: ZOXPTS0031 is to replace reference table RV13A
    Message no. R8390
    Field GKWRT with reference field KONWA: ZOXPTS0031 is to replace reference table RV13A
    Message no. R8390
    Regards
    rakesh

    You have to include reference fields also in the extract structure.

  • Problem in prod server while creating data source.

    hi experts,
    I hav transported the "view" frm quality to prod,and i hav not transported the data source, i want to create the  data source so wether it will allow me to create or not?
    If not what are the problems will come acorss???
    Any help will be apprecaited ane rewarded to.
    Urs,
    Raki

    Hi Vishwa,
    I know this i can create the DS in Dev and the same can trans to Prod sys.
    Due to some reasons i have to do it in prod sys.
    And one more thin i want to ask u is what are  problems it maight encounter if the view is transorted and data source is created (but not transported.
    And even in bw side also what are the prob may come across?
    Urs,
    Raki

  • Error getting while creating data source at ECC

    Hi
    ABAP team is implemented one FM, and they mentioned datasource name, i am trying to create datasource at RSO2 with this FM
    i am geting below error
    Units field MEINH for field ZZQUANTITY of DataSource xxx is hidden
    Units field CURR for field ZZAMOUNT of DataSource xxx is hidden     
    ple let em know

    Hi Suneel,
    Please unhidden the MEINH, CURR fields in the Datasource structure.
    Goto RSO2>give that datasource name>uncheck the Hide check box for these 2 fields.
    hope it helps ..
    Regards,
    Ravi Kanth

  • Create data source in BI 7.0?

    hi,
    while creating data source in BI 7.0 , ( from flat file data)
    under extraction tab:
    character set settings : default and direct entry is there
    if i select direct entry i am getting character set and replacement character.
    what scenerio we use direct entry and what scenerio we use default. if i select direct entry what is effect for my output.
    please clarify.
    regards
    ss

    <b>System Default or Fixed Entry</b>
    If you choose <b>Default Setting</b> for the character set, in Unicode systems a file in UTF-8 format is expected, in non-Unicode systems a file in the format of the system code page is expected.
    If you choose <b>Direct Input</b> for the character set, you can select an SAP character set and determine a replacement character, in case errors occur while converting to the system character set.
    <b>SAP Character Set ID</b>
    The 4-character name of an SAP character set as defined in SAP character set maintenance.
    The following explains the naming convention in more detail:
    First digit: Code
    0 EBCDIC character sets
    1 ASCII character sets
    2 mixed single byte / double byte character sets
    4 double-byte character sets
    6 mixed character sets
    8 double byte and multibyte character sets
    9 reserved for code pages you define
    Second digit: Country
    1-3 countries that use the Latin alphabet (Western Europe, North and South America, Australia, Africa)
    4-6 countries that use non-Latin alphabets and writing systems (Eastern Europe, Asia, Arabic countries in Africa)
    7-9 reserved for special languages
    Third and fourth digits: Sequential number
    Example
    0100 IBM 00697/00273 (Latin 1 - Germany/Austria)
    0401 SNI BS2000 8859-5 EHCLC (cyrillic - multiple languages)

  • Date Format issue while creating date parameter

    While creating date parameter in the crystal reports 2008 with SQL Server 2008 database connection, I want to change the date format according to the specified format in the database.
    For ex: YYYY/MM/DD and MM/DD/YYYY
    This paramter will be editable in the viewer i.e. I'm going to provide option to the user to change start date and end date for data selection.
    Please help!
    Thanks in Advance!

    i found this
    i am trying to get the Enter Values screen for parameters to allow entry in a specific format 'DD-MON-RRRR' connecting to an Oracle database. I found that a hack is possible yet I would prefer a clean solution that wont need files changing on client machines. The hack involved changing some javascript files within the Crystal Reports directory. The problem is I now have the date from the calendar in the correct format but it displays the following prompt: Please enter DateTime in format "dd/mm/yyyy hh:mm:ss".
    Is there a way to supress this or better yet a way to specify date format without changing the javascript files of Crystal Reports.
    I am using Crystal Reports 2008 SP1.
    answer---
    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:

  • Error while creating data warehouse tables.

    Hi,
    I am getting an error while creating data warehouse tables.
    I am using OBIA 7.9.5.
    The contents of the generate_clt log are as below.
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    Schema will be created from the following containers:
    Oracle 11.5.10
    Universal
    Conflict(s) between containers:
    Table Name : W_BOM_ITEM_FS
    Column Name: INTEGRATION_ID.
    The column properties that are different :[keyTypeCode]
    Success!
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    There are two rows in the DAC repository schema for the column and the table.
    The w_etl_table_col.KEY_TYPE_CD value for DW application is UNKNOWN and for the ORA_11i application it is NULL.
    Could this be the cause of the issue? If yes, why could the values be different and how to resolve this?
    If not, then what could be the problem?
    Any responses will be appreciated.
    Thanks and regards,
    Manoj.

    Strange. The OBIA 7.9.5 Installation and Configuration Guide says the following:
    4.3.4.3 Create ODBC Database Connections
    Note: You must use the Oracle Merant ODBC driver to create the ODBC connections. The Oracle Merant ODBC driver is installed by the Oracle Business Intelligence Applications installer. Therefore, you will need to create the ODBC connections after you have run the Oracle Business Intelligence Applications installer and have installed the DAC Client.
    Several other users are getting the same message creating DW tables.

  • SQL Error while creating data Owner certification in SRM 5.0.3

    Hi , In SRM 5.0.3, while creating data Owner certification by choosing data owner, I m getting the following error. database i upgraded and the migration script is also run.
    java.sql.SQLException: Violation of PRIMARY KEY constraint 'pk_id_attr_val_users'. Cannot insert duplicate key in object 'dbo.id_attr_val_users'. Since Primary key is clustered(cert_id,user_id,attr_val_id) and we have updated currentvalue of CertificationID in sequences table, We are not sure if SRM is trying to enter duplicate attribute value for same user in D.O certification. Any pointers regarding this error will be of great help, thanks.

    Solved but not happy!
    VIN is not compatible with a web UI that uses standard ports, i.e. TCP 80 and 443. No notes (at least that I seen) in the documents stating this as a requirement.
    KB 2065986
    VMware KB: VMware vRealize Infrastructure Navigator is not accessible when the vSphere Web Client is not running on …

  • Transfer rules are mandatry While creating Info source

    Hello BI Guru's
    Is transfer rules are  mandatry while creating Info Source in BI.
    Please currect me if i am wrong.
    I have created one genric extracter and want to create info source for that in BI and planning to create Transfermation btween Datasources and infosource and from info source loading data target through transfermation.
    Please advise me which way is best way to follow the desing?

    hi,
    in BI 7.0 transfer rules and update rules are not mandantory,
    DataSource -> Transformation -> (DTP)-->Data Target
    instead of TR/UR-- transformation is there
    if helpful asign points
    regards
    harikrishna.N

  • About  creating data source(urgent)

    Hi,
    I am abap developer. i don't know much about crm.
    our requirement is :
    i need to create one infoset in sap r/3.
    we want to use that infoset in crm server  to create data source.
    we use transaction code : CRMD_MKTDS
    We specify these values.
    Origin Type
    RFC Destination
    InfoSet
    Description
    businee pastner
    But we are not getting any infoset from r/3 server.
    we are getting only crm infoset.
    I check RFC Destination. Its working fine.
    It gives me error : InfoSet ztest  either does not exist or has not yet been generated
    Thanks,
    Jack

    Hi,
    You can get the data using a db link and the proc is as follows..
    CREATE DATABASE LINK OTHERDATABASE ...;
    CREATE TABLE XXXX
    AS
    SELECT * FROM TBL@OTHERDATABASE ;
    Good Luck,
    Siva

  • Newbie Question: Creating Data Sources

    Our current Hyperion setup consists of the Hyperion 9.3 client that users access via a terminal server. We are trying to get the web version of Hyperion running.
    I installed some base components of the Oracle Enterprise Performance Management System (11.1.1.2.0.940). It all starts fine and I can login with admin, but I do not see how to create data sources or load .bqy query files. If I create a new interactive reporting document, it makes me choose a Data Source from the virtual directory in which I do not have one. if I try to import one, or import a .bqy file, I browse to the file, select it, then always get a "File path is wrong." error. I also found how to create Data Sources using the CMC, but I do not see how to reference these. What am I doing wrong?.

    HI,
    What version of Hyperion planning are you using version 9.3 or epm11.1?
    Because they have different ways of creating datasources.
    In version 9.3 you can create datsource in the configuration utility.
    While in version 11 you need to create planning application first before creating datasource either by classince planning application or epm.
    Thanks,
    Hanson

Maybe you are looking for