Datasource 2LIS_01_S260 / 1 / 2 / 3

Hi all,
I'm using BI 7.0 my source system is SAP ECC 6.0 SR2
I'm going to use Sales: Overview cube (0SD_C03) but under this cube we have these datasource: 2LIS_01_S260, 2LIS_01_S261, 2LIS_01_S262, 2LIS_01_S263.
but we can not see it in source system side (trans RSA5 in source system side). then the infopackage didn't work.
I want to know:
1. do I need these datasource?
2. if yes, then how can I have these data source in Source system side?
Regards,
Chuong Hoang

Hi Chuong,
Follow these threads on Standard LO extractors,
Re: types of extractors used in LO'S
LIS info structures and their LO standard Extractors.
Re: Where should i find the LO-Cockpit  Extractors.
Thanks

Similar Messages

  • Error Maintaining Generic Datasource

    Hi, when i try to display the datasource 2LIS_01_S260 in the RS02, it doesn't display it and i get this message:
    DataSource 2LIS_01_S260 extracted using function module MCS_BIW_LIS_API
    why i'm getting this message, and how can in fix it.
    Thanks.

    Ok,
    Just a tip, that information is to let you know that you have a function module that extract information for that datasource.
    But if you still want to see it in rso2, you can do this:
    go to transaction rso2 and insert the name 2LIS_01_S260 and click on the button "display". That message will appear. Just after that click on enter and you'll see the content of rso2 transaction.
    Diogo.

  • Merging datasources - Confusion with SD Sales order case study

    Hello
    This is continuation of my last post.
    My case study states that the fields required are on the order. See the excerpts:
    "The SD Consultant thinks this is an excellent report and he has advised that the transmissions are held in table NAST , the gross value is sub total 1 in table VBAP and the cost is also in VBAP. He thinks the rest of the fields are on the order."
    I have been able to identify NAST table as billing header data, VBAP(2LIS_11_VAITM) as Sales Doc item info but what he means by on the order is not clear if it is the Order header table or schedule line or the old sales order 2LIS_01_S260?
    The other confusion is that payment terms and complete delivery indicator is not in any of those datasources. Is it a case of another term being used as the field in the order tables that I could not recognise or I will have to look elsewhere?

    Why not create a wrapper for the bapi, which will generate the serial nos and then call the BAPI_SALESORDER_CREATEFROMDAT2, passing it the serial no. info along with everything else?
    Hope this helps.
    Sudha

  • Enhance Standard DataSource

    Hi all,
    Can i add some more selection criteria to a standard source. Im using  0FI_GL_4 and would like to add GL Account HKONT to my selection when extracting data (InfoPackage).
    Also can i add an additional field BUZID to this datasource? How?
    How can i do that?
    Thanks
    Edited by: SAPPER BI on Apr 22, 2008 3:31 AM

    Dear SAPPER BI
    Enhancement means in the SAP given datasource If you want to add extra fields.
    Go Through this
    http://www.bridgeport.edu/sed/projects/cs597/Fall_2003/vijaykse/step_by_step.htm
    Follow these simple steps too
    The procedure is like below.
    Take the datasource in which you enhance.
    1. If you enhancing in the LO datasaource, take the aprapriate communication strucute append the structure in that structure add the fields you wnat enhance.
    If you are enhancing other than LO you take extract structure append the structure and add the fields in that structure.
    2. Goto LBWE Tcode take the option called "Maintain Extract structure" take the fields which you enhanced from pool take push in to extract strucure.
    If you enhancing other than LO no need to do this.
    3. Goto RSA6, take datasource, goto change mode. The enhanced fields Hide option checked, reomove that tick and save it.
    4. Goto "CMODE" tcode, If project is already created for that enhancement goto disply mode. If the project is not created give the project name created and give the enhancemet name as "RSAP0001" and save it.
    in the component you can find 4 Function modules
    EXIT_SAPLRSAP_001 -> Transaction Data
    EXIT_SAPLRSAP_002 -> masterdata attributes
    EXIT_SAPLRSAP_003 -> Master data Texts
    EXIT_SAPLRSAP_004 -> Masterdata Hirarchies.
    Take the apprapriate FM and double click on it
    there you can find Include name. If you double click on it you can find ABAP editor.
    there we have to write the code
    example code will be like below.
    data: l_s_icctrcst like icctrcst,
    l_s_icctract like icctract,
    l_s_icctrsta like icctrsta,
    l_tabix like sy-tabix.
    case i_datasource. */ in BW 1.2B case i_isource.
    when '0CO_OM_CCA_1'.
    loop at c_t_data into l_s_icctrcst.
    l_tabix = sy-tabix.
    select single * from z0001 where kokrs = l_s_icctrcst-kok
    and kostl = l_s_icctrcst-kostl.
    if sy-subrc = 0.
    l_s_icctrcst-zfield1 = z0001-zfield1.
    l_s_icctrcst-zfield2 = z0001-zfield2.
    modify c_t_data from l_s_icctrcst index l_tabix.
    endif.
    endloop.
    when '0CO_OM_CCA_2'.
    when '0CO_OM_CCA_3'.
    when others.
    exit.
    endcase.
    This is example code.
    Also go through this link for more information
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=procedureTOENHANCEdATASOURCE&adv=false&sortby=cm_rnd_rankvalue
    If ur doing the replication first time, then do the following steps:
    1. Verify the R3 connection in SM59.
    2. Check all the required authorization is having for ur background user.
    3. Check whether ur data source is active in RSA6. If it is not active then activate from RSA5. Take best practice for activate the delta things like setup table deletion and initialization, etc.,
    4. Replicate the data source now in BW side.
    5. Activate all the corresponding transfer rules and update rules and info providers.
    If everything already available and now ur getting this error, then it may be RFC error or background user or R3 side Datasource problem.
    Try to extract the 2lis_01_s260 data in R3 itself (RSA3). And check whether data is extracting fine or not.
    Hope it helps you,Revert me back if you have any queries
    Assign ponts if helpful
    Regards
    Bala

  • SD datasources and infosources

    hi sdn,
    pls send me SD datasources,infosources and cubes and ODS's related to me.my id is [email protected]
    regards
    andrea

    Hi Andreas,
    pls Have a look.
    Sales Header ODS :
    http://help.sap.com/saphelp_nw04/helpdata/en/0b/f5cc3c7dea9006e10000000a114084/content.htm
    Billing:
    http://help.sap.com/saphelp_nw04/helpdata/en/1f/0bf23839caf878e10000000a114084/content.htm
    ODS : 0SD_*
    2LIS_11_V_ITM and 2LIS_11_V_SCL.
    2LIS_11_V_ITM: As of Release 20B, you can use this InfoSource to represent open order values and quantities in Business Warehouse for Sales and Shipping. Together with the InfoSource for Sales and Shipping-Schedule Line Consumption Data (from 20B), it replaces the original InfoSource for Sales Order/Delivery (2LIS_01_S263). Note that you can only use this InfoSource for delivery-relevant sales orders or deliveries that refer to sales orders.
    2LIS_11_V_SCL: As of Release 20B, you can use this InfoSource to represent open order values and quantities in Business Warehouse for Sales and Shipping. Together with the InfoSource for Sales and Shipping Consumption Data for Items (from 20B), it replaces the original InfoSource for Sales Order/Delivery (2LIS_01_S263).
    Check also 2LIS_11_VAITM: As of Release 20B, you can use this InfoSource specifically for item data in the sales order. Together with the InfoSources for the header and schedule line data in the sales order, it replaces the original InfoSource for the sales order (2LIS_01_S260).
    **pls assign points if info is useful**
    Regards
    CSM Reddy

  • How to active 2LIS_01_S262 datasource?

    Hi Friends!
    Im working in BI 7.0, and I need to activate  the 2LIS_01_S262 datasource in R/3 side (RSA5)
    but I dont see this datasource in the Business Content tree..
    How can I activate this?
    Thank you in advance!

    Hi,
    0SD_C03 is updated by 4 databasources
    2LIS_01_S260: SD - Sales order
    2LIS_01_S261: SD u2013 Delivery
    2LIS_01_S262: SD - Billing document
    2LIS_01_S263: SD
    in 7.0. it is updated by
    u2022 2LIS_11_VAITM Sales Order Item Data (As of 2.0B)
    u2022 2LIS_12_VCITM Delivery Item Data (As of 2.0B)
    u2022 2LIS_13_VDITM Billing Document Data: Items (As of 2.0B)
    Use BI 7.0 datasources i.e. LO datasources.
    Check here as well:
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/osd_c03-cube-212948
    Thanks...
    Shambhu

  • Unable to find buisness content datasources

    hi sdn,
    I'm checking follwing datasources in rsa5 and rsa6 in r/3 sides but unable to find it out
    2LIS_01_S262
    2LIS_01_S261
    2LIS_01_S260
    2LIS_01_S263
    pls guide me from where to find

    Hi Rubane,
    these are the old LIS structure and you are not suppose to use these. look for new structures like 2LIS_11, 2LIS_12... which have replace these.
    Also have a look at LO Cockpit Web log by Roberto to understand it better -
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    Also there are many more by him
    Hope it helps
    Regards
    Vikash

  • Database connection timeouts and datasource errors

    Connections in the pool randomly die overnight. Stack traces show that for some reason, the evermind driver is being used even though the MySql connection pool is specified.
    Also, the evermind connection pool is saying connections aren't being closed, and the stack trace shows they're being allocated by entity beans that are definitely not left hanging around.
    Sometimes we get non-serializable errors when trying to retrieve the datasource (this is only after the other errors start). Some connections returned from the pool are still good, so the application limps along.
    EJBs and DAOs both use jdbc/SQLServerDSCore.
    Has anyone seen this problem?
    <data-sources>
         <data-source
              class="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"
              name="SQLServerDSCore"
              location="jdbc/SQLServerDSCore"
              xa-location="jdbc/xa/SQLServerXACore"
              ejb-location="jdbc/SQLServerDSCore"
              connection-driver="com.mysql.jdbc.Driver"
              min-connections="5"
              username="xxx"
              password="xxx"
              staleness-timeout="3600"
              alive-poll-query="SELECT 1 FROM medispan"
              url="jdbc:mysql://1.2.3.4:3306/dbo?autoReconnect=true&autoReconnectForPools=true&cachePrepStmts=true&is-connection-validation-required=true"
              inactivity-timeout="30"
         >
              <property name="autoReconnect" value="true"/>
              <property name="autoReconnectForPools" value="true"/>
              <property name="is-connection-validation-required" value="true"/>
              <property name="cachePrepStmts" value="true"/>
         </data-source>
    </data-sources>

    Rick,
    OC4J 9.0.4.0.0 - BTW, do you know of any patches?As far as I know, there are no patches for the 9.0.4
    production version of OC4J stand-alone.
    I'm using container managed persistence,It was not clear to me, from your previous post, that you
    are using CMP entity beans.
    I found staleness-timeout and alive-poll-query
    somewhere on a website when trying to track this
    down. Here's four sources:Those sources refer to OrionServer -- and an older version, too, it seems.
    Like all other Oracle products that start out as somebody
    else's -- including, for example, JBuilder (that became "JDeveloper"), Apache Web Server (that became "Oracle HTTP Server") and TopLink -- their development paths diverge, until, eventually, there is absolutely no similarity between them at all. Hence, the latest versions of OC4J and "OrionServer" are so different, that you cannot be sure that something that works for "OrionServer" will work for OC4J.
    I recall reading something, somewhere, sometime about configuring OC4J to use different databases (other than Oracle), but I really don't remember any details (since it was not relevant to me, because we only use Oracle database). In any case, it is possible to use a non-Oracle database with OC4J.
    Good Luck,
    Avi.

  • Possible to change the datasource from a business-view to a Sql Command ?

    Hello,
    When a business view contains a lot of elements it takes a while just to open the report.
    We'd like to keep the BV as the dictionnary, but,
    once the report design completed,
    we'd like to disconnect the business view and replace it by the Sql command which can be seen in the menu option 'show SQL query'.
    Is it possible via the RAS sdk ?
    Did somebody experience this ?
    How to proceed ?
    Thanks a lot
    Alain

    Hi Ted,
    I'm thinking opening a Case for this problem of opening reports based on a big BV.
    We can't really reduce the BV, since it is the dictionnary and we need the whole thing...
    I'm wondering why it is impossible to change the Datasource if the tables and fields underneath are identical.
    Is it impossible to change the fields' mapping ?
    The other solution, as you suggest, is to create a report from scratch, create a new Datasource with the Sql command format, and rebuild the report... I agree it looks like a big job...
    Do you know if it is possible to export the report in XML for instance, change the XML, and then re-import ?
    Thanks for your Help.
    Alain

  • Getting following error while creating a datasource connection with oracle database.

    I have 32 bit oracle server installed in remote server.
    and 64 bit sql server 2008 r2 report server installed, and 64 bit oracle client installed on my report server  while create a new datasource
    in the report server i am getting this error
    Error 
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle
    client components installed
    How can i fix this and let me know the reason

    This link will help you out.
    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/0a38fa00-31de-49de-b68f-4c5a4565e5b1?prof=required
    Milan Das

  • Error while creating datasource

    I am getting this error while creating the datasource on console of html page.
    java.lang.NullPointerException
         at weblogic.management.console.utils.MBeans.getMBeanClassNameFor(MBeans.java:1153)
         at weblogic.management.console.actions.mbean.EditMBeanAction.getMBeanClass(EditMBeanAction.java:210)
         at weblogic.management.console.actions.mbean.EditMBeanAction.getDialogTypeKey(EditMBeanAction.java:188)
         at weblogic.management.console.actions.internal.InternalActionContext.setAction(InternalActionContext.java:158)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:170)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

    well thankx for the inputs. well but te screen dosent move from tht point. as we enter a datasource name, it gives this error. and we havent logged into anywhr to give the access credentials.
    am wondering how then whts the point in knowing the username and pwd if i give edit datasource .
    thankx

  • Error while adding a datasource to an index

    Hi,
    I am creating an index with a file system repository. I have to create a taxonomy on that index to classify all the documents inside the repository. When i am trying to assign a datasource to the index i am getting the following error
    "The repository needs the properties service to be attached to a classification index"
    Can anybody help me?
    Thanks in Advance
    Prakash

    Hi Prakash,
    what you have to do is to edit the file system repository you want to assign as datasource to the index.
    (Content Management -> Repository Mangers -> File System Repository -> Mark "Your FS Repository" ->  Edit)
    Go through the list of Repository Services (click on Next Page) and activate (mark) the "properties" Repository Service.
    After saving and restarting! the J2EE Engine you should be able to add the datasource to the classification index.
    Hope this helps,
    Robert

  • Error while creating a datasource in planning 9.3.1 on oracle 11.2 database

    I am unable to create datasource in planning 9.3.1 on oracle 11.2 database. I have configure sharedservices and registered planning with shared servers. I am unable to create data source after application deployment and instance creation.
    I am getting the following error,
    Launching Hyperion Configuration Utility Program
    HYPERION_HOME: C:\Hyperion
    In HspDBPropertiesLocationPanel constructor
    In HspDBPropertiesLocationPanel queryEnter
    Resource Bundle is java.util.PropertyResourceBundle@322394
    Product Name in file is PLANNING
    Availability Date is 20051231
    Creating rebind thread to RMI
    Resource Bundle is java.util.PropertyResourceBundle@322394
    Product Name in file is PLANNING
    Availability Date is 20051231
    $$$$$$$$$$$$$ dname is
    Resource Bundle is java.util.PropertyResourceBundle@322394
    Product Name in file is PLANNING
    Availability Date is 20051231
    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEss
    baseEnv in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseEnv.<clinit>(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.<clinit>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.TestEssConnection(Unknown Source)
    at com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD
    SEssbasePanelManager.java:156)
    at com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase
    PanelManager.java:132)
    at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod
    uctCustomInputPanel.java:114)
    at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Sour
    ce)
    at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown
    Source)
    at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationControlle
    r.notifyListeners(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationControlle
    r.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    But, My essbase server is up and running. I am able to connect it through EAS.

    It looks like more of an issue with connecting to essbase, usually "java.lang.UnsatisfiedLinkError: no HspEssbaseEnv in java.library.path" means planning has not been installed or deployed correctly, what OS is it running on?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while transporting webservice datasources

    Hi all,
    I have created webservice datasources to fetch EP data to BW. and now i am transporting that Datasources from DEV to QA. I have colllected datasources alone in one req. (source system i have created in QA manually and i mapped that with DEV)
    But while transporting i am getting the folllowing error,
    3S3T   Start of the after-import method RS_RSDS_AFTER_IMPORT for object type(s) RSDS (Activation Mode)  
    Error  Screen output without connection to user .                                                                               
    Error when activating DataSource ZANS_MASTER BI7001                                                                               
    Please through some light is there any predefined settings i need to do in QA system?.
    Thanks in advance,
    V.Sen

    Dear All,
    Thanks for your kind reply.
    There are no R/3 Datasources involved. Our BI Cockpit landscape is based upon only BI system. No data transfer to take place between R/3 and BI.
    Secondly, you mean to say that I need to replicate my Source system in Production and then proceed with the transporting of the requests from Dev to Prod.
    But I never did the same in Quality while transporting from Dev. Is it that it might have been done in Quality beforehand by someone ?
    Also, when the Datasources have not been transported to Production (resulting in error) then how can i replicate these datasources in Production ???
    Let me know if I have not understood correctly.
    Many thanks again for your efforts.
    /Shalabh

  • Error while transporting Datasources in Production

    Dear All,
    I have facing a problem while transporting objects pertaining to BI Cockpit in Production.
    Earlier I had transported all the obects (in more than one transports) in Quality (from Development). After testing the objects, I had imported the same number of transports (and in the same order) to Production and now some of the requests have ended in errors like:
    DataSource 0TCTWHMTFM_TEXT does not exist in source system PW1CLNT003 of version A
    Such errors have occured for most of the Datasources.
    Can anyone let me know
    1) Why the transports have failed while importing in Production when similar requests have been transported successfully to Quality.
    2) The possible solution to correct the error.
    Request your kind help to overcome this problem.
    Regards
    Shalabh

    Dear All,
    Thanks for your kind reply.
    There are no R/3 Datasources involved. Our BI Cockpit landscape is based upon only BI system. No data transfer to take place between R/3 and BI.
    Secondly, you mean to say that I need to replicate my Source system in Production and then proceed with the transporting of the requests from Dev to Prod.
    But I never did the same in Quality while transporting from Dev. Is it that it might have been done in Quality beforehand by someone ?
    Also, when the Datasources have not been transported to Production (resulting in error) then how can i replicate these datasources in Production ???
    Let me know if I have not understood correctly.
    Many thanks again for your efforts.
    /Shalabh

Maybe you are looking for