How many Delta types are availabvle in Lo Extraction

How many Delta types are available in Lo Extraction
please tell me i am facing in every interview.
Thanks in advance,
Ashok V

hi
now three types of update methods are available in Lo extraction
<b>A.Direct Delta:-</b> In case of Direct delta LUW’s are directly posted to Delta Queue (RSA7) and we extract the LUW’s from Delta Queue to SAP BW by running Delta Loads. If we use Direct Delta it degrades the OLTP system performance because when LUW’s are directly posted to Delta Queue (RSA7) the application is kept waiting until all the enhancement code is executed.
<b>B.Queued Delta:</b> - In case of Queued Delta LUW’s are posted to Extractor queue (LBWQ), by scheduling the V3 job we move the documents from Extractor queue (LBWQ) to Delta Queue (RSA7) and we extract the LUW’s from Delta Queue to SAP BW by running Delta Loads. Queued Delta is recommended by SAP it maintain the Extractor Log which us to handle the LUW’s, which are missed.
<b>D.Un serialized V3 Update: -</b> In case of Un serialized V3 update LUW’s are posted to Update Queue ( SM13 ), by scheduling the V3 job which move the documents from Extractor queue ( LBWQ ) to Delta Queue ( RSA7 ) and we extract the LUW’s from Delta Queue to SAP BW by running Delta Loads. Since the LUW’s are not moved in a Serial fashion from Update queue to Delta queue if we have any error document it considers the subsequent documents and no sorting of documents based on the creation time. It improves the OLTP system performance as it forms a segment for one language.
hope this will solve your problem
nagarjuna

