LO Extraction

Hi BW Experts
As I am in Support project since one year i use to fix the load issues and some reporting stuff. Now iam doing developement stuff and now i want to know clear picture of LO Extraction.
So can any one help me from scratch how to extract data, if possible with screen shots
For example we have Info source for Billings 2LIS_13_VDITM. So now for example we have to activate this and want to populate data.
questions are
1. How to activate this in Business content level in r/3 or bw.
2. we have Maintain extracture tab in LBWE in R/3, so we can select the fiels whatever we want, then why we add extra fields in append structure for Extract structure.
3. If we are adding a new field in append structure, so how we map that, we have to create info object in BW too?
4. How to map field to info object in Transfer structure (just drag and drop left to right.)
5. What is the exact difference between transfer st. and communication st. What exactly happens here when we map field to object.
6. What's the difference between transfer routine and start routine, where we will do currency translation and what's the necessity.
7. what's the conversion routines which we see in info package.
8. Finally what's the exact difference between the code which we write in CMOD in R/3, transfer routine, start routine.
This are the basic questions for you experts. But please spare some time to me and explain. Because i got these doubts by cheking the developement who had done earlier.
Please can you explain in sequence.
Millions of thanks in advance.
Reddi.

Hi,
1.Installing(activation) Business Content
http://help.sap.com/saphelp_bw31/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/content.htm
2.If u need any extra information which is not there in the extract structure then u will go for append
3.Not all fields in the Extract structure have to be assigned infoobjects. How ever after a metadata upload, only the fields that were assigned an infoobjects are made available in the template data source for creating the communication structure..(R/3)
If the infoobject is not available in BC then wehave to create..
4. After creating the communication structure in the infosource, when u assign the data source which is replicated from R/3 BW proposes a transfer structure based on the informaton of the communication structure.TS maps datasource fields to infosource infoobjects .
5.The transfer structure is the structure in which the data is transported from the source system into the SAP Business Information Warehouse.
It provides a selection of the DataSource fields for the source system
The communication structure is localized in the SAP Business Information Warehouse and displays the structure of the InfoSource. It contains all of the InfoObjects belonging to the InfoSource of the SAP Business Information Warehouse.
6.trnafer routine:You can create a start routine in the transfer rule maintenance. This start routine is executed for each data package once the data has been written to the PSA and before the transfer rules have been executed. The entire data package in the transfer structure format is used as parameter.
Start routine: You have the option of creating a start routine that is then carried out per data packet at the beginning of the update. You can, for example, use the start routine to generate internal tables that you can then use for key figure and characteristic routines.
7.Conversion routines are used in SAP BW so that the characteristic values (key) of an InfoObject can be displayed or used in a different format to how they are stored in the database. They can also be stored in the database in a different format to how they are in their original form, and supposedly different values can be consolidated into one.
8.I', not sure about the code in Cmod.
Regards-
Siddhu

