DataSource Creation in r/3

Hello All,
         Now i want creater FIGL datasource in R/3.Please tell me the Transaction code in R/3.

Here are the steps you can refer while creating a generic datasource.
In the transaction RSO2, specify the name of the new datasource and type, then hit create. Three you can specify the view that you want to utilize. When you hit the "generic delta" button, you will see your options. You have to specify the field that is utilized to determine the delta. You also have to specify the type: time stamp, calendar day, or numeric pointer. You also have options for a "safety interval" like with the finance extractors.
You can also follow the doc for better understanding: http://www.ko-india.com/content/weblogs/generic_delta_explained.pdf
Bye,
Amit

Similar Messages

  • Error with quantity field:Datasource Creation Using Function Module method

    Problem with DATASOURCE Creation using Function Module method :
    I have created a datasource ZSTANDARD_COST_PRICE using Function Module method . The datasource creation is successfull when I remove the quantity field from the Z table . If I dont remove the quantity field from my Z table it gives an error as "Units Field WAERS for field STPRS of datasource ZSTANDARD_COST_PRICE is hidden". I am not able to remove this error . Please someone guide.
    Let me know if my explanation is not clear enough.
    Thanks in advance,
    Neha.
    Z table definition is as below :
    MATNR MATNR CHAR 18 0 Material Number
    BWKEY BWKEY CHAR 4 0 Valuation area
    LFGJA LFGJA NUMC 4 0 Fiscal Year of Current Period
    STPRS STPRS CURR 11 2 Standard Price   " Here the currency field is WAERS and table T001
    PEINH PEINH DEC 5 0 Price Unit
    VJSTP VJSTP CURR 11 2 Standard price in previous year
    VJPEI VJPEI DEC 5 0 Price unit of previous year.
    Edited by: Neha Rathi on Jan 30, 2009 3:03 PM

    Hi,
    You should add it as one of the main fields as you have added other fields and not as the currency fields...that is..it should be part of the data source and you should be able to see it in RSO2...
    Also if added as i said then it will come as new field in the data source...you can either let it be there...or hide it..
    also if you want to populate it then you will have to write the code for this fields as well.
    Thanks
    Ajeet

  • JDBC Datasource creation via ANT doesn't expose the JNDI name

    I'm using the wlconfig ANT task to create a Datasource (& JDBC connectionpool) on the weblogic server. The datasource is created fine, and I can test it using the console.
    The problem is that the provided JNDI name isn't exposed in the JNDI tree. This seems to be related to the fact that the following element is generated in the config/jdbc/CP-PoolName-2164-jdbc.xml
    <jdbc-data-source>
    <name>PoolName</name>
    <internal-properties>
    *<property>*
    *<name>LegacyType</name>*
    *<value>1</value>*
    *</property>*
    When removing the LegacyType 1 property from the JDBC config xml, the JNDI name is exposed fine.
    I've used the instructions located at [http://edocs.bea.com/wls/docs100/programming/ant_tasks.html] where an example of a JDBCConnectionPool creation is provided.
    The 10.3 documentation doesn't include the example anymore, but I'm having the problem both on BEA Weblogic 10.0 and Oracle Weblogic 10.3
    <wlconfig url="t3://localhost:7001" username="weblogic" password="weblogic">
    bq. <query domain="base_domain" type="Server" name="AdminServer" property="adminserver"/>
    bq. <create type="JDBCConnectionPool" name="MediumSecureOnlineNode1Pool" property="customPool1">
    bq. bq. <set attribute="CapacityIncrement" value="1"/> \\ <set attribute="DriverName" value="oracle.jdbc.OracleDriver"/> \\ <set attribute="InitialCapacity" value="1"/> \\ <set attribute="MaxCapacity" value="10"/> \\ <set attribute="Password" value="pass"/> \\ <set attribute="Properties" value="user=username"/> \\ <set attribute="RefreshMinutes" value="0"/> \\ <set attribute="ShrinkPeriodMinutes" value="15"/> \\ <set attribute="ShrinkingEnabled" value="true"/> \\ <set attribute="TestConnectionsOnCreate" value="true"/> \\ <set attribute="TestConnectionsOnRelease" value="true"/> \\ <set attribute="TestConnectionsOnReserve" value="true"/> \\ <set attribute="TestTableName" value="SQL SELECT 1 FROM DUAL"/> \\ <set attribute="URL" value="jdbc:oracle:thin:@localhost:1521"/> \\ <set attribute="Targets" value="${adminserver}"/>
    </create>
    As we would like to automate the process of configuring our weblogic instances using ANT, is there a way to create JDBC datasources that don't have the LegacyType 1 element included in the config ?

    Curious if you were ever able to find a resolution to this issue?
    I am facing the same thing now with our Ant scripts and WL10.3 connection pools/datasources.
    I would like to either specify a different LegacyType or suppress it altogether. Any help would be appreciated.
    Many thanks,
    Steve

  • Datasource Creation for Informatica Source system in NW2004s

    Hi,
    We are upgrading BW 3.5 to SAP NW2004s. In NW2004s Create datasource
    is new feature provided in BW 7.0.
    I tried to create this datasource for Flat file and worked fine. We
    are also using Informatica as source system (External System).
    Whenever I tried to create datasource for External system such as
    Informatica, it gives message
    "Datasource ZTEST(INFPCPD):Object Type RSDS not supported in BAPI
    Source System"
    Is it a bug? or Creation of datasource is not supported incase of
    Informatica or external system?
    Thanks
    Rupesh

    Hi Rupesh,
    The latest BI release in SAP NetWeaver 7.0 (2004s) includes a new type of DataSource for which staging BAPI has not yet been aligned.
    Third party ETL tool vendors can therefore only implement their load processes using the original type of DataSource from BW 3.x. This DataSource is still provided in the new release without any changes. Upgrading to NetWeaver 7.0 (2004s) BI (BI 7.0) does not therefore endanger existing implementations based on BW 3.x and NetWeaver 2004 (BW 3.5).
    It is also possible to migrate third party ETL implementations based on BW 3.x into the new data-flow concept of a NetWeaver 7.0 (2004s) BI environment using new DataSources, transformations (also new), and data transfer processes (DTP) (also new). This is possible because the system provides an emulated view for BW 3.x DataSources, which makes it possible to combine them with NetWeaver 7.0 (2004s) transformations and DTPs for regular batch load processing (this does not include direct access and real-time data acquisition (RDA)).
    This allows the benefits of the new data loading concept to be made available in such third party ETL-based loading scenarios.
    Regards,
    Anil

  • Dynamic Datasource creation

    I am trying to create datasources dynamically. Using an example from a previous
    post,
    mbeanHome = lookupMBeanHome();
    JDBCDataSourceMBean dsMBean = (JDBCDataSourceMBean)mbeanHome.createAdminMBean(poolName,"JDBCDataSource",
    mbeanHome.getDomainName());
    dsMBean.setJNDIName(poolName);
    dsMBean.setPoolName(poolName);
    dsMBean.addTarget(tserverMBean);
    dsMBean.setPersistenceEnabled(false);
    How can I retrieve the proper TargetMBean reference to send to the addTarget method.
    Does anyone know where I can find an entire class example of dynamically creating
    datasources, or something similar.
    Thanks in advance,
    Fahd

    Hi Fahd,
    Here is a sample I posted here some time ago
    import java.sql.Connection;
    import java.sql.SQLException;
    import java.util.Iterator;
    import java.util.Set;
    import javax.naming.Context;
    import javax.sql.DataSource;
    import weblogic.jndi.Environment;
    import weblogic.management.configuration.JDBCDataSourceMBean;
    import weblogic.management.configuration.ServerMBean;
    import weblogic.management.MBeanHome;
    * This class demonstrates dymamic creation,
    * using and deletion of DataSource via
    * Weblogic management API.
    public class DynamicDataSource {
    private Context ctx = null;
    private JDBCDataSourceMBean dsMBean = null;
    private MBeanHome mbeanHome = null;
    private ServerMBean serverMBean = null;
    // DataSource attributes
    private String cpName = "yourPoolName";
    private String dsJNDIName = "dynamic-data-source";
    private String dsName = "dynamic-data-source";
    // Security credentials
    private String password = "admPasword";
    private String serverName = "yourServer";
    private String url = "t3://localhost:7701";
    private String userName = "system";
    * Creates and starts up a DataSource using
    * management API.
    public void createDataSource() throws SQLException {
    System.out.println("Creating DataSource...");
    try {
    // Get context
    Environment env = new Environment();
    env.setProviderUrl(url);
    env.setSecurityPrincipal(userName);
    env.setSecurityCredentials(password);
    ctx = env.getInitialContext();
    // Lookup for MBean home
    mbeanHome = (MBeanHome)ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);
    serverMBean = (ServerMBean)mbeanHome.getAdminMBean(serverName,
    "Server");
    // Delete if DataSource MBean already exists in active domain
    Set dsMBeanSet = mbeanHome.getMBeansByType("JDBCDataSource",
    mbeanHome.getDomainName());
    Iterator iter = dsMBeanSet.iterator();
    while(iter.hasNext()) {
    JDBCDataSourceMBean dsmb = (JDBCDataSourceMBean) iter.next();
    if (dsmb.getJNDIName().equals(dsJNDIName)) {
    dsMBean = dsmb;
    deleteDataSource();
    break;
    // Create DataSource MBean
    dsMBean = (JDBCDataSourceMBean)mbeanHome.createAdminMBean(
    dsName, "JDBCDataSource",
    mbeanHome.getDomainName());
    // Set DataSource attributes
    dsMBean.setJNDIName(dsJNDIName);
    dsMBean.setPoolName(cpName);
    // Startup datasource
    dsMBean.addTarget(serverMBean);
    } catch (Exception ex) {
    throw new SQLException(ex.toString());
    * Symply gets and closes a connection from dynamic
    * DataSource. Will throw a SQLException if datasource
    * does not exists.
    public void createConnection() throws SQLException {
    System.out.println("Getting Connection...");
    try {
    DataSource ds = (DataSource)ctx.lookup (dsName);
    Connection conn = ds.getConnection();
    conn.close();
    } catch (Exception ex) {
    throw new SQLException(ex.toString());
    * Shuts down and deletes DataSource from configuratrion
    * using management API.
    public void deleteDataSource() throws SQLException {
    System.out.println("Deleting DataSource...");
    try {
    // Remove dynamically created datasource from the server
    dsMBean.removeTarget(serverMBean);
    // Remove dynamically created datasource from the configuration
    mbeanHome.deleteMBean(dsMBean);
    } catch (Exception ex) {
    throw new SQLException(ex.toString());
    public static void main(String args[]) {
    DynamicDataSource dds = new DynamicDataSource();
    try {
    dds.createDataSource();
    dds.createConnection();
    dds.deleteDataSource();
    } catch (SQLException ex) {
    ex.printStackTrace();
    "Fahd" <[email protected]> wrote in message
    news:[email protected]...
    >
    I am trying to create datasources dynamically. Using an example from aprevious
    post,
    mbeanHome = lookupMBeanHome();
    JDBCDataSourceMBean dsMBean =(JDBCDataSourceMBean)mbeanHome.createAdminMBean(poolName,"JDBCDataSource",
    mbeanHome.getDomainName());
    dsMBean.setJNDIName(poolName);
    dsMBean.setPoolName(poolName);
    dsMBean.addTarget(tserverMBean);
    dsMBean.setPersistenceEnabled(false);
    How can I retrieve the proper TargetMBean reference to send to theaddTarget method.
    >
    >
    Does anyone know where I can find an entire class example of dynamicallycreating
    datasources, or something similar.
    Thanks in advance,
    Fahd

  • External Datasource Creation

    Hi All,
    I have created an external datasource to sql server from BAM (Version is 11g- 11.1.1.5). Datasource test was successful.
    Configuration
    ==========
    Owner --- Weblogic
    type --- JDBC
    Driver --- weblogic.jdbc.sqlserver.SQLServerDriver
    User --- <user>
    Password --- <pwd>
    Connection String ---- jdbc:weblogic:sqlserver://<ip>:1433;User=<user>;Password=<pwd>
    ===========================================================
    I was creating a DataObject using this External datasource, but External Table Name is not showing any Tables...
    Please let me know your suggestion on this..
    Thanks,
    Manikandan

    I created the user with the wizard Administration Assistant for windowsNT.thru I created the external user successfully but the problem is while I am connecting to sqlplus Iam unable to connect to the schema. I given connect and resource privilege to the exeternal user.
    After creation of external user I entered into window with that user name and while I am connecting sqlplus at command prompt it is giving error. I given like at commond promp sqlplus "/ as sysdba". it is giving protocol error and how to connect to exeternal user with dba privilege.
    what my doubt is how to connect to external user and is it necessary that external user should have the sysdba privileges.

  • Generic datasource creation in IS-HTCM

    Gurus
    Has anyone worked with IS-HTCM on CRM? and creating of reports with HTCM as source system?
    We want to create a few generic Datasources ....BWA1 is one option and RSO2 is the other...But can the BWA1 concept of CRM be tried in HTCM as well? or do we have to resort to RSO2?
    Thanks in advance
    Regards
    Prakash

    Hi Prakash,
    for generic datasources the transaction will be rso2 in all systems.
    Siggi

  • In FIM datasource creation,model name dropdown menu not getting populated

    Hi
    When we try to create a new datasource in FIM it asks for a default model name. The default model name drop down menu is not getting populated by the model name. Please suggest what could be the possible solution for the same.
    Regards

    Hello,
    There are 3 other things to check if the PCM schema is on a Oracle database :
    From FIM server :
    1.a. Locate the "ojdbc6.jar" file located in the \jdbc\lib subfolder of your Oracle client installation folder and copy it.
    1.b.  Paste the copied file in C:\Program Files\Business Objects\Tomcat6\webapps\fim\WEB-INF\lib folder.
    Note: This procedure is mandatory for an Oracle repository. Adding the path to the classpath variable is not
    sufficient.
    2. From the Tomcat Management Console properties, you need to add the path to the location where the tnsnames.ora file is hosted. You add this information on the Java page of the Apache Tomcat Properties dialog box under "Java options", for example, -Doracle.net.tns_admin=C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN
    3. From the parameter "Net service name" filed for PCM datastore in FIM, make sure that the name matches exactly (case-sensitive) with the name of the service set into the Tnsnames.ORA file
    Hope these additionnal findings would help you.
    Thi Anh Antunes

  • Multiple Datasource creation in Production system

    We are facing connection pool issues from middleware, is it suggestable to create multiple datasources with same connection

    Hi,
    What issue are you facing in configuring the Multi Data Source .
    Refer the below docs
    Configuring JDBC Multi Data Sources
    JDBC Multi Data Sources in weblogic server
    Hope it helps

  • DataSource Creation for flatfile in BI 7.0

    I am new to BI 7.0. I have worked on BW 3.5. When i rightclick on Appl Comp for creating a datasource in 'Datasources' node, I am not able to find any option except 'Replicate MetaData'. Is there any setting to be made or shall I have to do it differently.
    Please let me know.

    HI
    first create flat file source system under file folder in source system tab
    Go to datasource tab click , click on yellow icon and select ur source sytem
    then u can create ur application component and datasource under that application component.
    http://help.sap.com/saphelp_nw04s/helpdata/en/fc/1251421705be30e10000000a155106/content.htm
    Regards
    Kiran
    Message was edited by:
            ravi kiran naalla

  • Issue in Datasource creation Transaction data

    Hi,
    While creating the Datasource for the Transaction Data , we have info objects custom defined with length NUMC & length4 , but when in the proposal tab when saying the Load example data the data type and length are changing to INT2 and 5 like wise in fields tab also
    why is this happening. Pls help.
    Regards,
    Sruthi

    Hi Sruthi,
    This is normal when you create data sources. The system generally looks at the field values and decides its data type and length.
    If you do not want this data type and length to be taken, what you can do is go to the fields tab, there it will prompt you with a message 'Copy fields from propsal' or someting like this, you click on 'No'. Instead in the fields tab you will find a column Info object, just write the technical name of the info object and press enter. This will take the data type and lenght of your info object.
    Hope this helps.
    thanks,
    rahul

  • Error in datasource creation

    Hi !
    I have created a View and it is consistent without any warning.
    Now i want to create a transaction datasource with this view . But it is giving an error .
    Invalid Extract structure template <viewname> of <DS name >.
    In the long text of the error it is giving that template structure quantity fields or currecy fields refere to different table .
    In the suggestion , it is told to create a view with inadmissible fields . But these fields are taken from tables and these are necessary in the DS .
    Please tell me what should I do ?

    Hi,
    Please search the forum. This problem has been discussed before.
    Just as a pointer, you need to include the original currency and quantity tables as well alongwith the original table you've created the view on.
    If you search, you'll get the complete solution for your problem.
    Cheers,
    Kedar

  • Quantity fields + Datasource creation

    Why can´t i create a new datasource based on a structure/ table whichs contains currency / quantities fields? Is about the value reference tables?
    What are the best choice to replace these fields? Create another Z domain based on a DEC(13,3) DDIC object? is that right?
    Sorry if my question is quite simple, but i´m new in BW!
    tks!
    André

    Hi
    I have created a Data source using Function Module. Attached link explain steps of doing it.
    Hopefully this should help.
    However I am facing error for Currency fields...
    "Units field WAERS for field STPRS of DataSource ZSTANDARD_COST_PRICE is hidden".
    Please let me know if anyone has idea what hidden means in this case... : )
    Structure definition is as below :
    MATNR     MATNR     CHAR     18     0     Material Number
    BWKEY     BWKEY     CHAR     4     0     Valuation area
    LFGJA     LFGJA     NUMC     4     0     Fiscal Year of Current Period
    STPRS     STPRS     CURR     11     2     Standard Price
    PEINH     PEINH     DEC     5     0     Price Unit
    VJSTP     VJSTP     CURR     11     2     Standard price in previous year
    VJPEI     VJPEI     DEC     5     0     Price unit of previous year.
    I have checked reference table as T001 and field as WAERS.
    Cheers,
    Neha.

  • WSAD 5.1 DB2 Datasource creation help

    I'm new to WSAD 5.1. I'm using DB2 database. I would like to know how to create datasource and use it in my jsp application. Please help me out. Is there any resource is available through which I can go through. Thanks in advance.
    Regards,
    Sudheer

    Creating datasource in WSAD is pretty easy
    Did you check the documentation included in WSAD?

  • Datasource creation or migration to 3.x

    Hello Gurus,
    I am creating a DB connect datasource .For this , the datasource which is getting created is of 7.0.
    But, i require a 3.x version of the datasource.Now, the system i am using is a upgraded 7.0 BW system.
    By default, a 3.x daatsource should be created , which is not happening in my case.
    CAn you please let me know if their is a method for migrating from 7.0 to 3.x.
    The reason for doing this is because, i would require to create tranfer rules to the next stages instead of transformations.
    It would be very helpful if some one could answer the same.
    Regards,
    Balaji Raj

    Hi Balaji,
    You will be able to see the 3.X Data source only when you extract the data from SAP systems to BI.
    In your case your  source system is DB .So if you extract the data from DB the data source will be created in BI Side based on the table name.So it will be by defult available in BI 7 version only.You can't retain it to 3.X for DB Daat sources.
    Regards
    Ramakanth.

  • Regarding datasource creation

    hi
      i wanna connect to back end oracle database ,can any one send me steps
    for creating datasource in visual admin tool and the code  to be inserted in webdynpro and further things to be done
    regards
    Ramakrishna

    Hi,
    Yeah ofcourse you can connect to oracle from web dynpro. You need to have the 3 drivers of oracle for that. You then need to create the datasource with those drivers in Visula Admin of Oracle, and then you can access the oracle database from web dynpro,  <b>In visual admin , under node server 0-> services-> JDBC connector</b>, you need to created new drivers with those 3 jars .
    Once you have created the datasource with 3 drivers , you can access that in WD using datasource lookup,go through following some links,
    web Dynpro application connecting to oracle
    /people/ramesh.jandhyala/blog/2007/01/02/webdynpro-and-oracle-using-dtos
    Web Dynpro Oracle
    Oracle as Back-end with Web Dynpro
    Accessing Oracle database using Web Dynpro application
    accessing oracle with web dynpro
    hope it helps
    regards

Maybe you are looking for

  • Scanning on my c5280 all in one printer-scanner-copier

    since purchasing my lap running windows 8.1 I have been unable to scan from my all in one printer to my pc. all it allows you to do is to scan the document to a memory card or reprint the image

  • Im getting error 14 every time i try to restore my ipod touch?

    im getting error 14 every time i try to restore my ipod touch? anyone know how to fix this? i have itunes 9 and this problem started when i bought the new itouch software. i have alreay tried deleting itunes then re-installing it.

  • Update a field in bseg table

    Hi experts, i want to update a field in BSEG  table (field name is BUPLA). Using UPDATE statement i am going to update the bseg table. I know only update statement. This my immediate requirement. please give me suggesstion.

  • In process inspection related with PRT maintenance

    Hello SAP QM gurus, I have one issue of In process inspection related with maintenance of PRT. The detail is as follows. I have an inspection plan for SFG (Semi Finished Goods) with 15 parameters to check. For production of this SFG material we are u

  • Why is Safari screen so large that I cannot use the close button?

    I've turned off zoom, but all my windows are opening so large that I've had to relocate the dock to the side because I cannot get to the "close" button.  What monster did this to me?  Mountain Lion 10.8.3?