Options on Transtru/DataSource tap page in Infosource maintenance!!

Hello BW Experts,
Are the options in the Transtru/DataSource tap page (in the infosource manitenance screen)  i.e., Full Upload, New Status(ODS Only) and Additive data (ODS and InfoCube).. ALSO AVAILABLE when we do the Business Content Extraction eg: LO Extraction.
Are these options only applicable for Flat File Loading??
plz Clarify,
Regards,
Sapster.

Hi Sapster,
Those options are available for only Flat file loading..
And as for the extractions you can do as below..
<u>T-Code: LBWE</u>
• First we need to check which data source suits the client's
requirements in LBWE.
• Check whether it is in Active version/Modified version. If it is
in M version go to RSA5 and select our data source and press on
Transfer. Then go to RSA6 and see whether the datsource is been
transferred.
• If the datasource is already in active version then we need to
check whether the datsource is already extracting data in to BW.
• If the datasource is extracting the data then we need to check the
data existence in Setup tables (use SE11 to check the setup tables
data. For every extract structure one and only one setup table is
generated whose technical name is Extract structure name+ setup, for
eg. If extract structure name is MC11VAOHDR then set up tables name
is MC11VAOHDRSETUP) and Extraction Queue (LBWQ) and Update tables
(SM13) and Delta Queue (RSA7). If data exists in any of these T-
codes we need to decide whether we need the data in BW or not. If we
need the extract it as we do in LO-Extraction below. I f we don't
need delete the data.
<u>The dataflow from R/3 into BW:</u>
• We nee to generate the extract structure by selecting the fields
from the communication structure in LBWE.
• Generate the datasource and select the selection fields,
cancellation fields, hide fields that we want.
• Replicate it into BW. Then we need to attach Info source(Transfer
rules/communication structure) to the datasource. We got 3 methods
to attach the infosource..
1) Business content:: Business content automatically proposes the
transfer rules and communication structure, we don't have to do
anything manually.
2) Application proposal: Here too proposal is done but some objects
will be missing which we need to assign in the transfer rules.
3) Others: here we need to create the transfer structure, rules,
comm. Strct from the scratch.
• Modeling like infocube, Infosurce attachment,….
• Then activate the extract structure.
• We need to fill the setup tables for the first time loading. In
filling the setup tables we can select between Full load and delta
initialization loads.
<u>Filling Set up table:</u>
T Code : SBIW
Settings for Application-Specific DataSources (PI)->Logistics--
>Managing Extract Structures>Initialization>Filling in the Setup
Table -->Application-Specific Setup of Statistical Data --> in that
Youcan perform the Setup (Example : SD-Sales Orders - Perform Setup)
and execute .. or else direct T Code : OLIBW ( means based on your
application like sales order/billing/ purchase etc)• For setup
tables T-Code is OLI*BW where * equals to application number like 02
fro purchasing,08 for shipment…..
• First we need to decide whether we want delta loads to be
performed in the future. If we want to do delta loads, then we need
to go for Delta Initialization process or else do full load.
• When we perform setup tables extraction, since setup tables are
cluster tables, we can't see the data in the setup tables. So we go
for Extractor checker (RSA3) just to see the setup tables data
(full/delta initialization).
• Then create infopackage and select Full or Delta initialization in
Update tab and schedule it.
• Delete the setup tables data by using LBWG.
• Now we need to do delta loads.
• Delta load data flow differs with various delta update methods. We
got 3 delta update methods as u know.
• If we select "Queued Delta"update method then the data moves to
Extraction queue(LBWQ). Then run Collective update to move the data
from LBWQ into Delta Queue (RSA7). Then schedule the data using the
infopackage by selecting Delta Load in the update tab.
• If we select "Direct delta" then the delta data moves into RSA7
directly.
• If we select "Unserialized V3" method then the data goes
into "Update tables(SM13)", then run Collective update to move the
data from SM13 into RSA7. Schedule the data using infopackage.
• If we click on Maintenance, we can generate the extract structure.
• If we click on 2LIS_02_CGR button, then we we can generate data
source
• Inactive under Update column: we can make a extract structure as
active or inactive.
• If we click on Job control button the we can maintain the
collective update parameters like, start time, and is it hourly once
or dialy once ……
• If we click on Queued delta button under Update mode then we can
select among 3 delta update methods.
Only Full/Delta initialization data loads only moves into setup
tables. Delta load data doesn't move into setup tables.
**RSA3 contains only setup table's data
Only Delta update data moves into RSA7/LBWQ/SM13 no full/delta
initialization loads data.
Generic extrction..
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
Hope it helps,
Assign points if useful.
Regards,
Archna

