Which field changes will bring the delta into BW

Hi,
On which field changes the delta will bring data into SAP BW. let us say if you bring the data from 2LIS_13_VDITM, any key figure changes in VF02 will bring the data? Only few characterstic changes it will bring the delta data. What and all those characterstics for delta identifies?
Let us say I have added few fields in this extractor from custom table, If I would like to bring the delta for the field changes which lies in custom table, Can I do it by creating custom Business Transaction Events?
advance thank you very much.

Hi SHarsha,
delta update implemented using the characteristic 0RECORDMODE, it describes records to be updated or added.
Alex

Similar Messages

  • I have Photoshop CS6, Windows 7, I have no entry at the accesscode. When i will write the code into the nummeric fields. I can write only numbers, but no letters. What can I do?

    I have Photoshop CS6, Windows 7, I have no entry at the accesscode. When i will write the code into the nummeric fields. I can write only numbers, but no letters. What can I do?

    If you are talking about the serial number, as far as I know serial numbers are entirely numeric so there is no need to enter letters.  Maybe you are using the incorrect code.
    To locate the serial number:
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • Which Table i will Get the Name of Receipt Recipient in FBCJ

    Hi Experts
    Which Table i will Get the Name of Receipt Recipient in FBCJ
    Transaction Code : FBCJ
    Technical name : Name of Receipt Recipient
    Field Name : BP_NAME
    But it is not stored in TCJ_POSITIONS table
    Regards
    Jagadish

    Hi,
    Please check in TCJ_DOCUMENTS table, field name BP_NAME.
    Regards
    Radhika

  • Which 3D software will do the particle system best?

    Which 3D software will do the particle system best? Because I have Lightwave 3D 8, it doesnt do what I really want. I couldnt transfer from one action of particles to another action but makes two different actions of particles instead. For example, I want an explosed particles turning into flying then again explosing. Just the transformation of action that Lightwave cant do. So, I remember I was told Combustion has one of best particle system.. So, I need your knowledge and experience to make some recommendation for me to check which software I may get to use for a better particle system to make?? Please let me know.

    Hmm. Not really a Final Cut Pro question you are asking there . . . .
    . . . however so as to appear somewhat helpful anyway . .
    I use Trapcode Particular in After Effects and Particle Ilusion which is a dedicated piece of particle generation software.
    Others here will use Motion or Combustion.
    Trapcode Particular and Particle Ilusion will let you work in a 3D space.
    The ultimate 3D particle system is usually regarded to be the one in Maya Unlimited.

  • Which table i will  get the  status of the User decision Result status

    Hi Experts
    Which table i will  get the  status of the User decision Result status
    (eg : Inspection completion forced )
    This i can see in QA33

    Hi jag
    Ok fine actually it is not storing in any table...these r all text symols...if u see this program MQEVAF22...U EILL GET SOME IDEA
    CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_PAKO
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_PAKO.
      ELSE.
        CLEAR L_STAT_PAKO.
      ENDIF.
    Prüfen, ob Los bestandsrelevant ist
      MOVE RQEVA-STAT_BERF TO L_STAT_BERF.
    Prüfen, ob Los auf SKIP sitzt
      CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_SKIP
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_SKIP.
      ELSE.
        CLEAR L_STAT_SKIP.
      ENDIF.
      IF QALS-STAT35 >< C_KREUZ.
    VE noch nicht getroffen !
        IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
               AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF G_ANZ_RUECK_MK > 0.
    Es wurden Merkmale rückgewiesen  !                  PRIORITÄT 2
          MOVE TEXT-I01 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I01'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 .
          IF QALS-OFFENNLZMK > CI_0.
    Es sind nicht alle Merkmale abgeschlossen !         PRIORITÄT 3
            MOVE TEXT-I02 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I02'.
          ELSEIF QALS-OFFEN_LZMK > CI_0.
            MOVE TEXT-I05 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I05'.
          ENDIF.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP    = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ELSE.
    VE getroffen bzw. eingetragen
       IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
              AND ( QALS-OFFENNLZMK > CI_0  OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF L_STAT_PAKO EQ SPACE
           AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ).
    Es sind noch Langzeitmerkmale zu bearbeiten !       PRIORITÄT 2
          MOVE TEXT-I05 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I05'.
        ELSEIF L_STAT_BERF = C_KREUZ AND QALS-STAT34 EQ SPACE.
    Los ist bestandsmäßig noch nicht entlastet !        PRIORITÄT 3
          MOVE TEXT-I06 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I06'.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ENDIF.

  • Changes will cause the data to be deleted message is misleading

    We find that the message 'Changes will cause the data to be deleted' is misleading and causes a great deal of concern to our users when it appears say when they are just trying to find information and are browsing from one transaction to another. Is there anyway we can get this message amended for certain scenarios at least?

    Sam,
    someone asked this few days ago.
    [look here|Is It Possible to block system message;
    i suggested to catch the statusbar and Petr suggested to catch the Event and click it away with sending "enter"
    thats it - i hope it helps
    regards
    David
    PS: Welcome to the Forum

  • Which Mac Mini will do the job?

    Hello
    I currently connect my 2.5 Ghz Core 2 Duo 17" MacBook Pro to my Panasonic 37" Plasma ( 1080i ) via HDMI and everything works perfectly.
    I use mounted server volumes over a wireless network to allow access to my movies through Front Row.No problems at all...
    My question is; I want to use a Mac Mini instead of having to connect my MBP every time I want to watch a movie...anyone got an opinion on which Mini would do the job?
    Thanks for any advice.
    Ian.

    There's really very little to choose between the two models in terms of their overall performance and capabilities. The 2.0 model has a marginally faster CPU and double the L2 cache, but is still bottlenecked by a relatively slow hard drive, 11g wifi and identical on-board GPU.
    Thus if you are streaming HD content via Front Row using an 11n network via your MBP, you may find both minis deficient, or at the very least, performing with broadly similar results.
    Given the developing nature of media streaming usage in general, where it is never possible to be sure what you'll need into the future, I would be inclined to look at whether the mini will be capable of the tasks you have in mind (ie, wether it's wifi is sufficient to your needs and the mini's video will support the TV at the resolution you want, and if so then opt for the 2.0 model for it's slightly better overall performance and max-out the RAM to 4Gb (of which 3Gb will be usable by the system) to ensure it runs as smoothly as possible.

  • Update trigger: identify which field changed

    Is there any way to identify which field was changed when an update trigger fires? I need to be able to update another field if any field excluding 1 was changed.
    Something like
    for each field in :new
    if field.name != "dateref" then
    if field.modified then
    altered=true
    exit for
    endif
    endif
    next
    if altered then :new.updatetype="A"

    This will do it
    CREATE OR REPLACE my_trigger BEFORE UPDATE
    OF col2, col3, col4 ON my_table FOR EACH ROW
    BEGIN
      :new.updatetype='A';
    END;
    /If your table has a lot of columns this will be a bit of a drag to type all those column names. Unfortunately, as far as I know, there is no OF ALL COLUMNS EXECPT col1 ON
    syntax.
    Cheers, APC

  • Checking which fields were modified by the user

    Hi
    I could not find an answer for this in this forum. I have an Apex 3 page with a few fields, and after the page is submitted, in a post-submit PL/SQL process, I need to know what fields were modified by the user.
    I know that I can save the original field values in hidden fields, but this is cumbersome especially if there is a big number of fields. Is there a built-in functionality to do this?
    Thanks
    Luis

    Thanks Timo.
    I am using ADF Data Control (which are created from Web Service proxy) to display/update the data.
    In the backing bean, the operation that is invoked at the time persisting data is as follows:
    public void commitOperation {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("operationA");
    DCIteratorBinding dciter = (DCIteratorBinding)bindings.get("someIterator");
    for(int i=0; i<dciter.getViewObject().getEstimatedRowCount(); i++)
    Row row=dciter.getRowAtRangeIndex(i);
    SomeObject someObject= new SomeObject ();
    someObject.setAttr1(row.getAttribute("Attrbute1").toString());
    someObject.setAttr2(row.getAttribute("Attribute2").toString());
    objectList.add(someObject);
    operationBinding.getParamsMap().put("param1", objectList);
    ResultObject result = (ResultObject) operationBinding.execute();
    Inside the for loop (or any other place in the backing bean), I would like to figure out if the row was modified by the user. Please let me know if how to get that. If ADF provides this automatically, that would be GREAT.
    Thanks,
    Ash K

  • Which field shows me that, the Sales Order is under CREDIT BLOCK?

    Hi Experts,
    I know that, I can see weather the Sales Order is under Delivery block, by looking VBAK-LIFSK.
    So, pls. let me know that, weather the Sales Order is under CREDIT BLOCK? which field, table telle me?
    thanq

    Hi,
    Look for field CMGST in VBUK or
    CRBLB check box in KNKK table.
    thanks
    Dan

  • Is it possible to have the background colour of a field change based on the entry?

    I previously obtained help from a user here to create a script that autopopulates a field based on options selected in two sets of radio buttons:
    var consequence = this.getField("Consequence").valueAsString; 
    var likelihood = this.getField("Likelihood").valueAsString; 
    if (consequence=="Insignificant" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Insignificant" && likelihood=="Unlikely") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Moderate") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Likely") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Almost Certain") event.value = "Moderate"; 
    else if (consequence=="Minor" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Minor" && likelihood=="Unlikely") event.value = "Low";
    else if (consequence=="Minor" && likelihood=="Moderate") event.value = "Moderate";
    else if (consequence=="Minor" && likelihood=="Likely") event.value = "Moderate";
    else if (consequence=="Minor" && likelihood=="Almost Certain") event.value = "High"; 
    else if (consequence=="Moderate" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Moderate" && likelihood=="Unlikely") event.value = "Moderate";
    else if (consequence=="Moderate" && likelihood=="Moderate") event.value = "High";
    else if (consequence=="Moderate" && likelihood=="Likely") event.value = "High";
    else if (consequence=="Moderate" && likelihood=="Almost Certain") event.value = "Critical"; 
    else if (consequence=="Major" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Major" && likelihood=="Unlikely") event.value = "Moderate";
    else if (consequence=="Major" && likelihood=="Moderate") event.value = "High";
    else if (consequence=="Major" && likelihood=="Likely") event.value = "Critical";
    else if (consequence=="Major" && likelihood=="Almost Certain") event.value = "Extreme"; 
    else if (consequence=="Catastrophic" && likelihood=="Rare") event.value = "Moderate"; 
    else if (consequence=="Catastrophic" && likelihood=="Unlikely") event.value = "High";
    else if (consequence=="Catastrophic" && likelihood=="Moderate") event.value = "Critical";
    else if (consequence=="Catastrophic" && likelihood=="Likely") event.value = "Extreme";
    else if (consequence=="Catastrophic" && likelihood=="Almost Certain") event.value = "Extreme";
    // etc. 
    else event.value = ""; 
    I'm wondering if its possible to have the colour of the field that uses the above script, change based on the entry. E.g. If the answer is Low; make the background colour Green; if its Moderate, make it orange etc.?
    I know its a big ask but thought I would check.
    Thanks in advance.

    One approach would be to have access to a Mac that can run the classic environment or has a pre OS X native installation. These should be able to read the files for dates of creation/modification. There is also SheepShaver that runs on OS X machines.
    https://www.macupdate.com/app/mac/20615/sheepshaver
    http://en.wikipedia.org/wiki/Classic_Environment
    http://www.everymac.com/systems/by_capability/macs-that-support-macos-9-classic. html
    https://discussions.apple.com/message/22597899#22597899

  • In which table we will update the cost that  is calculated thru ck40n

    hi
    does anyone know where we will update the price or cost calculated when we perform the costing in ck40n....for standard cost

    it will updates Material masters ?
    Regards
    Peram

  • I lost connectivity from my mail aol account, and can not use mail to email, the email account is off line. What do I need to change to bring the account in line? The take accounts online function will not allow it to go on line

    Operating system is the 10.5.8

    Welcome to Apple Support Communities.
    First, just confirming that you realize you can always access your AOL email account by going directly to www.aol.com from the Safari browser (or Firefox, Chrome, etc.) until you get the Apple Mail problem fixed.
    If you cannot connect directly through a browser, it's quite possible that AOL is doing maintenance or having a temporary problem. It happens with surprising frequency to most online hosts. I usually check downrightnow.com, but AOL is not one of the services for which they collect trouble reports.
    Reconnecting your Apple Mail to your AOL account:
    In the Apple Mail menubar, click on the Mailbox, Get New Mail, and highlight the AOL account.
    You should see the 'spinning wheel' next to the account name for a moment while your AOL mail is retrieved.
    That should successfully reconnect you.
    Occasionally my ISP seems to corrupt a few packets and I'll get a message that all my external email account password are rejected, and asks me to re-enter them. Instead of re-entering passwords, I click 'cancel', and use this same procedure to re-connect.
    NOTE: I'm on Snow Leopard OS X 10.6, and Mail 4.5 (1084) but I believe the process to reconnect did not change since OS X 10.5 Leopard.

  • PO qty reduced who brings the cart into cockpit

    Hi all
    scenario
    sc created with 2 qty
    PO created by Buyer 2 qty via cockpit .
    Again Buyer received a call from requestor that requestor needs only 1 qty rather than 2.
    then again BUYER changed the qty to 1 from 2 via me23n. Now again shopping cart venture into cockpit due to mismatch between sc qty and PO qty .
    no good receipt done so far since so far buyer did not send the PO to vendor.
    how sc comes to cockpit after some time? who is really doing this wotk get status - variant which data plays important role here. or clean job brings... confusion.
    can you clarify this trivial things to me..
    sc folow on docuemnts updates with PO qty as 1 . but still sc did not come to cockpit.
    i am sure it will come shortly i.e sc comes to cockpit. i wanted to who does this job?
    if possible answer this.
    item guid and header guid sc where it stored in ECC table. i am pretty sure , they were stored in some tables.
    br
    Muthu

    PR -2 qty --> soco -> sc 2 qty --> PO 2 Qty -->changed to PO 1 QTY
    status run and clean run well.
    still i am looking for this sc 1 qty in the cockpit. Waitinting and waiting...
    Muthu
    works
    sc 2 qty -PO 2 Qty -
    po 1 qty -
    sc comes to cockpit.
    SG:- Stop the get status job . reduce the PO qty 1 from 2 qty thought the sc comes to cockpit. inscrutable.
    thanks
    Finally, I tried putting 0 in last.. days and running BBP_GET_STATUS_2 in debug mode. From what I see it is looking at all the SC's in the system and trying to update status for each of them. We normally run this job with 30 days on a hourly basis.
    Yes. during that time all locks will happen .did you notice in sm12 . no one can perform any activity.
    i am looking for dalily updates happened in ECC and it must be updated in SRM - with which variant.
    since i ahve some special request .
    kindly advise.
    How long it took in production . hope it may take lot of time. i am interested to know when do you run this job ? at night no business hours ..since our volume of carts are more...it runs more than 3000 secs in testing envt it self.
    Muhtu

  • ON WHICH TABLE WE WILL GET THE DATA

    HI
    I WANT TO KNOW ON WHICH TABLE WE GET THE  INFORMATON OF LOANS AND ADVANCES
    AND WHAT INFORMATION I HAVE TO GIVE A ABAPER SO THAT HE WILL PREPARE A REPORT ON SUNDRY ADVANCES  AND DEPOSITS
    ITS URGENT
    THANHS IN ADVANCE

    Hi Santosh,
    I am not sure whether you want the tables for HR loans and Advances to Staff or Loans in the Treasury Module. However, i have included all the tables for both modules.
    DIV01 - Loans: External usage types of a rental unit
    PA0045 - HR Master Record: Infotype 0045 (Company Loans)
    T506D - Conditions for Employee Loans
    T506R - National Reports and Screens for HR Loans
    T506S - HR Loans: Value Date for Each Payroll Area
    T5G70 - Official Rates for Beneficial Loans
    T5M_LO_INTERFACE - Loans: Relationship: WT & Pseudo-Split and Generated WT
    T7INJ1 - HR-IN: Section 24 details for Housing Loans
    T7INJ3 - HR-IN: Loans Dusbursement Schedule
    T7INJ5 - HR-IN: Loans Dusbursement Schedule
    TDA12 - Loans master data field control
    TDLOANFUNC - Flow Types per Application Subfunction for Loans
    TDMAHNS_MAN - Loans: Manual Dunning Level
    TDMAHNS_MANT - Loans: Text for Manual Dunning Level
    TDPZB - IS-IS Loans installation parameters for company codes
    TDPZZ - IS-IS Loans: Installation parameters on client level
    TDUSEREXIT14T - Pushbutton Text for Loans Master Data Tabstrip(User Exit 14)
    TVZ05 - Inc. Pmnts: Editing per Activity Type (Loans, Real Estate)
    VDARL - Loans
    VDARL_EU - Loans: Currency Data Before EURO Conversion
    VDDAB - Data Transfer - Loans - Flows - Actual Records
    VDDAST - TR-EDT: Transfer Loans
    VDDUNNPARAMETER - Parameters of Dunning Run for Treasury Loans
    VDHINT - Loans interested parties
    VDKOKO_EU - Condition Header Data Before EURO Conversion (Loans)
    VDKOPO_EU - Condition Item Data Before EURO Conversion (Loans)
    VDORDER_EU - Order Data for Borrower's Note Loans Before EURO Conversion
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

Maybe you are looking for

  • ITunes for Windows 7 32-bit

    I just recently upgraded wo Windows 7 32-bit. I have been trying to re-download all of my previous programs, iTunes being one of them. When I run the setup.exe file downloaded from iTunes.com, I get an error message stating this program is not compat

  • Not Capturing Error

    I'm trying to capture HDV off a mini tape on a new JVC GY HD200 using Final Cut Studio 2. I've downloaded the updates for Final Cut. FC recognizes the camera, will control it, will allow an in point edit and an out edit point. When I click the Log Cl

  • Stacked bar chart showing zeros when there is no data

    Hi, I am developing a stacked bar chart which plots month vs sales of 3 different products. I am showing data points and the total sales on chart.  Every thing looks good except the zeros displayed on the chart if there are no sales for a product for

  • Misconfigured rcap on Solaris 10 with zones - SMF fails to start rcap

    Hi, I have just installed Solaris 10 on a brand new T5220 server (Niagara processor, 16GB of RAM). After creating first non-global zone with capped memory and cpu, SMF fails to start rcap service: +root@bs10 [~]$ svcs -xv+ svc:/system/rcap:default (r

  • Transport request activation for Cost Center/profit Center

    Warm Greetings Which fields i need to activate to get transport request for the below question ? 1.Cost center/profit center 2.Cost center group/Profit center group Your responce/comment will help me to know how to process, Regards Shamul heq Edited