Similar Messages

  • How to extract Cleared and Open Items from SAP R/3?

    Hi experts,
    I have a requirement from user to extract cleared and open invoice items from SAP R/3.
    Can someone tell me how to do that?
    Thanks!

    Hi,
    Use the Data source 0FI_AR_4 to Know the status (0FI_DOCSTAT) of payment to be done by customer.
    OR
    Enhance the 2LIS_13_VDITM with VBUP fields which will give the status of Billing.
    With rgds,
    Anil Kumar Sharma .P

  • Extraction and loading of Training and Event Management data (0HR_PE_1)

    hello,
    I've got the following doubt:
    before BI 7.0 release, extractor 0HR_PE_1 extracts event data (eventid, attendee id, calday,...) but if you load straight to cube 0PE_C01, as Calendar year/month needs a reference date (for example, event start date), you'll get total duration of event in hours or days refered to event star date.
    So in a query filtered by month, you get total duration of an event that starts in the filtered month but it couldn`t end until few months later o year later, so you don´t get appropiate information.
    Example:
    Event          calday        Hours
    10004377  20081120   500        but from event_attr event end date is 20090410.
    In a query filtered by 200811 you get total duration time (500 hours when in 200811 event hours have been 20) or if you filter by any month of 2009 you don´t get information of duration of that event.
    I had to create a copy of standar cube (without calday, only Calendar year/month, Calendar year in time dimension) and disaggrate data creating as many entries for an event as months lasts and adjust calculation of ratios duration of event (duration of event in each month/ total duration of event).
    The question is: Is there any improvement or change on business content in BI 7.0 to treat Training and Event Management data? Has anybody had to deal with that?
    Thank you very much.
    IRB

    Hi,
    TEM data is stored in HRP tables.
    You can load the catalog by creating LSMWs for objects Business event group (L), Business event types (D), Locations (F), Organizers (U) as per requirement.
    LSMW for tcode PP01 can be used to create these objects.
    To create Business Events (E) you can create LSMW for PV10/PV11.
    To book attendee create LSMW for tcode PV08 as here you can specify the actual business event ID which reduces ambiguity.
    tcode PV12 to firmly book events
    tcode PV15 to follow up
    Hope this helps.
    Regards,
    Shreyasi.

  • How to Extract Data for a Maintenance View, Structure and Cluster Table

    I want to develop  3 Reports
    1) in First Report
    it consists only two Fields.
    Table name : V_001_B
    Field Name1: BUKRS
    Table name : V_001_B     
    Field Name2: BUTXT
    V_001_B is a Maintenance View
    For this one I don't Find any Datasource
    For this Maintenance View, How to Extract the Data.
    2)
    For the 2nd Report also it consists Two Fields
    Table name : CSKSZ
    Field Name1: KOSTL (cost center)
    Table name : CSKSZ
    Field Name2: KLTXT (Description)
    CSKSZ is a Structure
    For this one I don't Find any Datasource
    For this Structure How to Extract the Data
    3)
    For the 3rd Report
    in this Report all Fields are belonging to a Table BSEG
    BSEG  is a Cluster Table
    For this one also I can't Find any Datasource,
    I find very Few Objects in the Datasource.
    For this One, How to Extract the Data.
    Please provide me step by step procedure.
    Thanks
    Priya

    Hi sachin,
    I don't get your point can you Explain me Briefly.
    I have two Fields for the 1st Report
    BUKRS
    BUTXT
    In the 2nd Report
    KOSTL
    KLTXT
    If I use  0COSTCENTER_TEXT   Data Source
    I will get KOSTL Field only
    what about KLTXT
    Thanks
    Priya

  • Basic extraction  doubts sap SAP R/3 to SAP BI

    IN SBIW which radio button i should select if i am extracting the Table in R/3  with 77 fields into sap BI ?
    1) Transaction  or
    2)Master data attributes
    3)texts data
    please tell me ...
    and after that If i want to  use the table for reporting in SAP BI, To which is the best data target to create in SAP BI?
    a)Infocube
    b)DSO
    and please tell me the steps to do in SAP BI system?
    I am asking all these because i am new to sap BI ?
    please do write me...thank you !!!!!!1

    Hi,
    i suppose you need transaction data. We could be sure if you post the table which you want to extract.
    The infoprovider you need is dependent from the data you need for reporting. Pls. search in SDN or in the help.sap.com for modelling help.
    Regards
    Edited by: Zoltan Both on Aug 20, 2008 1:14 PM
    Edited by: Zoltan Both on Aug 20, 2008 1:16 PM

  • BODS 3.1 : SAP R/3 data extraction -What is the difference in 2 dataflows?

    Hi.
    Can anyone advise as to what is the difference  in using the data extraction flow for extracting Data from SAP R/3 ?
    1)DF1 >> SAPR/3 (R3/Table -query transformation-dat file) >>query transformation >> target
    This ABAP flow generates a ABAP program and a dat file.
    We can also upload this program and run jobs as execute preloaded option on datastore.
    This works fine.
    2) We also can pull the SAP R/3 table directly.
    DF2>>SAPR/3 table (this has a red arrow like in OHD) >> Query transformation >> target
    THIS ALSO Works fine. And we are able to see the data directly into oracle.
    Which can also be scheduled on a job.
    BUT am unable to understand the purpose of using the different types of data extraction flows.
    When to use which type of flow for data extraction.
    Advantage / disadvantage - over the 2 data flows.
    What we are not understanding is that :
    if we can directly pull data from R/3 table directly thro a query transformation into the target table,
    why use the Flow of creating a R/3 data flow,
    and then do a query transformation again
    and then populate the target database?
    There might be some practical reasons for using these 2 different types of flows in doing the data extraction. Which I would like to understand.  Can anyone advise please.
    Many thanks
    indu
    Edited by: Indumathy Narayanan on Aug 22, 2011 3:25 PM

    Hi Jeff.
    Greetings. And many thanks for your response.
    Generally we pull the entire SAP R/3 table thro query transformation into oracle.
    For which we use R/3 data flow and the ABAP program, which we upload on the R/3 system
    so as to be able to use the option of Execute preloaded - and run the jobs.
    Since we do not have any control on our R/3 servers nor we have anyone on ABAP programming,
    we do not do anything at the SAP R/3 level
    I was doing this trial and error testing on our Worflows for our new requirement
    WF 1 : which has some 15 R/3 TABLES.
    For each table we have created a separate Dataflow.
    And finally in between in some dataflows, wherein, the SAP tables which had lot of rows, i decided to pull it directly,
    by-passing the ABAP flow.
    And still the entire work flow and data extraction happens ok.
    In fact i tried creating a new sample data flow and tested.
    Using direct download and - and also execute preloaded.
    I did not see any major difference in time taken for data extraction;
    Because anyhow we pull the entire Table, then choose whatever we want to bring into oracle thro a view for our BO reporting or aggregate and then bring data as a table for Universe consumption.
    Actually, I was looking at other options to avoid this ABAP generation - and the R/3 data flow because we are having problems on our dev and qa environments - giving delimiter errors.  Whereas in production it works fine. Production environment is a old set up of BODS 3.1. QA and Dev are relatively new enviornments of BODS. Which is having this delimiter error.
    I did not understand how to resolve it as per this post : https://cw.sdn.sap.com/cw/ideas/2596
    And trying to resolve this problem, I ended up with the option of trying to pull directly the R/3 table. Without using ABAP workflow.  Just by trial and error of each and every drag and drop option. Because we had to urgently do a POC and deliver the data for the entire e recruiting module of SAP. 
    I dont know whether i could do this direct pulling of data - for the new job which i have created,
    which has 2 workflows with 15 Dataflows in each worflow.
    And and push this job into production.
    And also whether i could by-pass this ABAP flow and do a direct pulling of R/3 data, in all the Dataflows in the future for ANY of our SAP R/3 data extraction requirement.  And this technical understanding is not clear to us as regards the difference between the 2 flows.  And being new to this whole of ETL - I just wanted to know the pros and cons of this particular data extraction. 
    As advised I shall check the schedules for a week, and then we shall move it probably into production.
    Thanks again.
    Kind Regards
    Indu
    Edited by: Indumathy Narayanan on Aug 22, 2011 7:02 PM

  • Open Hub: How-to doc "How to Extract data with Open Hub to a Logical File"

    Hi all,
    We are using open hub to download transaction files from infocubes to application server, and would like to have filename which is dynamic based period and year, i.e. period and year of the transaction data to be downloaded. 
    I understand we could use logical file for this purpose.  However we are not sure how to have the period and year to be dynamically derived in filename.
    I have read in sdn a number of posted messages on a similar topic and many have suggested a 'How-to' paper titled "How to Extract data with Open Hub to a Logical Filename".  However i could not seem to be able to get document from the link given. 
    Just wonder if anyone has the correct or latest link to the document, or would appreciate if you could share the document with all in sdn if you have a copy.
    Many thanks and best regards,
    Victoria

    Hi,
    After creating open hub press F1 in Application server file name text box from the help window there u Click on Maintain 'Client independent file names and file paths'  then u will be taken to the Implementation guide screen > click on Cross client maintanance of file name > create a logical file path by clicking on new entiries > after creating logical file path now go to Logical file name definition there give your Logical file , name , physical file (ur file name followed by month or year what ever is applicable (press f1 for more info)) , data format (ASC) , application area (BW) and logical path (choose from F4 selection which u have created first), now goto Assignment of  physical path to logical path > give syntax group >physical path is the path u gave at logical file name definition.
    however we have created a logical path file name to identify the file by sys date but ur requirement seems to be of dynamic date of tranaction data...may u can achieve this by creating a variable. U can see the help from F1 that would be of much help to u. All the above steps i have explained will help u create a dynamic logical file.
    hope this helps u to some extent.
    Regards

  • F.01 - extract to consolidation on company code level

    Hi everyone
    We're trying to do an extract to consolidation on company code level (1). When popup dialog "Filename for extraction file" appears we can choose between presentation server or application server.
    When choosing presentation server and logical filename ECCS_FILE we get error GC027 (Error opening file c:\temp\EXTRACT_CS_CO.txt).
    Doing so choosing application server however works (whereas path isn't the same).
    We already checked and double-checked settings of logical file name and logical path in transaction FILE.
    Any suggestions what to do or isn't it supposed to work via presentation server?
    Thanks in advance and best regards to all
    Renaud

    I have not seen anything that you have mentioned to enter file path?
    Is this being customised for your Company?
    How did you download this before?

  • Extract Data with OPEN HUB to a Logical Filename

    Hi Experts,
    Can anybody help me in sending the link for How to guide...Extract Data with OPEN HUB to a Logical Filename?
    Thanks in advance.
    BWUser

    Hi,
    check this links...
    http://searchcrm.techtarget.com/generic/0,295582,sid21_gci1224995,00.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b498e02af76b
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1570a990-0201-0010-1280-bcc9c10c99ee
    hope this may help you ..
    Regards,
    shikha

  • InfoSpoke Flat File Extract to Logical Filename

    I'm trying to extract data from an ODS to a flat file. So far, I've found that the InfoSpoke must write to the application server for large data volume. Also, in order for the InfoSpoke to transport properly, I must use logical filenames. I've attempted to implement the custom class and append structure as defined in the SAP document "How To... Extract Data with OPEN HUB to a Customer Defined Logical Filename". I'm getting an error when attempting to import the included transports (custom class code). It appears to be a syntax error. Has anyone encountered this, and, if so, how did you fix it?

    Hello.
    I'm getting a syntax error also.  I did not import the transport, but applied the notes thru the appendix.  When I modified the method "GET_OBJECT_REF_INT" in class CL_RSB_DEST as below, I get a syntax error on the "create object" statement.
        when rsbo_c_desttype_int-file_applsrv.
    *{   REPLACE        &$&$&$&$                                          1
    *\      data: l_r_file_applsrv type ref to cl_rsb_file_applsrv.
          data: l_r_file_applsrv type ref to zcl_rsb_file_logical.
    *}   REPLACE
          create object l_r_file_applsrv
            exporting i_dest    = n_dest
                      i_objvers = i_objvers
    Class CL_RSB_DEST,Method GET_OBJECT_REF_INT
    The obligatory parameter "I_S_VDEST" had no value assigned to it.

  • Index failure for a PDF with Extraction Not Allowed

    Hi,
    We have a few PDFs files protected against Page Extraction.
    Is it possible to pass the password to the TREX Engine, somehow, in order to be able to index these files? We want to keep this protection, because the users should not be able to extract any information, when opening the documents.
    Thanks & Best Regards,
    John

    The Template .dwt file is only used locally by DW itself, there's no reason to upload it to the server unless you intend to share it with someone. You have to upload each individual page that the Template updates, every time you update the template and propagate that change across the child pages.
    It would probably be better to use a server side include. That way, you could update one file then upload it and all of your pages would automatically carry that update...
    SSI for Apache: http://www.javascriptkit.com/howto/ssi.shtml
    PHP's version: http://www.tizag.com/phpT/include.php
    It's especially handy if your site gets to the point where you have more than about 20 pages.

  • Extract an image which is only on opening screen

    A while back I chose an image of my cat to use on the opening screen of my iPhone.
    The cat is now dying and I would love to use that image in a multimedia program.
    But I no longer have the original image.
    Is there somewhere that the image is stored, and can I get to it to extract it?

    It is possible to extract this file without jailbreaking. There is an application called mobilesyncbrowser that lets you extract files from your backup - it's going to cost $20 as the extract photos option is only available in the registered "Plus" version.
    To extract the lock screen picture using this program it's located in Pictures & Other Files > Library and the file name is Lockbackground.jpg

  • Turkish WinRAR extracting Photoshop?

    I'll try to explain it as clear and concise as I can...
    At work, I am having trouble with Adobe Photoshop CS3... (I'll refer to the PC in question as "My PC")
    My C-drive generally has about 1 or 1,5gigabytes of free memory
    Photoshop CS3 is installed on my E-drive
    Recently, I've encountered a problem when I tried to start-up Photoshop, the same way I always do; I doubleclick the icon on my desktop, when all of a sudden some program popped up with a strange language, that had a bar with green and grey in it. After taking a screenshot and clicking the button that appeared to be the Cancel button I restarted my PC and tried again, this time it just started up.
    I then tried to find the location where this program was extracting to, but I couldn't find the folder it referred to.
    I just copied the text into Google Translate and found it that it was turkish, and at many places to find an answer as to what this was, what it was doing and why it was doing it, but so far, I've not gotten a single answer, and I am quite concerned, since it's filling up my C-drive quickly, and I only have 182mb left by now.
    This problem has even cost me an entire day worth of work already, and I am seriously getting frustrated right now, so I hope anyone in here might know what I'm talking about, I've added in a screenshot of the program that started up instead of the Adobe Photoshop CS3 which was supposed to start up.
    I'd like to note 2 things;
    1. The location on the drive to where it's extracting can't be found.
    2. The photoshop icon in the top-left of the program.
    so, if anybody has any idea what is going on and how to solve it, please help, because I'm at a loss right now, and it's endangering my work
    yours truly

    Rethon wrote:
    how can I search the C-drive in that manner? I mean, I have barely learned how to search by specific names?
    Where are the Photoshop Temp files located? and what is the best way to delete them?
    and how can I remove the temp-files from previous photoshop shutdowns?
    Open the file explorer use the organize pull-down and click on Folder and Search options. In the Folder Option window use the View tab and un-check any checked hide boxes and under hidden turn on show hidden files, folders and drive then click OK. Now back in File explorer point to c: Then in the upper right corner click on the search magnifying glass add a filter for a date range and the press the enter key.  Sort the result by size and delete any large temp files found.
    Do an other search type something like *RarSFX5* in the search field amd press enter.

  • Adobe cs6: extracting files, installer detects issues. Using Photoshop, the program crashes quickly.

    I'm in the process of downloading Adobe cs6, and when I extract the downloaded files, installer detects a machine restart is pending, but even after restarting the computer, and retrying to extract the files the issue persists. So I tried ignoring the problem, (as that is one of the options) and completing the download, but then when I go ahead and use Photoshop, I only get to use it for less than 20 seconds and the program completely shuts down. I have no clue how to fix this problem.
    I've tried unistalling Adobe cs6 and reistalling it multiple times, but no luck.
    I've also downloaded the update published by adobe today (11/26/2012) but i still have this problem.
    I don't know how to solve this issue, doesn anyone have any suggestions as how to fix it?
    i'm using windows 7, and AMD Professional firepro graphics card
    Thanks Stef

    Hi Stef. You’ve posted your question in a forum that is for beginners trying to learn the basics of Photoshop.  I'm moving your question to the Downloading, Installing, Setting Up forum for specialized attention to your situation.

  • Pc cannot install purchased photo elements 13.  Error message appears:  File archive part missing from Adobe Photo Elements 13.  You need all parts in the same folder in order to extract Adobe Photoshop 13.  please download all parts.

    Cannot install my download due to above error message.

    Hi revbos,
    Apologies for your incovinience.
    Requesting you to please go to https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us. When you click on download button (after selecting your OS details), it should open a new browser window (which will launch the Akamai installer automatically). Please cancel any installation or error shown.
    The newly opened browser page will look something like this:
    As highlighted, please click on these links (one by one) and see if it downloads the required files. The downloaded files will be compressed with 7z format. If you have some extracting tool (like WinZip) try extracting it. If you don't have it, download 7z. Its a free utility from Microsoft. Once downloaded and installed, you will be able to extract file and locate the PSE setup.
    Please let me know if you face any issues.
    ~Surendra

  • Query to extract HTML tag with data

    Hi All,
    I have a string.
    '<HTML><HEAD>THIS IS HEAD.</HEAD><BODY>THIS IS BODY.<P>THIS IS P1.</P>NIMISH<P>THIS IS P2.</P></BODY></HTML>'
    I want to extract a html tag including its opening & closing tab with data as
    if i say P1
    then the output should be
    '<P>THIS IS P1.</P>'
    for P2
    then the output should be
    <P>THIS IS P2.</P>
    please help me in writing this query with regular expression
    i have tried it as following but it is not giving desired result:
    WITH T AS
    SELECT
        '<HTML><HEAD>THIS IS HEAD.</HEAD><BODY>THIS IS BODY.<P>THIS IS P1.</P>NIMISH<P>THIS IS P2.</P></BODY></HTML>' STR
    FROM   
        DUAL
    SELECT REGEXP_SUBSTR(STR, '<P>.+P2.+</P>') FROM T
    Thanks & Regards
    Nimish GargEdited by: Nimish Garg on May 7, 2012 5:49 PM

    Nimish Garg wrote:
    My requirement is to extract a <tag>data</tag> from a HTML/XML string
    where data contains any specified value.HTML is not XML.
    And that is a critical distinction to make. HTML parsing is horribly complex. XML is quite easy. For HTML you have to code your own parser in PL/SQL. XML can be parsed using the XMLTYPE class/data type in PL/SQL.
    So if you need to find a single specific tag in HTML - I would not try to treat it as XML. I may not even try to use regular expressions.
    I would do a basic substring search for the start of the tag. Read the data following the tag. Ensure that there are no nested or embedded tags in the data. Until the end tag is read. Because HTML is that much abused - and because that is an accepted norm as parsers used by browsers deals with that abuse without complaining.
    Proper HTML is mostly a myth in my experience of "screen scraping" web servers for data extraction as they do not have web services supplying the data.

Maybe you are looking for

  • HELP... after 10.4.11 update I can't boot past the blue screen

    HELP... after 10.4.11 update I can't boot past the blue screen, and it is pretty frustrating, to say the least. Here's what happened last night: I installed elgato's eyetv 250, and at the end it asked to update the software. I did so, and when I trie

  • Delinking a/r credit note from a/r Down Payment Invoice

    Dear All, Is there a way to delink credit note that has been created for a A/R Downpayment Invoice in SAP Business One 2005 SP2 PL50? thanks, Monil.

  • Lost Adapters in Adapter Monitor

    Hi, buddies, We've applied install guide SR1 and Release 3.0 SPS18. But in our adapter monitor, there's two adapter engine, both of which contain only the "JPR adapter" with green status and no other adapters. Anyone who can help us? B'Rgds,

  • Ipad messaging won't enable.

    For the last week, out iPad (WiFi only) has refused to send or receive messages. When you try it says "Cannot Send Message. iMessage needs to be enabled to send this message" Similarly it has not received any messages and other devices trying to send

  • Displaying Name of Ipod

    I would like to display the name of my Ipod when it is first turned on. How do I do this? Thanks, Sandy   Windows XP