Similar Messages

  • Most of the time when i click my magic mouse on an item it gives me options like back, open new page, etc.

    When I try to use my magic mouse, most of the time it won't open an item but instead will give me options like: back, open new page, open link in new window, and I am actually on top of for instance, the comment field in facebook...It takes several attempts of clicking off the entire page to get it to just open the link or respond appropriately...

    the mouse performs a right click instead of a left click. Check your mouse preferences in the system settings.

  • How to stop the sites in the new tap page from auto connecting

    Once you move your mouse on any site in the top most sites you visit {new tap page}
    the browser is connecting to that site immediately
    That bothering me so much !
    How to stop that? :$
    Thanks in advance

    Other one thing
    ======
    New
    Improved search bar (en-US only)
    ======
    The old search bar was better
    Now we can't switch between search engines fast
    I switch between search engines hundred times every day :@
    Is there a way to restore the old bar :$

  • How to join two DataSource in a single InfoSource

    Hello,
    I have got two datasources which both share the same primary key (Field IDCO) and also have several individual fields. For example:
    Datasource 1:
    | IDCO | price |
    Datasource 2:
    | IDCO | amount |
    Now I would like to join both datasources into a single InfoSource that should look like:
    | IDCO | amount | price |
    In plain SQL I would do something like
    Select ... from datasource1 inner join datasource2 on datasource1.IDCO = datasource2.IDCO
    Any ideas how this can be achieved be achieved in the Data Warehousing Workbench?
    Best Regards
    Christoph

    Hi Christoph Außem, welcome to SDN world....
    Steps:
    1. Create a InfoSource with  |IDCO | price | amount -  InfoObjects. then map Datasource 1 with InfoSource here Mapping is like below..
    DataSource1-IDCO = InfoSource-IDCO
    DataSource1-Price  = InfoSource- price
    EMPTY (NULL       )  = InfoSource- Amount
    DataSource2-IDCO = InfoSource-IDCO
    DataSource2-Amount  = InfoSource-Amount
    EMPTY (NULL       )  = InfoSource- Price.
    In this wasy you can map the fields and InfoObjects.
    Thanks
    Reddy

  • The option to change my current page to my start page under TOOLS/OPTIONS is gone. How do I get it back?

    I updated Adobe and Media PLayer, making sure I didn't allow any of the optional add-on tool bars and anti -virus apps. Then after that YAHOO became my start page. I went to change it back under TOOLS/OPTIONS, and the entire option for making the current page my home page is wiped out, not there, doesn't exist. Where did it go and how do I get it back? I run a sales business online and need to hit the HOME key all day long to watch for orders.

    Hi JoeSeadog, extensions can modify the dialog. Try disabling ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable. (Or if obviously badware/useless, remove.)
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?

  • Enabling Early Delta Initialization option for LO DataSource 2LIS_06_INV

    Hi Guyz,
    I want to enable Earlt Delta Initialization option for LO DataSource 2LIS_06_INV, as of now its greyed out.
    please tell me if its possible or not, and if yes then please let me know the steps in detail.
    cheerz,
    raps.

    hi,
    Not all Data sources support Early Delta Initialization. Early delta initialization is done to capture the deltas when the initialization is being done between BW and source system (init with data transfer). As init with data transfer takes large time and during this time any records created will also be not captured so we do early delta initialization, also the same can be achieved by executing the init without data transfer and then loading a full repair request. The init without data transfer creats a time stamp and delta is generated for newly posted records.
    regards,
    Arvind.

  • Have new update but when i am on trying to sync I have no scroll down bar to select option on the bottom of pages so sync is not done with all i want on it.  Using my arrow keys also dont work.  I have deleted itunes

    Have new update but when i am on trying to sync I have no scroll down bar to select option on the bottom of pages so sync is not done with all i want on it.  Using my arrow keys also dont work.  I have deleted itunes and reinstall but its still the same.  Any ideas?

    iPod touches or any iDevices from Apple sync only to one computer. If you sync to a different computer, all your music will be replace with the music from the new computer's iTunes. If the music were purchased from iTunes, you can re-download them again otherwise the music on iPod touch will be deleted. Do you have iTunes backup? 

  • Just switched from safari on my imac. when using search menu safari gave me the option to "find on this page," which was an incredible help while doing research. Is there any way to have this feature using firefox?

    Just switched from safari on my imac. When using search menu in safari I had the option to "find on this page," which was an incredible help while doing research and looking for specific phrases/words. Is there any way to have this feature using firefox?

    I think Safari has the same keyboard shortcut as Firefox "command+F" on a Mac or "Ctrl+F" on Windows.
    Look in the lower left corner for the Find. There are more likely to be differences in Find Next and Find Previous in the keyboard shortcuts, but continuing at the Find bar at the bottom doesn't matter what browser you use. There is an "X" there to dismiss the Find bar. In Windows the "Esc" key will dismiss the bar if you are within the find text entry area.
    Keyboard shortcuts:
    * [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts?s=keyboard&amp;r=0&amp;as=s Keyboard shortcuts | How to | Firefox Help], from Mozilla very limited number of shortcuts but will show correctly for your system
    * [http://dmcritchie.mvps.org/firefox/keyboard.htm Firefox and other Browser Keyboard Shortcuts (Comparison Table)], more comprehensive but is oriented to Windows users with some guidelines for Mac and Linux users.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • How to bring Job Posting tab page in Requisition Maintenance?

    Hi All,
    I want to know how to bring the Job Posting tab page in Requisition Maintenance? As SAP help document says, before creating Job Posting you should create the corresponding requisition. I can able to create the requisition as a requisition manager and i can able to approve the particular requisition as a Recruiter.
    The next process is Job Posting. As with the expert forums, i checked with the sequence table and role assignments. Everything is fine but still i couldn't able to see the Job Posting tab page. So please help me to sort out this problem. Am facing it for the past one week.
    Thanks in advance,
    Magesh S.

    Hi Christine,
    As you said i check with the "Modify Container Sequences" and i found that there is no entry for any container sequence. But i check with the table T77RCF_CS_SEQ, whereas i can able to see the entries for Job Posting assignment to all the relevant elements.
    And one more thing is none of the table entries(container sequence) are having context. Whether i have to give all the entries in the IMG "Modify Container Sequences" so as to assign the context value to all the container sequence. If so can u let me know what entry i have to give in the context field?
    Thanks,
    Magesh S.

  • Content tab in Options..."Allow pages to choose their own fonts, instead of my selections above" and it's box disappeared from my options...I need it back...

    I was having problems with some sites having such faded lettering that I couldn't even read them. So I unchecked the box for "Allow pages to choose their own fonts, instead of my selections above". That screwed EVERYTHING up...backgrounds on websites are gone and buttons are hardly recognizable on some pages (including this one). I went back to re-check that box, and that option is no longer in the menu...the whole sentence and it's associated check box are completely gone. I even tried tabbing through to see if I just couldn't see them, and nothing. Absolutely disappeared. I also tried checking and unchecking the same box under the "advanced" button settings and that made a difference on how web pages looked, but did not fix the problem...Help???

    Did you look here?
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    You can also change this by toggling the <b>browser.display.use_document_colors</b> pref on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • While reading PDF document using Speak Screen option, iBooks doesn't turn pages automatically

    I have been using the speak screen option in iOS 8 to read books and pdf documents in iBooks app. iBooks app turned pages automatically and kept on reading the screen till i updated my phone to iOS8.3. Now, the app stops reading the screen once the page is completed. I have to stop my vehicle, unlock phone, open iBooks app, swipe down with two fingers. It's irritating.
    Earlier, I have read dozens of books and pdf documents using this function while doing exercise or routine tasks. now it's not possible unless someone helps.
    Thanks for your support in advance.
    Mukesh

    @Mukeshnnms
    Unfortunately, I am having precisely the same issue since updating to iOS 8.3 with my iPhone 5s.
    I just filled out a bug report here > https://www.apple.com/feedback/iphone.html, which I've often read on these forums is the best way to get some resolution. I don't know if you read the list of "fixes" for 8.3 or not (here: iOS 8.3), but, it includes the following:
    "Fixes an issue in Speak Screen where speech will not start again after pausing"
    So...apparently, in fixing THAT problem, they broke something else. At least for some of us...
    <Note to self: WAIT even longer than usual to do updates, read about bugs first.>

  • Page Title Option in SharePoint 2013 Wiki Page.

    In SharePoint 2013, How can I add title to the page that is created under Site Pages library, out of the box I don’t see any option to add title under “Edit Properties section” , please find the attached screenshot.
    I am trying to navigate to the
    /_catalogs/masterpage
    by opening site in SharePoint designer but I don’t find the test1.aspx page.
    Thanks, Ram Ch

    Hi Ram,
    Based on your description, my understanding is that you want to add Title to a wiki page from Site Pages library in SharePoint 2013.
    By default, when we edit a wiki page’s properties, the Title is not displaying. If you want to change the Title of a wiki page, you can modify the current view and add the Title into the view, then use “Quick Edit” to change the Title.
    If you want to add the Title property into a wiki page, you can do via SharePoint Designer 2013.
    The steps are:
    Open your site with SharePoint Designer 2013.
    Click “Site Pages” from the left panel, then click the page that you used and click “Edit file”.
    Find the content place holder with ID “PlaceHolderPageTitle”, then add the following code into the below of the content place holder.
    <asp:Content ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server">
            <SharePoint:ListItemProperty Property="Title" runat="server"/>
    </asp:Content>
    The result looks like:
    Note: when you edit the page in SharePoint Deisgner 2013, make sure it is in Advanced Mode.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How to create a Bool Option for Full Screen and Page Item in Mucow?

    Hi Guys!
    I was looking to create a bool option in Mucow widget options which toggles between Full Screen and a Normal Page Item .
    Example: Qooqee's Google Map Widget
    Need some help.
    Thanks in Advance

    Dear Pushpa,
    Transaction Code :SHD0 is working fine.
    Please accept my sincere thanks for your sharing your Knowledge.
    I am able to fulfill my
    Regarding the enhancement, I have not tried.
    Once I will complete, I will award the fulll marks to you.
    With Best Regards,
    Raghu Sharma

  • I want to connect my ipad mini to my Apple TV. There isn't a option when I double tap on my ipad button for connecting to the tv and I also can't connect to home sharing from my iTunes settings. Can someone talk to me in simple terms. Thanks

    So I have a ipad min. I want to connect it to my Apple TV. There is no option on my ipad for home sharing which my Apple TV is telling me to do.
    Can somebody please just explain it to me in simple terms where I can find the home sharing and what I have to do to connect my Apple TV to the ipad or vice versa.
    Everything I have bought from apple in the past month has been a complete let down its taking far to long to connect things and the people who sell the products to you lie about what the product does and can do.
    Can someone help me please
    Thanks

    AirPlay isn't anything to do with homesharing. (Home sharing lets you share the iTunes libraries on computers)
    Basic AirPlay: Assuming both devices are on the same network and that AirPlay is not turned off on the Apple TV, then simply tap on the screen when you are watching content you wish to stream to your Apple TV, then tap the airplay icon that appears in the control bar, choose the Apple TV from the menu that appears.
    Mirroring: When displaying the content you wish to mirror on the iPad 2 (or better), iPad Mini, iPhone 4S (or better), double tap the home button (quickly) and swipe the bottom row of apps to the right to reveal the playback controls, tap the AirPlay icon and select your Apple TV from the list of available devices.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router.
    Restart your mobile device.

  • Cannot select Us Europe Asia options on yahoo finance home page

    The web page is finance.yahoo.com
    Cannot select the US Europe Asia options on this page.
    The cursor should show a hand with pointing finger when hovering over these areas
    but does not change from normal cursor shape.
    This problem first showed up today March 8th.
    Works OK with microsoft explorer.

    This style rule in userContent.css or Stylish should do it.<br />
    I don't know if there is a better way to fix it in this case as I'm not a expert in this matter.
    Add code to the userContent.css file.
    *http://kb.mozillazine.org/userContent.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@-moz-document domain(finance.yahoo.com){ .yui3-tab-panel-selected { position: static !important; } }
    </nowiki></pre>

Maybe you are looking for

  • How to Use Sequence created in Oracle Database in SQL Ldr Control file

    Hi, I created a sequence in oracle database. How will use the sequence in SQL loader Control file. Thanks in advance

  • Rename all files in a folder?

    At the end of everyday on a recent month-long trip, I dumped photos from a card into a folder on my desktop, and cleared the card for the next day's use. Now that I'm back home, I have photos in several folders with the same name (i.e. in folder Mond

  • How to build Information button in WAD, web template

    Hello friends, I am working in BI 7.0 WAD well i designed a query in Bex and it is linked with portal , so if i run the query it shows the result in Portal On portal while executing the query if i filter on some characteristics, then there is a butto

  • Standby database keeps falling behind.

    11.2.0.3 (Primary and Standby) archive_lag_target                   integer 900 log_archive_config                   string dg_config=(PROD,DR) log_archive_dest                     string log_archive_dest_1                   string LOCATION=/oracle/a

  • Purchased a new PC with windows 8 and now Mozilla crashes all the time

    We run our PC in a salon so it is quite inconvenient when trying to put through a booking or trying to complete work. Sometimes (not often) when it crashes it will come up with a restore page and we can go back to the page we were on previously, but