Where do the information regarding, checkboc checked in alv stored

hi all,
       when ever i tick a check box in alv report, then how did it know that we have checked at specific row, which variable holds that in formation

Check this code..
REPORT ZTEST_ALV_CHECK MESSAGE-ID ZZ .
TYPE-POOLS: SLIS.
DATA: X_FIELDCAT TYPE SLIS_FIELDCAT_ALV,
IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
L_LAYOUT TYPE SLIS_LAYOUT_ALV,
X_EVENTS TYPE SLIS_ALV_EVENT,
IT_EVENTS TYPE SLIS_T_EVENT.
DATA: BEGIN OF ITAB OCCURS 0,
VBELN LIKE VBAK-VBELN,
POSNR LIKE VBAP-POSNR,
CHK(1),
color(4),
END OF ITAB.
SELECT VBELN
POSNR
FROM VBAP
UP TO 20 ROWS
INTO TABLE ITAB.
X_FIELDCAT-FIELDNAME = 'CHK'.
X_FIELDCAT-TABNAME = 'ITAB'.
X_FIELDCAT-COL_POS = 1.
X_FIELDCAT-INPUT = 'X'.
X_FIELDCAT-EDIT = 'X'.
X_FIELDCAT-CHECKBOX = 'X'.
APPEND X_FIELDCAT TO IT_FIELDCAT.
CLEAR X_FIELDCAT.
X_FIELDCAT-FIELDNAME = 'VBELN'.
X_FIELDCAT-SELTEXT_L = 'VBELN'.
X_FIELDCAT-HOTSPOT = 'X'.
X_FIELDCAT-TABNAME = 'ITAB'.
X_FIELDCAT-COL_POS = 2.
APPEND X_FIELDCAT TO IT_FIELDCAT.
CLEAR X_FIELDCAT.
X_FIELDCAT-FIELDNAME = 'POSNR'.
X_FIELDCAT-SELTEXT_L = 'POSNR'.
X_FIELDCAT-TABNAME = 'ITAB'.
X_FIELDCAT-COL_POS = 3.
APPEND X_FIELDCAT TO IT_FIELDCAT.
CLEAR X_FIELDCAT.
L_LAYOUT-info_fieldname = 'COLOR'.
*L_LAYOUT-ZEBRA = 'X'.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = SY-REPID
IS_LAYOUT = L_LAYOUT
I_CALLBACK_PF_STATUS_SET = 'STATUS'
I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
IT_FIELDCAT = IT_FIELDCAT
TABLES
T_OUTTAB = ITAB
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2.
IF SY-SUBRC 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
*& Form STATUS
text
-->P_EXTAB text
FORM STATUS USING P_EXTAB TYPE SLIS_T_EXTAB.
Pf status
SET PF-STATUS 'STATUS'.
ENDFORM. " STATUS
*& Form USER_COMMAND
text
-->R_UCOMM text
-->RS_SELFIELD text
FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
RS_SELFIELD TYPE SLIS_SELFIELD.
DATA: GD_REPID LIKE SY-REPID, "Exists
REF_GRID TYPE REF TO CL_GUI_ALV_GRID.
IF REF_GRID IS INITIAL.
CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
IMPORTING
E_GRID = REF_GRID.
ENDIF.
IF NOT REF_GRID IS INITIAL.
CALL METHOD REF_GRID->CHECK_CHANGED_DATA .
ENDIF.
loop at itab where chk = 'X'.
itab-color = 'C300'.
modify itab index sy-tabix transporting color.
endloop.
RS_SELFIELD-refresh = 'X'.
break-point.
ENDFORM. "USER_COMMAND

