Settings for datasource 2LIS_02_ITM in R/3?

Dear Friends,
I am preparing the datasource 2LIS_02_ITM in R/3 for data extraction and the SAP Library shows that there are some prerequisites for using this datasource. The following settings (as below) need to need to be made in R/3. Can somebody explain how to navigate to this setting in R/3? i am not able to find the path for this. Thanks a lot in advance for the help.
Raj
For 2LIS_02_ITM
Prerequisite:
If you wish to transmit data on other processes to the BW Content in addition to the standard processes.
You should Maintain process keys in order for your data to be interpreted correctly in the BW Content.
The path is
Customer-Defined DataSource--> Logistics --> Settings for Purchasing --> Maintain Process Keys for SAP BW

Hi Raj,
See if these help you:
Re: Process Keys in Purchasing Analysis
Re: Process Keys in MM
Re: 2LIS_02* Purchasing extractors
Hope this helps...

Similar Messages

  • What are the settings for datasource and infopackage for flat file loading

    hI
    Im trying to load the data from flat file to DSO . can anyone tel me what are the settings for datasource and infopackage for flat file loading .
    pls let me know
    regards
    kumar

    Loading of transaction data in BI 7.0:step by step guide on how to load data from a flatfile into the BI 7 system
    Uploading of Transaction data
    Log on to your SAP
    Transaction code RSA1—LEAD YOU TO MODELLING
    1. Creation of Info Objects
    • In left panel select info object
    • Create info area
    • Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    • Create new characteristics and key figures under respective catalogs according to the project requirement
    • Create required info objects and Activate.
    2. Creation of Data Source
    • In the left panel select data sources
    • Create application component(AC)
    • Right click AC and create datasource
    • Specify data source name, source system, and data type ( Transaction data )
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    • In proposal tab load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    • Activate data source and read preview data under preview tab.
    • Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    3. Creation of data targets
    • In left panel select info provider
    • Select created info area and right click to create ODS( Data store object ) or Cube.
    • Specify name fro the ODS or cube and click create
    • From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS
    • Click Activate.
    • Right click on ODS or Cube and select create transformation.
    • In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full)
    • In update tab specify error handling ( request green)
    • Activate DTP and in execute tab click execute button to load data in data targets.
    4. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. There are two tables in ODS new table and active table to load data from new table to active table you have to activate after selecting the loaded data . Alternatively monitor icon can be used.
    Loading of master data in BI 7.0:
    For Uploading of master data in BI 7.0
    Log on to your SAP
    Transaction code RSA1—LEAD YOU TO MODELLING
    1. Creation of Info Objects
    • In left panel select info object
    • Create info area
    • Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    • Create new characteristics and key figures under respective catalogs according to the project requirement
    • Create required info objects and Activate.
    2. Creation of Data Source
    • In the left panel select data sources
    • Create application component(AC)
    • Right click AC and create datasource
    • Specify data source name, source system, and data type ( master data attributes, text, hierarchies)
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    • In proposal tab load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    • Activate data source and read preview data under preview tab.
    • Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    3. Creation of data targets
    • In left panel select info provider
    • Select created info area and right click to select Insert Characteristics as info provider
    • Select required info object ( Ex : Employee ID)
    • Under that info object select attributes
    • Right click on attributes and select create transformation.
    • In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full)
    • In update tab specify error handling ( request green)
    • Activate DTP and in execute tab click execute button to load data in data targets.

  • JDBC TX Settings for Weblogic Portal Content Repo Datasources

    I have a scenario where I require two WLP content stores for the application. If I set the individual datasources to Support Global Transactions = True, then the application throws TX errors: ...Caused by: java.sql.SQLException: Connection has already been created in this tx context for pool named PMRestDataSource. Illegal attempt to create connection from another pool: portalDataSource.
    What I did to solve this was isolate the Content Repo datasource from the portalDataSource (in fact, it is in a separate database schema from the portal framework artifacts in the Production environment), and set both of the Content-specific datasources to Support Global Transactions = False that fixed the issue.
    The question I have is this: Is there any reason I need TX support for datasources that exclusively support connecting to a WLP Content Store?
    Thanks in advance for your help!
    Reference content-config.xml:
    <content-store>
    <name>PM Repository</name>
    <description>Default Content Repository Configuration</description>
    <class-name>com.bea.content.spi.internal.ExtendedRepositoryImpl</class-name>
    <repository-property>
    <description>Data source to use.</description>
    <name>CM_DATA_SOURCE</name>
    <value>PMRepoDataSource</value>
    </repository-property>
    <repository-property>
    <description>Enable repository events for full-text search.</description>
    <name>cm_fireRepositoryEvents</name>
    <value>false</value>
    </repository-property>
    <read-only>false</read-only>
    <binary-cache-max-entry-size>1024</binary-cache-max-entry-size>
    <!-- metadata search -->
    <search-is-enabled>true</search-is-enabled>
    <!-- full text search -->
    <fulltext-search-is-enabled>true</fulltext-search-is-enabled>
    <search-indexing-is-enabled>true</search-indexing-is-enabled>
    </content-store>
    <content-store>
    <name>REST Repository</name>
    <description>REST Content Repository Configuration</description>
    <class-name>com.bea.content.spi.internal.ExtendedRepositoryImpl</class-name>
    <repository-property>
    <description>Data source to use.</description>
    <name>CM_DATA_SOURCE</name>
    <value>PMRestDataSource</value>
    </repository-property>
    <repository-property>
    <description>Enable repository events for full-text search.</description>
    <name>cm_fireRepositoryEvents</name>
    <value>false</value>
    </repository-property>
    <read-only>false</read-only>
    <binary-cache-max-entry-size>1024</binary-cache-max-entry-size>
    <!-- metadata search -->
    <search-is-enabled>true</search-is-enabled>
    <!-- full text search -->
    <fulltext-search-is-enabled>false</fulltext-search-is-enabled>
    <search-indexing-is-enabled>true</search-indexing-is-enabled>
    </content-store>

    I created the table manually and run the scripts again while creating new weblogic domain and its working fine now.
    What can I say is this particular *<install_home>/wlportal_10.3/portal/db/oracle/pf9_create_tables.sql.sql* is not executed as per the jdbc log which I saw.

  • Purchase Order History 0SRPO_D1 no update from Datasource 2LIS_02_ITM

    Version
       SapNetwear 2004s
       SAP_BW Patch 14
       BI_CONT Patch 5
    From Business Content I activated ODS 0SRPO_D1-Purchase Order History and all components as datasource 2LIS_02_ITM. Version is 3x with Transfer Rule, InfoSource and update rule.
    Datasource is with Delta Process type ABR.
    Data are correctly extracted from R/3 (Version ECC6.0) to the PSA. But 0 data are updated in the ODS.
    I have the same the problem with ODS 0SRCT_DS1-Contract Management.
    Is someone has any idea?

    Problem solved.
    It was necesary to determine the Industry Sector before sending items from MM.
    Transaction SBIW / Settings for Application-Specific DataSources (PI) / Logistics / Settings: Purchasing / Determine Industry Sector
    By default, the option "None" is flagged.

  • DataSource 2LIS_02_ITM has to be replicated

    Hello ,
    *We cannot load data to PSA (BW 7.0) with extractor 2LIS_02_ITM.*
    (Some changes might have occurred in R/3 due to a full SAP solution loaded. But theses changes should not have impacted BW).
    We launch the data package : We receive the message
    DataSource 2LIS_02_ITM has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 2LIS_02_ITM does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 25.08.2008 16:16:10.
    The time stamp in the BW system is 08.11.2007 14:27:56.
    System Response
    The load process has been terminated.
    Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.
    We did the following actions :
    1)     Replicate data source
    2) We tried to activate the data source (modify, activate) :
    We get an error message :
    Inconsistent user object 2LIS_02_ITM                   V47_020 for PSA 2LIS_02_ITM_BA
    Message no. RSAODS251
    3) We launched program RS_TRANSTRU_ACTIVATE_ALL for this data source. It went ok.
    But still, we have the same error when we launch infopackage again.
    - How could we investigate ?
    - What can be done ?
    - Do you know where to see the time stamp of data source on BW side ?
    Thanks a lot for your help.
    Françoise

    Hello,
    The change done in extractor 25.08.2008 :
    after receiving update from the SAP business solution, this date was 20.08.2008.
    to try to solve our problem, we reactivated the data source 2LIS_02_ITM in source system R/3 on 25.08.2008
    you should delete all PSA table, not only last request :
    does it mean we should delete (and not empty) PSA table with transaction SE14 ?
    Then how do we recreate again PSA table ?
    Françoise

  • One field in standard datasource 2LIS_02_ITM can not be found in LBWE

    Dear expert:
    I have one field NOPOS of datasource 2LIS_02_ITM (Purchasing Order Item) need to find the source table.
    Here my question is: NOPOS is a standard field of datasource 2LIS_02_ITM, why can I not find this field in LBWE through maintenance? Any suggestion to find the source table?
    Thanks all for your time in advance~
    Tim

    even if it is a counter field it should be present in DataSource  structure as the infosource of this DataSource  has mapping of this field.
    Check the HELP.SAP.COM documentation for same
    Regards,
    Sharayu

  • Configurational settings for data source in BI server

    Hi Sdns,
    Where can we make  configurational settings for data source in BI server.
    Advance thanks to replies.
    karun

    Go to T-code RSA13.
    Search you desired BI system.
    Right click on it and Display Data Source Tree.
    There you can see all your datasource with BI as source system.
    You can do the same for other source systems.
    Double click on the datasource to see the fields and configuration.

  • Not getting transfer rules for 2LIS_02_HDR , 2LIS_02_ITM and 2LIS_02_SCL

    Hello Bi experts,
    Actually i am implementing standard Purchasing module in BI system.
    While implementing , i have installed cube 0PUR_C04 with data flow before options.
    After installation , i am not getting transfer rule for 2LIS_02_HDR , 2LIS_02_ITM and 2LIS_02_SCL .
    I am getting transfer rule for 2LIS_02_S011 only.
    0PUR_c04 contains these 4 dataspurces - 2LIS_02_HDR , 2LIS_02_ITM and 2LIS_02_SCL , 2LIS_02_S011 .
    So how can i get these transfer rule. and if we want to implement std Purchasing module in BI , which Cubes are required or necessary.
    In metadata repository also , for Cube 0PUR_c04 , it does not showing transfer rule HDR/ITM/SCL. there also it is now showing transfer rules.
    I will be also very thankful if anybody just give me overview of purchasing.
    Thanks,
    Sada.

    Hello Mani,
    Thanks a lot.you are the first one who has answered my que. which i expect .
    Look at following floe in infoprovider in my system. and please tell me what exactly i should do?
    Cube->Purchasing Groups                                                                                0PUR_C04
               Update Rule->0PUR_C04 2LIS_02_HDR                                                                       AY0XVMCJPXXXXXXXXXXXXXXXX
                                    Infosource->Purchasing Data (Document Header Level) as of 2.0B      2LIS_02_HDR
               Update Rule->0PUR_C04 2LIS_02_ITM                                                                         4YSO2PF9XXXXXXXXXXXXXXXXX
                                     INfosource->Purchasing Data (Document Item Level) as of 2.0B          2LIS_02_ITM
               Update Rule->0PUR_C04 2LIS_02_S011                                                                      CSB3FHGQXXXXXXXXXXXXXXXXX
                                     Infosurce->Purchasing groups                                                               2LIS_02_S011
                                                      Transfer Rule->from 2LIS_02_S011 for SC4 Client 600        2LIS_02_S011                  SCXCLNTXXX
                                                                             Datasource->Purchasing groups                    2LIS_02_S011
               Update Rule->0PUR_C04 2LIS_02_SCL                                                                        4ZZ0DMZXXXXXXXXXXXXXXXXXX
                                     Infosource->Pur.Data (Document Schedule Line Level)                         2LIS_02_SCL
    Mani i am expecting answer from you.
    Thanks,
    Sada

  • Hello All... Back after a brief absence, things look a little bit different. I'm trying to take a 16 minute mini dv video and compress it for use on the web. I'm interested in any suggestions you may have on settings for the video and audio tracks. I'v

    Hello All...
    Back after a brief absence, things look a little bit different.
    I'm trying to take a 16 minute mini dv video and compress it for use on the web. I'm interested in any suggestions you may have on settings for the video and audio tracks. I've tried using Sorenson 3 (15 frames, key frames set to automatic, 320 x 240) for video and IMA 4:1 (mono) for audio. The resulting video looked great but the file size came in at about 255 Mb.
    Thanks!
    PowerMac G5 1.8 Dual   Mac OS X (10.4.3)  
    Message was edited by: Dan Foley

    Thank you for the replies.  Everyone was correct about the jack, interface, and phasing problems.  I have been unplugging my motu audio interface and then using headphones at work.  I have not changed any detailed audio output settings in logic.  When I read that the jack might be a problem I tried switching headphones.  This actually helped.  I am using dre-beats headphones and they seem to be having issues with the mac/jack-(the phasing/panning problems.  I can use these headphones with other devices but not the mac.  I have to use ipod ear buds and the phasing seems fixed.  Hopefully this information is helpful to someone else. 
    If anyone knows how to correct this issue please let me know its difficult to know what my final mixes are going to sound like and I have had to keep bouncing everything into i-tunes- sync to ipod and then listen in my car radio. 

  • Adobe cloud to save automatically actions, stuff and settings for example?

    Hi!
    I had a hard-disk error and had to reinstall everything and with that I lost my photoshop actions...
    Can't adobe cloud save automatically / sync this kind of stuff and personalize settings for example?
    Thanks!
    Francisco

    Hi Francisco, here are the details around sync settings and items that can be synced as of now: Photoshop Help | Sync settings using Adobe Creative Cloud
    Thanks,
    Atul Saini

  • HT4864 I am getting a triangle with an exclamation point next to my inbox...it says: There may be a problem with the mail server or network. Verify the settings for account "MobileMe" or try again.  The server returned the error: Mail was unable to log in

    I can send but cannot recieve email
    This is the messege I am gewtting:
    There may be a problem with the mail server or network. Verify the settings for account “MobileMe” or try again.
    The server returned the error: Mail was unable to log in to the IMAP server “p02-imap.mail.me.com” using “Password” authentication. Verify that your account settings are correct.
    The server returned the error: Service temporarily unavailable

    Also if I go to system preferences accounts and re-enter the password it fixes the glitch sometimes.

  • ITunes looses photo sync settings for Apple TV (1st gen.)

    Since the update to the new Photo app on my Mac, iTunes forgets the photo sync settings for my Apple TV (1st. generation, 160 GB HDD).
    Every time I open the photo section of the Apple TV sync settings, all the options are turned off. Then I mark a couple of albums and sync the Apple TV >> all album appear on the Apple TV.
    But after closing and re-opening iTunes in the photo settings everything is unmarked again. So on every following sync the photos on the Apple TV are easily erased :-( Resync them to the Apple TV takes hours (>30'000 photos!).
    All the other sync settings in iTunes remain intact.
    Environment:
    - MacBook Pro Retina 15" with the latest SW (Mac OS, iTunes, Photo App, etc.)
    - Apple TV 1st gen 160 GB HDD

    Restarting iTunes resolves the issue in the majority of cases, if it doesn't my second guess would be your security software.
    What really seems strange here is that there have been no updates since well before Xmas, so after initially setting it up, the first update would have brought you right up to the most recent (and indeed the very last) .
    Agh, how silly of me, I see it's iTunes you have updated.
    If that's about all you've changed, you might want to try reinstalling iTunes and bonjour.
    Message was edited by: Winston Churchill

  • Different rich text/plain text settings for different accounts?

    I use Mail for both my work email (MS Exchange) and my personal email (webmail/IMAP). Many of my coworkers use Outlook's rich text formatting options, so I need to have my work emails go out as rich text. However I'd like to have my personal emails go out as plain text.
    I can set Mail to create new messages in plain text, but to reply in the same format of the original message. That takes care of everything EXCEPT when I compose a new message using my work address... in that case it goes out as plain text, and my coworkers complain that they can't use formatting, because their copies of Outlook are in turn configured to reply in the same format as the original message.
    So ideally what I'd like is to have two different formatting settings for my two different accounts. Anyone know how this might be done? Any plugins, etc., that might accomplish this?

    Since you are running Jaguar, Jaguar and Panther Mail do not support composing in HTML and this includes when forwarding a message received that was composed in HTML.
    Since Jaguar and Panther Mail do not support composing or forwarding HTML, you can't embed images or photos in the message body anyway.
    RTF with Tiger Mail is really HTML and although Tiger Mail does not include an HTML composer/editor, you can copy/paste HTML format from a web page and forward HTML received.
    Images/photos and single page PDF attachments are revealed as inline or viewed in place within the body of the message by default which cannot be turned off. This applies to received and sent messages which is not the same as being embedded. Embedded requires HTML and an embedded attachment is not a true attachment. All Mail.app versions render HTML received but you cannot attach a photo or image as embedded with Jaguar or Panther Mail so it doesn't matter if you use RTF or Plain Text in regards to photo/image or single page PDF attachments which appear as inline or viewed in place within the body of the message by default regardless.
    When you use Plain Text for message composition, the receiving mail client renders the text in whatever font the reader chooses.
    IMO, everyone should use Plain Text for message composition. Messages would be boring to some but the majority if not all problems experienced with email would be eliminated if HTML was banned from message composition.

  • TS2446 I just got my iPad,  I have an iPod. When I go to put apps on it says my apple I'd Is disabled. I have reset the passwords. Somehow I have two id's?  I've gone into settings for apps signed out and back in with the new p.w.  I can't think of what e

    I just got my iPad,  I have an iPod. When I go to put apps on my new ipad it says my apple ID Is disabled. I have reset the passwords. Somehow I have two id's?  I've gone into settings for apps signed out and back in with the new p.w.  I can't think of what else to do to get the disabled block off.  Any ideas?? Thanks

    See this Apple document for help...
    http://support.apple.com/kb/ts2446

  • When I try to disable cellular data in the settings for my apps it will toggle fine, but once I exit and go back in to the cellular settings its back on again all by itself.

    I have had a problem with my iphone 4s for some time now but I have just been so busy to try and fix it. When I try to disable cellular data in the settings for my apps it will toggle fine, but once I exit and go back in to the cellular settings its back on again all by itself. However, even though it says the data is on, I can’t use the data when I don’t have wifi. I tried restoring my phone a few times and the last time I did that, it wouldn’t turn my service on so I had to talk with a Verizon agent for a long time trying to fix it and finally they simply sent me another phone. I thought hey new phone, this part will be fixed. However, I got my service to work but it’s still the same problem with the cellular data. I have just left it alone and not worried about it, but it’s still not fixed and thought I could ask on here if anyone had any ideas. It has something to do with the apps actually installed on the iphone. Apps like the mail, safari, settings, itunes apps, etc. All my other apps turn on and off just fine. Does anyone have any ideas?

    Read the User's Guide... it covers how to backup and sync the device as designed.

Maybe you are looking for

  • Trouble connecting Macbook pro to Samsung monitor via DVI adaptor.

    I just bought an Apple mini display port to dvi adaptor but no graphics are being displayed on my monitor (a samsung tv/monitor). All that is present is the background on my macbook. Any ideas on how to sort this please?

  • Computer just beeps when it's turned on

    My computer screen went black: My screen goes black every time I turn it on I tried a bunch of things but it didn't work. I think the screen was just broken. It seemed to be coming on like normal, just without a screen. Then I really messed it up. I

  • PCUI - Restrict Accounts Search by Partner Group

    Hi,    Is there a way to restrict the BP Search Results by Account Group in PCUI. We want the Users to access all accounts except those belonging to 1 Partner Group. Thanks, Ranjan.

  • What's the equivalent for "Manage Business Partner" or BBPMAININT in SRM 7

    Hello, Where can I launch the "manage business partner" process in SRM 7.0 system, which is equivalent to "Manage Business Partner" menu or BBPMAININT transaction in lower SRM release (<7.0)? Thanks.

  • Kernel panic on CD insertion?

    here's one. i'm a very experienced and advanced mac user but this is a first for me. a co-worked said she was having problems with her macbook pro. she put in a cd and a kernel panic came up. i put it into my blackbook and the same thing happened. th