What is to be used to know whether the user has made any changes in alv

hi all,
       i want to know what is to be used for checking whether a user has done any changes in an editable alv.
i have used sy-datar but it has nothing in it.
so kindly help SAP gurus.
with regards,
Sindhuja

Hi Sindhu ,
If you want to capture the changed data ( rows) use the event : handle_data_changed .
When the user changes the data , this event will be triggered and the table will have only the changed data.
Regards,
Chitra

Similar Messages

  • How do  offcard program know whether the applet has been personalizated?

    The offcard program want to know whether the applet has been personalizated. if Y . the offcard program don't send the personalization command to the applet. anyway to inqury the applet state in offcard program. thxs

    I don't know what card framework (OCF, JCOP tools or other) you use.
    For the JCOP tools framework it is very simple. Connect to your applet by creating an instance of the com.ibm.jc.OPApplet. This class has a method called public int getState() wich returns "the applet privileges" in form the flags NOT_AVAILABLE, LOGICALLY_DELETED, INSTALLED, SELECTABLE, PERSONALIZED, BLOCKED and LOCKED.
    Jan

  • Finding whether the user has administrative rights

    Is there any way by which we can find whether the user has administrative rights or not using java?

    The very notion of "administrative rights" is
    platform-dependent. It's not standard or well-defined
    what "administrative rights" means across all OSes.
    You'll have to use JNI or Runtime.execI searched net a lot but couldnt find any tutorial or artical regarding how to achieve this in C or C++.
    Any link will be helpful.

  • Check whether the user has clicked yes or no from air installer

    Hi,
        I am instaling the Adobe air from my application. I want to know whether the user clicked on yes button or no button in the air installer.
    Regards,
    Jayagopal.

    Hi,
    Checking user existence from the Site Groups may result in permission issue.  As every user might not have permission to the site groups.  I have tested this scenario.
    In my opinion, best to use the User groups collection to check whether user belongs to specific group or not.
    Here is the sample code.
    SPUser currentUser = SPContext.Current.Web.CurrentUser;
    SPGroupCollection currentUserGroups = currentUser.Groups;
    foreach(SPGroup currentUserGroup in currentUserGroups)
    if(currentUserGroup.Name == "xyz")
    // Do your operations
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Knowing whether the user is pressing the Shift key

    How can I tell whether the Shift key is currently pressed?
    I don't need to know when it's pressed. Instead, at an arbitrary point, i want to know whether the Shift key is pressed.
    Thanks,
    Eli

    Try the following code:
    import java.awt.AWTEvent;
    import java.awt.BorderLayout;
    import java.awt.Toolkit;
    import java.awt.event.AWTEventListener;
    import java.awt.event.ActionEvent;
    import java.awt.event.KeyEvent;
    import javax.swing.AbstractAction;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.SwingUtilities;
    public class ShiftTest implements AWTEventListener {
        public static void main(String[] args) {
         SwingUtilities.invokeLater(new Runnable() {
             @Override
             public void run() {
              new ShiftTest().createGUI();
        private boolean shiftPressed = false;
        public ShiftTest() {
         Toolkit.getDefaultToolkit().addAWTEventListener(this,
              AWTEvent.KEY_EVENT_MASK);
        @Override
        public void eventDispatched(AWTEvent event) {
         if (event.getID() == KeyEvent.KEY_PRESSED) {
             if (KeyEvent.VK_SHIFT == ((KeyEvent) event).getKeyCode()) {
              shiftPressed = true;
         } else if (event.getID() == KeyEvent.KEY_RELEASED) {
             if (KeyEvent.VK_SHIFT == ((KeyEvent) event).getKeyCode()) {
              shiftPressed = false;
        public boolean isShiftPressed() {
         return shiftPressed;
        private void createGUI() {
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         final JLabel label = new JLabel("Message area", JLabel.CENTER);
         frame.add(label, BorderLayout.PAGE_END);
         frame.add(new JButton(new AbstractAction("Test shift pressed") {
             private static final long serialVersionUID = 1L;
             @Override
             public void actionPerformed(ActionEvent e) {
              label.setText("Shift " + isShiftPressed());
         }), BorderLayout.CENTER);
         frame.pack();
         frame.setLocationRelativeTo(null);
         frame.setVisible(true);
    }Piet

  • How to check whether the user has a certificate or not?

    Hi everyone.
    We're currently finishing a web project and the last step is to check whether users accessing the application have a valid certificate or not.
    Users with a valid certificate can access all the data. Users without any certificate installed on their browsers may still proceed, but they won't be able to see all data. Please note that the lack of a certificate doesn't mean an error - it's just another use case.
    Is there any way to check whether users have a certificate installed on their browsers?
    Thanks in advance.
    Edit: sorry, I forgot to post some tech details. We're using Struts 1.2 on a Tomcat 5 app server.
    Message was edited by:
    advaca

    I am not sure how Tomcat handles this, but you need to use two-way (mutual authentication) request but not enforce SSL between Tomcat and the client browser. This will make the browser prompt the user for the cert they want to send. Then you'll need to tackle the other part of your problem, getting the correct content displayed depending on whether the user sent a cert or not. I'm even less help there than I was on the first part of your question.
    So, yeah - good luck with that
    Lee

  • How find whether the User has inherited or excluded or directly assigned .

    Hi Every one,
    I am building a report where in which I require for a given position and catalog who are the users and these users are Directly assigned or  Excluded or Inherited.
    If Inherited from which position it has been inherited.
    Now that I got the list of user for a Catalog id , and I can get the attributes for each users through FM BBP_READ_ATTRIBUTES
    But this FM fetches the attributes Inherited excluded or directly feild too, but it is not correct.
    I want to know whether is there any way where we can find the given user has inherited this catalog and from this , so same as this user has direct assignement to this catalog or this user has been exclude for this catalog.
    Regards,
    Raj

    Hi,
    The table ET_ATTR of the function module  BBP_READ_ATTRIBUTES will provide information about the Inherited, Default or Excluded status.
    The following are the appropiate Indicators.
    INH_STATUS - Inherited
    DFT_FLAG - Default
    EXCLUDED - Excluded
    Regards
    Kathirvel

  • How to know is the User  assinged to any org unit in PPOSA_BBP or not

    Hi All,
    We have a requirment where need to check is a user is assigned  to org uni  n PPOSA_BBP  or not.
    how can we do this..
    Regards
    cb

    Hello,
    Hope this might be helpful.
    1. Based on missing relationships:
    In SRM relationships are O-S-CP-P,
    From HRP1001, check the CP to S relationships, take the list of CP & compare with total number of CP from HRP1000, Delta will show CPs not tied to positions. you can extend the logic based on requirement.
    2. Based on missing inherited attributes:
    Root Org level attributes are inherited top to bottom. Read one specific attribute of user & compare with root level attribute. You can use standard FM for this.
    Thanks
    Ashutosh

  • To find whether current user has SAP_ALL profile or not.

    Hi all,
    Can anyone tell me that whether is there any method by which I can pass the user id and can know whether that user has the SAP_ALL profile or not.
    The above is done by using the transaction SU01,but I need the ABAP code that is being used in this transaction.
    Regards,
    Varun.
    Message was edited by:
            Varun Bhandari

    Hi,
    Check table USR02 for the same.
    Regards,
    Ram

  • How to know whether the Content Type at Library level is Inheriting Parent Content type or not Using Powershell?

    Hi,
    How to know whether the Content Type at Library level is Inheriting Parent Content type or not using Powershell?
    Is there any property for that? Or Do I need to compare the Content type Id's at Site collection level and Library level?
    Any help would be greatly appreciated.
    Thank you,
    AA.

    Hi Ashok,
    For a content type, there is an attribute called Inherits, the value of this attribute determines whether the content type inherits fields from its parent content type when it is created.
    If Inherits is TRUE, the child content type inherits all fields that are in the parent, including fields that users have added.
    If Inherits is FALSE or absent and the parent content type is a built-in type, the child content type inherits only the fields that were in the parent content type when SharePoint Foundation was
    installed. The child content type does not have any fields that users have added to the parent content type.
    More information, please refer to the link:
    https://msdn.microsoft.com/en-us/library/office/aa544268.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to know whether the current database is using a password file or not?

    How to know whether the current database is using a password file or not?

    The remote_password_file is the parameter that determines if you can use or not a password file. The values this parameter can have are NONE, SHARED, EXCLUSIVE. It is pretty obvious, if it is set to either SHARED or EXCLUSIVE the oracle instance has enabled the access through a password file for the SYSDBA and SYSOPER roles.
    ~ Madrid

  • How to know whether the database is using SPFILE or PFILE

    How can i know whether the database is using SPFILE or PFILE.
    There are both initSID.ora and spfileSID.ora in default location.
    The registry entry for ORA_SID_PFILE is C:\oracle\ora90\database\initSID.ora
    Also, if it is using SPFILE than how can i modify the non dynamic parameters when the database is in the close state.
    Manu

    If you do not specify a path of a pfile , when you actually startup a database , then it will be use your pfile , if you specify a path explicitly fot a pfile , then it'll use your pfile.
    Also, if it is using SPFILE than how can i modify the non dynamic parameters when the database is in the close state.sql > create spfile from pfile ;
    the spfile will syncronise with pfile .
    Hare krishna
    Alok

  • What list do they use to know who to trust? When receiving email prints

    I want to choose the option of only accepting email prints from people I know. What list do they use to know who to trust?

    If this is not a wireless network, this may all be rubbish!
    To which computer is the Linksys ADSL cable attached? If it is the PC, than the"Internet sharing" is done on the PC, so the Apple needs to log on to an existing connection. The Linksys will probably need to be told the Mac address of the Apple so that it gives the Apple permission to log on (Airport address - same thing). The Apple will need to have the Password to log on to the network- you should have set up a WEP password when setting up the router. They also need to be on the same Network i.e. both on WORKGROUP, or whatever. You need to set your FIREWALL to allow Internet, file and printer sharing. (The XP built in firewall doesn't seem have this option).
    You should see your Apple on the network, you log on to it by double clicking the icon, typing your Mac "Short name" into the "User name" slot, and your Apple's password into.... wait for it..... the PASSWORD slot
    On the Apple, from Finder>go>network this should bring up a panel with a folder with your network name on it, clicking on this folder should bring up the name of your computer, clicking on this should then invite you to open folders on your PC (Assuming you've set up a shared folder(s)).
    If your printer is plugged into your PC..... Have fun!
    Hope this helped - I'm sure that this is the sequence I used to, eventually, get mine talking. But different routers (Mine's Netgear) and different Firewalls may have different rules, but the principle will be pretty similar.

  • What is the logic to know whether the GRN is done for PO or not?

    Hi
    How to write a code to know whether the GRN is done for PO or not?
    Regards
    Smitha

    Hi,
    Check the Table EKBE
    Select <fields> from EKBE
    where EBELN = <Po no>
    and     EBELP = <po item>
    and VGBAE = '1'.
    if SY-SUBRC eq 0.
      GRN Created
    else
    GRN Not Created
    Endif.
    Regards
    Vinod
    Edited by: Vinod Kumar on May 10, 2010 11:42 AM

  • I wish to know whether the new NVidia Quadro K2200 graphic card is compatible with the Mercury Playback Engine.  Thanks

    Hi.  I wish to know whether the new NVidia Quadro K2200 and K4200 are compatible with the Mercury Playback Engine in Adobe Premiere Pro CS6.  My old graphic card NVidia Quadro FX580 is not listed and not effective apparently because Mercury Playback Engine is effective as from 1Gb RAM. I use a HP workstation and AVCHD (AVCCAM) and DSLR full HD.  Thanks.
    Message was edited by: Brittany Mauriss
    Deleted private user information (email address)

    It is compatible, but why anyone would want such a weak and slow card at a premium price is beyond me. See Tweakers Page - What video card to use? and GeForce GTX980 vs Quadro k4200 (2200) #2.

Maybe you are looking for

  • 2g iphone won't recognize a usb cord

    I have an original iphone and cannot charge or sync my phone from a usb cable either to my computer or wall charger. When I attach my phone to my MacBook computer it says "A USB device is currently drawing too much power. The hub it is attached to wi

  • Z1 Compact: blank screen after lollipop update. when try to repair i get an error massage (302)

    I've updated my xperia Z1 compact to lollipop using OTA service. The phone was new and nothing was installed on it. after the update the screen lock disappeared and I coudn't unlock the phone (the exact same problem the has been dealt with here: http

  • Pblm with If condition... to validate tables

    Hai please see the below code DatabaseMetaData myMT = con.getMetaData(); String[] myTables = {"TABLE"}; ResultSet tables = myMT.getTables(null,null, "%", myTables); String tableName = null; while (tables.next()) tableName = tables.getString("TABLE_NA

  • User Exit precautions

    Hi Everyone, I have one doubt suppose i start doing user exit for ex VA01. Before that what are the precaution step we need to follw and what are the things we need to avoid and check before processing. And one more important doubt can we use Commit

  • Survey tool

    Hi experts, How to open a survey suite in CRM? What is the transaction code for it? Regards, sangeeta.