Similar Messages

  • HT1212 where do i go to get started with the disabled phone process.  I selected the information regarding not syncing into itunes ever.  but where do I go on the site to get started

    where do i go to get started with the disabled phone process.  I selected the information regarding not syncing into itunes ever.  but where do I go on the site to get started

    You use iTunes and restore the phone from Recovery Mode. You will lose all content. http://support.apple.com/kb/HT1808

  • Where to find the information regarding relationships between the tables?

    I am developing a Windows based app which among other things let’s users view SAP table schema and relationships.
    If I use SAP GUI and dig up a bit on say the MARA table I can see that
    Material Master (MARA) is related with
    1) MaterialDescription (MAKT) on columns MANDT and MATNR
    2) MaterialPlantData (MARC) on columns MANDT and MATNR
    and so on…
    My question is - in which table the information regarding relationships between the tables is stored? There must be a data dictionary table which would be storing the relationships data. Which is it? Note: I will programatically access the table, NOT from the UI.

    Thanks a lot...
    I am still working on it, but here are the current findings. DD05S, DD08L and DD08T: The schemas for these tables were very promising for the thing I was looking for. Unfortunately the data within dose not seem to serve my exact purpose.
    I found another one DD26S, which has almost 90% of the relationships I wish to explore. Do you know what is it supposed to contain?
    Thanks a lot for your help.
    Message was edited by: Salil Khedkar

  • HT5262 where does the information get stored when you back up your i-phone? It just reports its done but I have no idea where to find it if I need it again!

    Where does the information get stored when you sync/back up your i-phone. I have no idea where to look if I need it again!
    Thanks

    You can chhose the backup when you would reset your device. In this case you would get the option, during the set up process, to choose your backup and restore your device from it.
    (You can find a few information e.g. size and date of your backup in "Settings > iCloud > Storage & Backup > Manage Storage")

  • HT5569 where is the information on how to insert a SIM-card?

    Where is the information on how to insert a SIM-card in an iPad Mini?

    http://support.apple.com/kb/ht5163
    http://support.verizonwireless.com/support/devices/knowledge_base.html/54813
     Cheers, Tom

  • Where is the information about "Patch Level" of a particular version

    Hi all,
    Where I can see what is the latest "Patch level" of a particular version of tuxedo. For example, what is the latest patch level of tuxedo 9.1, where I can find it out?. This information is public ? We need a oracle contacts?
    thanks in advanced

    MBriz,
    The number at the start of last line in $TUXDIR/udataobj/patchlev is the Tuxedo patch level. (If there is no $TUXDIR/udataobj/patchlev file, then you are running the General Availability version of Tuxedo.)
    This information is also available by executing "tmadmin -v".
    A third way to get the information is to look at the first line printed by the BBL in the userlog on a particular day, which will be something like "09-30-2010: Tuxedo Version 10.3.0.0, 32-bit, Patch Level 041". (Other processes' first ULOG message of the day will indicate the Tuxedo Version, but will not include the patch level.)
    Regards,
    Ed

  • Where's the information stored of the CLP (mycontacts)?

    Hi all,
    I have a question to the Collaboration Launch Pad CLP, for example accessing the CLP by
    http://<myPortal>/irj/servlet/prt/portal/prtroot/com.sap.netweaver.coll.shared.ui.CollaborationLaunchPad
    I'm able to add Contact Lists / Contacts / Room members to My Contacts.
    The question for me is, where are theses information stored (where are theses groups and members of mycontacts stored) and is this user-dependend? (because I tried to login under 2 different users, but they both got the same contacts, perhaps as they’re both collaboration admins? But with a 3rd user, ha hasn’t any users available under the CLP?)
    In the CLP view My Contacts are displayed with <myname>_root
    and in the URL there is a alias/%3Cmycontacts%3E to find.
    But I had a look in KM, under the "userhome"-repository, but couldn't find there any stored information, relating to the mycontacts content?
    Can somebody help me please?
    Thanks
    Best regards
    Nenad

    Hi,
    This information is stored in the KM root folder --> ume --> contacts
    You require the content administration role to access this information.
    Go to Content administration -->KM content to access the KM root folder

  • HT4137 When I back up my iPhone using iTunes, where does the information get stored?

    I have a problem. 
    I have an iPhone that has already been synced with an HP laptop.  This PC is now in need of repair but the price of repair was too costly so I bought a MacBook Pro to replace it.
    I would like to now sync my iPhone with my new MacBook using iTunes but when I attempt this I get a message stating that all the information in my iPhone will be replaced by all the information in iTunes (which is nothing).  I cannot afford to lose all the information in my iPhone but also I cannot update my iPhone using iTunes because it has not been paired with my new MacBook and I am told that it can only be paired with one computer at a time.  I cannot unpair it with my old PC because my old PC doesn't even boot up anymore.
    I was told that I could Backup the information in my iPhone by control clicking on the icon in the toolbar to the left of the iTunes screen which would then let me sync safely.  I have now done this but I still have nothing to show for this in the iTunes library (no music, photos, notes, contacts etc.) and I have no idea where this backup has been stored.
    Also in the help menu in iTunes it says that media files such as songs, videos and some photos AREN'T backed up but can be restored by syncing with iTunes (how is this possible to restore something that hasn't been backed up in the first place?).
    I am really stuck with this and hope that someone out there can help.
    Leigh

    The first step in the sync process is to create a backup.  On a mac this backup is located at
    ~/Library/Application Support/MobileSync/Backup.  The backup does not included iTunes media as it is assumed to be in the iTunes library you are syncing with.  Also, as you have discovered, when you first sync with a new iTunes library iTunes will erase all iTunes media on the phone (music, videos, etc.) and replace it with the media in the library you are syncing with.  Photos from Camera Roll (which are taken by the phone) are part of the backup.  Photos in Photo Library (which were synced to your phone from your computer) are not; again, because it is assumed they are already on your computer as that is how they were synced to your phone in the first place.
    What, exactly, is still on your phone at this point?

  • HT4796 where does the information migrated go?

    I just migrated some information from our pc to our mac using the migration assistant. Where do i find the information after it is transfered?

    The information does not go INTO your CURRENT ACCOUNT. It takes the information from your PC account, and creats a NEW USER account with that inforation in it.
    Log out, and log into the new account to get to that information.

  • Where are the references for a Website in VS2012 stored?

    Hi all,
    I have a Visual Studio 2012 solution which contains a few Class library projects and an IIS website. I can add references to the projects, to the website (add reference > solution). But where are the references stored. If you add a reference to a project,
    you can open the csproj file and see the path to the project. How can I see the same for a website (not a webapplication, but a website)
    Sorry for the messy explanation, and thanks in advance.
    Kind regards
    Sincerely, Brecht

    Hi Brecht,
    As far as I know, when we create a website solution, the website project will saved to two places in default in
    VS.
    For example, when I create a website solution and then location the path like:
    E:\WebSite1 in VS IDE.
    One website.sln file is default save into the C:\Users\username\Documents\Visual Studio 2013\Projects\WebSite1\
    WebSite.sln
    In the WebSite1 folder, it includes some Class library projects you created and the website.sln file.
    Another website project is saved into the E:\WebSite1 you located path.
    So if you want to know find
    the references’ store path for a Website in VS2012, I know that after you right click the website project ->Add-> Reference->Solution->Projects, the references will be added into the website.
    And then you can right-click the website project->Build web site, the VS will create a Bin folder default to save the references. So you will see the references
    in the Bin folder under the web site project. As the same time, it is default that you will find the references like the path: E:\WebSite5\Bin.
    Hope it help you!
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where are the .java files compiled from .jsp files stored?

              hi,
              I'm new to weblogic server. When I use Tomcat as the jsp server, it compiles .jsp
              files to .java files and then .class files. So when an error reported I can track
              it in the .java file.
              But what should I do with weblogic? It only saves the .class files in the work
              dir. Or is there a better way to trace errors in jsp files?
              Thanks!
              

    This should give you the information you need to set the keepgenerated flag:
              http://e-docs.bea.com/wls/docs60/jsp/admin.html#53346
              Also, the .java files will be right next to the .class files with are under
              a tmp directory in the /WEB-INF directory under the WEB-INF if it is an open
              directory or in the
              config/mydomain/applications/.wl_temp_do_note_delete/WEB-INF directory if it
              is .war file.
              Sam
              "Raymond" <[email protected]> wrote in message
              news:3b931619$[email protected]..
              >
              > Thanks, but can you tell me more about it? where to set this flag? I'm
              using WLS
              > 6.0sp1.
              >
              > "Sam Pullara" <[email protected]> wrote:
              > >You can turn on the keepgenerated flag if you want to keep the .java
              > >files.
              > >How you do this depends on what version you are using.
              > >
              > >Sam
              > >
              

  • Where is the information about each CD I've imported stored?

    I made a mistake ripping a CD audiobook and need to start over. I forgot to join the tracks when I imported the 1st CD. I did it after I the import finished.
    Then I decided to start over so I could rip the audiobook the way it's worked before. I deleted the CD from my library and tried again. itunes still thinks the CD is on my system somewhere.
    I've even uninstalled itunes and reinstalled it. iTunes still thinks the CD is still in my library and this causes the Advanced -> Join Tracks option to be greyed out.
    Where does iTunes store persistent info like whether tracks are joined or not for CDs I've ripped? I'd like to delete this information so I can reload iTunes and start over.
    Thanks,
    Coleman Blake

    When you deleted the album the first time, did you select the option to "move the deleted files to the recycle bin" or to "keep the deleted files"?  If you chose "keep the deleted files", then they are still on your computer so when you try importing again, iTunes still sees something in the location it wants to put the new import.
    So you need to delete the original files from your computer before importing the album again, which means you need to find it. See my examples of the filepath below, for both a single artist album and a compilation allbum. Note the difference in the filepath.
    E.G.
    C:\Music\iTunes\iTunes Music\<artist name>\<album title>\"songs"
    C:\Music\iTunes\iTunes Music\Compilations\<Album title>\"songs"
    In both cases, delete the <album title> folder so that the folder and songs in it go to your recycle bin. Do not delete the <Artist name> folder or the Compilations folder.
    Now import the album again, but before clicking on import, you need to join the tracks, by selecting them in the CD drive window. Note that you can only join adjacent tracks. If you skip track 2, you cannot join tracks 1 and 3 and you must join the tracks before importing. They cannot be joined afterwards.

  • Where is the "Start New Row" check box when adding a div tag?

    Ever since I updated Dreamweaver, when i add a div tag i no longer see the "Start A New Row" check box. The only checkbox i see is "Insert as a Fluid Element". Has this option been removed or has it been moved to a new location?

    Hi MichaelMuirhead,
    We have updated Fluid grid in 12.2 release of DW as well as in CC release.
    Unlike before, Now DW smartly recognizes when a Fluid page is open and Converts Structure category to Fluid layout category.
    I.e. when any element is inserted from Structure category on to a fluid page it will be inserted with required CSS to make it fluid, Unless user advices otherwise.
    The idea is to enhance the support for almost all the structural elements as fluid elements, rather than just supporting Div as a fluid element. Hence, Insert Fluid Grid Layout Div Tag has been removed.
    Steps to Insert a fluid element:
    Select Insert > Layout.
    Select the element that you want to insert. (i.e Div or Header or footer etc) 3. In the dialog that appears, enter a new class name, or enter a value for the ID. The selected element is inserted on the layout.
    4) To insert a normal/non fluid element uncheck 'Insert as fluid element' check box in previous dialog.
    Now to answer second part of your concern " Regarding missing "Start A New Row" check box"
    All the elements inserted on a fluid page, start in a New row by default. If user wants to place the element in previous row then in can be achieved by clicking "Move Up a row" button which comes up on FG element HUD, after inserting that element.
    Please refer Screen shot for clearer understanding.
    For more details on update navigate to: http://helpx.adobe.com/dreamweaver/using/fluid-grid-layout-dreamweaver .html
    Here is the link to new Video on how to design a FG page using new FG in DW 12.2.
    http://blogs.adobe.com/dreamweaver/2013/02/updated-fluid-grids-in-dreamweaver.html
    Please note that "Layout" Category in 12.2 has been renamed to more appropriate sounding "Structure" Category in DW CC.
    Hope it helps.
    Kindly revert for any issues or concerns.
    Thanks,
    Puneet

  • Where is the information that the OAS generate gc?

    Hello,
    Using the OAS Console I enable the garbage collector to see if I can do anything to improve the performance of my application. However I don't know where information is generated with this activation.
    Someone knows?

    On a Windows OS machine, the server log ist at:
    C:\oc4j\j2ee\home\log-Michael

  • HT1660 where is the information about which itunes library i'm on in itunes 11

    With the new itunes 11, I'm now unable to see which itunes library I have recalled.  Where can I find this information on the new itunes player? (it used to be on the top, telling you which library it is)
    I can still do a "hold down option key while clicking the itunes icon on the dock" - this will get me a panel which asks which itunes library to choose.  However, after I have chosen my itunes library and the new itunes player comes up, the info isn't there.
    I do not want to sync the wrong library with either my iphone or ipod.  Please help.  A new player/feature (ie, new itunes 11) should follow the spirit of Steve Jobs- intuitive interface.  And not REGRESS, and just because he's not here now, are you going the way of windows?  - cumbersome, non-intiutive interfaces?  Please don't.
    The devices I'm using- iphone 4 and ipod touch 4.

    I only have a workaround.
    Quit iTunes
    do a search for "itunes library.itl" and look at the last modified date and time.