Similar Messages

  • How to filter results from 4 dynamic list menus depandant on how many of them are selected

    I have a search page with a form with 4 list menus and 1 submit that post the results to the results page. I can create a record set that either retrieves the correct data from my database if a selection is made from all four menus Or i can create the recordset if only 3 menus have a selection or the same for 2 menus and 1 menu. However i want the user to be able to make a selection from either 1, 2, 3 or all 4 of the menus and the exact data be retrieved. At present if i try to combine the recordset using AND and ORs the results are not specific enough, for example the 4 menus are Location, Type, Price & Style if a user selects from all 4 i only want to retrieve data that matches all 4 criteria, but at the same time if the user selects only 2 of the menus the i want it to retrieve data that matches specifically those 2 variables. I´m not actually sure if i should be creating a more advanced sql query of if its the php side of things that i need to look at. This is my first dynamic site so please be aware i´m still a learner where php and sql is concerned. Please can anyone help?  

    Hey there,
    Thanks for replying,
    I too am using Dreamweaver recordset, my local server is XAMPP ( apache php mysql), i´have pasted my sql recordset below to give an idea of what i´m trying to do, however this does not work as i´m trying to select the exact data based on 4 menus PRICE TYPE LOCATION and BEDS, and also want the search to work if the user only selects options from either 1, 2, 3 or 4 of the menus, with the code as it is if the user select only two options from 2 of the menus the results don´t just find (for example) all results for location AND price they find all results for the location varibale OR the price variable rather than a match for both, if you see what i mean?
    Any suggestions?  
    SELECT trueprice,`desc`, `propid`, `bathrooms`, `photo1`, locationtable.loc, typetable.style, bedtable.`number`
    FROM detailstable JOIN locationtable ON detailstable.location=locationtable.locid JOIN typetable ON detailstable.type=typetable.typeid JOIN pricetable ON detailstable.price=pricetable.priceid JOIN bedtable ON detailstable.beds=bedtable.bedid
    WHERE (location=varloc AND price = varprice AND type=vartype AND beds=varbed ) OR (price=varprice AND location=varloc AND type=vartype) OR  (price=varprice AND location=varloc AND beds=varbed) OR (price=varprice AND beds=varbed AND type=vartype) OR  ( location=varloc AND type=vartype AND beds=varbed) OR  (price=varprice AND location=varloc) OR (price=varprice AND type=vartype) OR (price=varprice AND beds=varbed) OR (type=vartype AND location=varloc) OR (type=vartype AND beds=beds) OR (location=varloc AND beds=varbed) OR (price = varprice OR beds=varbed OR type=vartype OR location=varloc)
    ORDER BY detailstable.trueprice ASC
    Look forward to receiving your thoughts,
    Linda
    Date: Wed, 21 Oct 2009 14:36:33 -0600
    From: [email protected]
    To: [email protected]
    Subject: how to filter results from 4 dynamic list menus depandant on how many of them are selected
    Hiya,
    I'm just doing my first dynamic site too, and am at a similar level to yourself.
    Can you give us more info re the site. What software, eg Dreamweaver etc are you using, and is your server using PHP or ASP etc?
    For what I've used, I amended the SQL side of things in the recordset in Dreamweaver. That way, you can test the SQL as you're setting up the recordset.
    Let me know how you're going on anyway
    Cheers
    Andy
    >

  • How many Heading Types in ALV

    Dear All
    How many Heading types we can use in ALV header . i know H and A.
    can we increase Line space in Header ??
    regards
    ammad

    Hi Ammad again,
    This is details regarding header.
    Possible values:
                       - (H)eader:    - List header
                                       - only the contents of INFO are
                                         output (KEY is ignored)
                                       - usually one line = one entry
                         Attributes:  - left-justified
                                       - bold
                                       - followed by empty line
                       - (S)election: - Important header information, e.g.
                                          currency of amounts in the list
                                       - display format:
                                         KEY(bold) INFO(normal)
                                           Ex.:
                                         KEY   -
    INFO----
                                        Currency  DEM Ctrl area curr.
                                          Material  FGS_TEST Test material
                                       - usually several entries
                                         (one entry per line)
                          Attributes:  - left-justified
                                       - bold (KEY=on/INFO=off)
                                       - followed by empty line
                       - (A)ction:    - Action info (see LIBS)
                                        - direct output via table
                                       - only the contents of INFO are
                                         output (KEY is ignored)
                                       - usually one entry
                         Attributes:  - left-justified
                                       - normal intensity
    Regards,
    Vijay

  • Create a counter(in a query) by how many unique items are in a document num

    Hi,
    Is there a way for me to create a counter(in a query) by how many unique items are in a document number?
    If you look at the bold amounts below they have two unique item numbers 3 & 11. Because of that data is being duplicated in the InfoSet. The Subtotal needs to be 13500 instead of 27000. The two subtotals above are correct. I was thinking if I can create a create a counter(in a query) by how many unique items are in a document number (in this case it would be 2). And then if i divide Quantity by that counter, i shall get the correct value of 13500.
    How can i do this?
    Thanks
    Doc Num                  Item #       Quantity
    5900001759     11     2,700
    5900001759     11     5,400
    5900001759     11     2,700
    5900001759     11     2,700
    5900001759          13,500
    5900001890     7     2,700
    5900001890     7     5,400
    5900001890     7     2,700
    5900001890     7     2,700
    5900001890          13,500
    5900002176     3     2,700
    5900002176     11     2,700
    5900002176     3     5,400
    5900002176     11     5,400
    5900002176     3     2,700
    5900002176     11     2,700
    5900002176     3     2,700
    5900002176     11     2,700
    5900002176          27,000          
                             54,000

    Create a New Calculated Key Figure
    From the context menu for the Formula Variable, choose New Variable
    Choose the Processing type as Replacement Path
    In the next screen, select the Characteristic Info Object based on which the number of documents is to be displayed in the report (For example: Document Number / Order Number).
    Choose Next.
    In the Replace Variable with drop down box, choose Attribute Value.
    In the Attribute drop down, select Characteristic Reference (Constant 1).
    Choose Next.
    On the Save Variable page, an overview of the settings made for the variable will be displayed.
    Confirm the entries and Choose Finish.
    Open the formula variables directory and use Drag & Drop to transfer the formula variable
    To avoid the warning message, the formula variable is multiplied by 1
    The most important step here is to set the Time of Calculation to After Aggregation in the KF properties.
    (by Default the Time of Calculation is set to After Aggregation)
    The new calculated key figure is available under Calculated Key Figure in the Key Figure directory, and can be included in the query definition using Drag & Drop.
    Hope this help
    Rgds

  • How many itunes accounts are allowed per computer?

    Hi, I'm trying to figure out the best way to handle configuring all 80 of the iPads my business is purchasing.  I know there is a limit of 10 devices per iTunes account.  How many iTunes accounts are permitted per computer? I tried to just create 8 apple ids, which I was able to do online.  But when I try to sign in to those on iTunes, once I get to the part where I verify with a credit card, I can not get past the 3rd one. I have previously signed in with 2 other accounts on my machine, so I'm wondering if there is a limit of 5 accounts per computer.  Can anyone verify?  If that's true, what suggestions do you have for how to get around or best manage this situation?
    I'm not as much of a techie as I should be.. but thanks in advance for your help!!

    Hi allisonwfrom nc,
    The limit you are referring to is for a single personal Apple ID (not for multiple users) that is allowed to be associated with a total of 10 devices (up to 5 computers and the rest on iOS devices). Example you can have 5 computers and 5 iOS devices, 3 computers and 7 iOS devices, but not 6 computers and 4 iOS devices.
    From http://www.apple.com/legal/itunes/us/terms.html#SERVICE
    Association of Associated Devices is subject to the following terms:
    i) You may auto-download iTunes Auto-Delivery Content or download previously-purchased iTunes Eligible Content from an Account on up to 10 Associated Devices, provided no more than 5 are iTunes-authorized computers.
    Again this is for a single user. For multiple users like in schools or businesses you need to use VPP to purchase multiple licenses. http://www.apple.com/business/vpp/
    APP STORE PRODUCT USAGE RULES
    ( i )If you are an individual acting in your personal capacity, you may download and sync an App Store Product for personal, noncommercial use on any iOS Device you own or control.
    ( ii ) If you are a commercial enterprise or educational institution, you may download and sync an App Store Product for use by either (a) a single individual on one or more iOS Devices used by that individual that you own or control or (b) multiple individuals, on a single shared iOS Device you own or control. For example, a single employee may use an App Store Product on both the employee's iPhone and iPad, or multiple students may serially use an App Store Product on a single iPad located at a resource center or library. For the sake of clarity, each iOS Device used serially by multiple users requires a separate license.
    If you are an educational institution or business you will want to enroll in Apple's Volume Purchase Program (VPP) which allows a single Apple ID to purchase multiple licenses of an app.
    There is a free OS X program called Apple Configurator that you can use to distribute the VPP codes to your fleet of iPads. Apple Configurator uses a single Apple ID to install apps on your iPads. Configurator will also allow you to install free apps on multiple iPads using a single Apple ID.
    There are a few things I recommend you do to get started:
    First I would watch the iOS Deployment Model Videos on the left side of this page:
    http://www.apple.com/education/resources/information-technology.html
    Then I recommend you read through these two guides:
    iOS 6 Education Deployment Guide
    http://images.apple.com/education/docs/ios_6_education_deployment_guide.pdf
    Apple Configurator Help Guide
    http://help.apple.com/configurator/mac/1.0/
    This will give you a solid foundation for managing iPads with Apple Configurator. Once you read through these guides you will likely have more specific questions that you can post to these forums.
    Hope this answers your question!
    ~Joe

  • How many cooling fans are in 13" MacBook Pro retina?

    I just got a late 2013 13" MacBook Pro with retina display and I'm wondering how many cooling fans are in the machine. I've noticed when I use iTunes to play music/movies or use the iTunes visualizer, it gets hot. I've seen the videos on the retinas and I've notived that the 15" model  has two and I can't find any videos or pictures indicating whether the 13" has one or two. I know that the openings on the side are to bring in air and then pushes it out where the screen and the keyboard meet. I notice a lot of hot air coming out more towards the right of the machine than the left. I had a mid 2012 non-retina Pro but I had it replaced as it had too many issues and I know when I used it, it didn't get as hot when I did this stuff. I'm just making sure in case it's an issue, even thought I got this new MacBook on Monday 6/9/14. I'm also guessing it heats up faster since its a smaller machine and the components are a lot closer. And I understand that playing games or doing something that requires a lot of processing or graphics power will cause the machine to heat up since it's requiring so much from the machine. Like I said, I want to avoid having issues with this one. My last MacBook had three logic boards, two hard drives, hard drive cable, hard drive bracket, and clam shell replaced in less than a year of purchase in September 2013. When the hard drive crashed last week for no apparent reason last week, I took it to Apple on Monday this week and they finally made the choice to replace it completely and I upgraded to a retina just by paying the difference.

    This is my mac's info. I got it as a gift from australia. Initial 3 months it gave me a superb service, but recently it's having a major overheating issue,it shoots up up to 87 degrees. Is it possible that any other components are damaged somehow? Usually the temperature shoots up while I play online streamings.

  • Can anybody tell me how many text elements are there in sap scripts?

    hi all,
    can anybody tell me how many text elements are there in sap scripts?

    Hi,
    Do you mean that you want to know how many Text-elements are there in a specific Script or you want to know how many max Text-Elements a script can have?
    I believe there is no limit on this......
    To know all the Text Elements in a Script......goto SE71....press F4 Help on Script Name....Choose Last option for Custom developed Scripts.....and you can open the complete Script details & Code in a Line Editor...After that you can serach/look for the text elements

  • Getting the page size and knowing how many pages they are in PDF file

    Hi There,
    when i do this script (
    var myPDFFile = File.openDialog(["Choose a PDF File"]); ) 
    with JS via Windows it is used for opening a new PDF file when i import this file i need to
    get the page size and how many pages they are in PDF file. but i dont know how to do it.
    please help me.

    Ask here: http://forums.adobe.com/community/indesign/indesign_scripting

  • Hallo. My computer can't see my iPhone 4 when I open iTunes. iPhoto sees my iPhone as a device, but can't see its photos, although it recognizes how many photos there are. Some help? Thanks

    Hallo.
    My computer can't see my iPhone 4 when I open iTunes. iPhoto sees my iPhone as a device, but can't see its photos, although it recognizes how many photos there are. Some help?
    Thanks

    Did you also read that same link you provided and see this "With iTunes 10.3 or later and iOS 4.3.3 or later, "?
    Iphone 3G does not support ios 4.3

  • A way to find out how many screens/windows are open

    hi everyone,
    is there a way to find out how many sap screens are currently open? i need to know this because my program should react differently if the user has all 6 screens opened or if he has only one screen open.
    <each thread here has the same priority!>
    thanks in advance!
    Edited by: Thomas Zloch on Apr 12, 2010 3:59 PM

    Try calling function module TH_USER_INFO.
    Thomas

  • How to check how many source systems are connected to my BW system?

    Hi friends
    how to check how many source systems are connected to my BW system?
    Regards
    BN

    Hi All,
    Thanks a lot for your help. its resolved now with your help.
    Regards
    BN

  • By default how many plan types one can create in Hyperion planning applicat

    By default how many plan types one can create in Hyperion planning application?

    Hi,
    By Default,We can create 3 plan types in Hyperion planning application.

  • Find how many archive logs are generated and backup through RMAN

    friends,
    how many arhcive logs are generating between 2 consecutive backups through RMAN.
    Ur help is really appricated.
    Thanks

    Sorry, I misunderstood the question
    I think you are not asking how many logs are generated since last backup. My initial repy was the answer for this
    The answer of you question on 10G R2 is like below. Query groups your archivelog backup sessions and counts the logs in one session which is the number of generated archivelog file between two backup session/.
    select session_key,count(sequence#) from V$BACKUP_ARCHIVELOG_DETAILS group by session_key order by 1 desc
    Coskan Gundogar
    http://coskan.wordpress.com

  • How to khow how many foreign key are referenceing the primary key

    sir i would like to know that how many foreign key are referencing the primary key of a table
    is any command to know the table name
    please suggest
    thanks in advance..

    In the query below, table_name is the name of the table whose primary key is referenced.
    SELECT b.owner owner
    ,b.constraint_name foreign_key
    ,b.constraint_type constraint_type
    ,b.table_name referencing_table
    ,b.r_constraint_name primary_key
    ,c.table_name referenced_table
    ,c.column_name referenced_column
    FROM all_constraints a
    ,all_constraints b
    ,all_cons_columns c
    WHERE a.owner = b.owner
    AND a.table_name = :table_name
    AND a.constraint_type = 'P'
    AND b.r_constraint_name = a.constraint_name
    AND b.constraint_type = 'R'
    AND c.constraint_name = a.constraint_name
    AND c.owner = a.owner;
    If the name of the primary key is known, the query below
    select * from all_constraints where constraint_type = 'R' and r_constraint_name = :pk_name

  • How many faces (people) are recommended to "teach" iPhoto '11?

         I love this feature, however, I don´t know how many faces (people) are recommended to teach it... I started to tag every single person I knew in my Library, not just my family and close friends, but EVERYONE, even those who I only met once or twice a year... suddenly, I had a really big "Faces" section and I started to concern if this was "healthy" for the programm. So, the question is, Is it OK to teach iPhoto to recognize every single person I know? Or should I just let it "learn" to recognize the closest to me?, Is there an ideal number of people for the Programm to recognize? Thanks in advance for your support!!!!

    I don't think anyone outside of Apple can really answer this.  But, IMHO, there is no need to include *everyone* in your faces group, just those you want to find later.

Maybe you are looking for

  • How to send 997 for a partner documents to multiple IDs?

    We are using EDI X12, and we are facing a challenge to send 997's to different IDs based on transaction type. The partner in this case sends documents to us from different ISA/GS IDs for different document types, so we are required to send 997s to th

  • How do I send an html file?

    How would I send an html document so that it opens with all its graphics inside mail. I dont want to send it as an attachment just as a newsletter type of mailing. Any ideas??

  • Lookup Column Library Name

    I want to create a lookup column that grabs the name of the document library. Can I grab the document library's name through SPD Workflow?  Or any idea how to get this? thanks!

  • Protecting jnlp and jar files

    Hi I would like to know how to protect the jnlp and jar files against anyone who just types the URL in the browser Address bar. Thanks Steven

  • Some of my external swf flies will not load

    I am using CS6 on windows 7, 64 bit I work totally in code with a main class calling in library items and objects. I am loading an external swf, then when a button is clicked the swf is unloaded and another one is loaded in. Most of the swfs were pro