Maybe you are looking for

  • Mac Mini Server - Mid 2010

    Greetings All. Regarding Mac Mini SERVER [2010]. My Intentions: 1) Wipe Clean. 2} Install Snow Leopard 3) Use as regular Computer employing 2 7200 rpm HD's and 2.66 Processor. My Questions: What Issues/challenges can I expect? Is apple cool with this

  • BCD_OVERFLOW in ST02

    Hi ; When i click the generic key buffer - row in ST02 it shows program terminated and result in dump BCD_OVERFLOW. In the column "swaps" the value is 24 and its in RED alert     Overflow during an arithmetic operation (type P) in program "RSTUNE50"

  • S440 and Onelink problem

    I just bought S440 and Onelink Pro Dock. I have two external monitor attached to dock. When I turn computer on using the power button on the dock I can't log in if laptops lid is closed. It uses extend monitors and S440's monitor is the main monitor

  • Our phone line is down

    Hello there, I have got a electricity/phone pole near where we live in Battle. Someone crashed into it last Friday evening and EDF contractor has replaced it, but BT have not been to reconnect 3 phones (our next doors, their neighbour's and ours) yet

  • How Can I Get Wav and Mic Options?

    When running Windows XP I had a Soundblaster sound card and when I wanted to brodcast Internet Radio, I went to the sound icon, Recording, and selected Mic to talk or Wav for playing music. On my new computer, I am running Windows 7 Professional. I h