Event to capture content of field

Hi friends,
What is the event to capture content of fields in interactive report other than hide.

At line-selection.
Double clicking is the way most users navigate through programs. Double clicking on basic list or any secondary list triggers the event AT LINE-SELECTION. SY-LSIND denotes the index of the list currently created. For BASIC list it is always 0.  Following piece of code shows how to handle the event.
Start-of-selection.
Write: / ‘this is basic list’.
At line-selection.
Write : ‘this is first secondary list’.
In this case the output will be displayed on basic list i.e.
This is basic list.
When user double clicks on this line, the event at line-selection gets triggered and secondary list is produced, i.e.
This is first secondary list.
You can go back to basic list by clicking on F3 or back icon on the standard tool bar.  For this list, the value of sy-lsind will be 1.
<b>award points if found helpful</b>

Similar Messages

  • Unable to capture the screen field in badi

    Dear Experts,
    I have my requirement something like this.
    The t code which we are using is cj20n.
    I need to capture the date fields whcih are in  2 tab and when i press save these fields needs to be captured and validations are to be  done accordingly.
    I have found the badi name as WORKBREAKDOWN_UPDATE and when i put some break point this method trigeers but only few fields are only captured except the second tab values ( i mean date fields ).
    SO please suggest me with a solution as wht needs to be done in my case.
    Regards,
    Madhavi.

    try using import or export parameter id .

  • Delete a content of field from a database table

    Hi All,
    i want to delete a content of field mtart from mara where matnr = 0000001.
    plz help me out  ASAP plz also provide a piece of code for doing so....
    Thanks and Regards.
    Ashu Singh.

    Hi,
    You Can Do Like This,
    Parameters p_matnr type mara-matnr.
    Delete from mara where matnr eq p_matnr.
    Try This

  • Multiple Page Contents Page Fields In Custom Page Layout SP2013

    I'm rather new so bare with me.  I'm trying to add multiple page content page fields with snippets to a custom page layout html file in SP2013 Designer.  Once I add the snippet and publish, I review the page and any text written
    in the last created page content box saves for both page content boxes instead of saving unique text in both.  How do you change the snippets to where they are unique snippets and won't be referenced as the same one? 
    Any help is greatly appreciated.
    Thanks,
    SP2013Newbie

    ok thnaks a lot for the reply. in my form has 6 pages. so i want to copy only first page half page data ( content & fillble fileds) in to new pdf page. so is this possible ???

  • Deleting sharepoint list content type Fields

    Hi
    Please tell me the code for deleting all the fields inside content type fields..This is my code i used,but its not deleting the fields.
     SPSite spsite = new SPSite("http://ghfjhhk18:8001");
                SPWeb web = spsite.OpenWeb();
                web.AllowUnsafeUpdates = true;
                SPList list = web.Lists["Test"];
                SPContentTypeCollection cts = list.ContentTypes;
                SPContentType ct = cts["Item"];
               // ct.FieldLinks.Delete("Expires");
                //ct.Update();
                SPFieldCollection contentTypeFieldCollection = ct.Fields;
                foreach (SPField spField in contentTypeFieldCollection)
                    if (ct.Fields.ContainsField(spField.Title))
                        //SPFieldLink fieldLink = new SPFieldLink(spField);
                        ct.FieldLinks.Delete(spField.Title);
                    //myContentType = null;
                ct.Update();
                web.AllowUnsafeUpdates = false;
            }but this code is not deleting the fields..
    pls help me as soon as possible.
    One friend told me to do for loop in reverse..but how can i accomplish that

    Hi,
    Please refer the below code snippet which may help you to fix your issue. If not please refer the below links also
    http://ptsharepoint2010.blogspot.in/2011/12/programmatically-remove-fields-from.html
    http://www.c-sharpcorner.com/uploadfile/54db21/delete-field-content-type-in-sharepoint-2010-programmaticall/
    using (SPWeb web = site.OpenWeb())
    SPList spList = web.Lists["<ListName>"];
    SPContentTypeCollection spCTS = spList.ContentTypes;
    SPContentType spCT = spCTS["YourContentType"];
    spCT.FieldLinks.Delete("YourField");
    spCT.Update();
    If its not helping you, please let us know
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • How to make the logs captured for Z fields in ME21N/ ME22N

    Hi
    I have  devloped new tab(Screen) and added Z field in the PO header (ME21N) as per my requirement. But whenever I do changes to the perticular Z field, logs are not captured (ME21N->ENVIRONMENT-->HEADERLOG). How to make the logs captured for Z fields like standard fields. Is there any way?
    Regards
    Raj.

    HI Ranjitha
    For the data element of Z fields go to further caracteristics of tab and make change document checkbox ticked.

  • Regarding the event AT SELECTION-SCREEN ON FIELD ..

    Hi experts,
    Can u plz tell the real advantage of the event AT SELECTION-SCREEN ON FIELD than
    AT SELECTION-SCREEN ..
    in which type of situations  AT SELECTION-SCREEN ON FIELD is needed??
    Thanks & Regards,
    sathish.

    Hi,
    when we are going to do two are more field validations at a time
    we can use AT SELECTION-SCREEN ON <fieldname>.
    if it is there single field we can use AT SELECTION-SCREEN.
    have a look.
    select-options: s_vbeln like vbak-vbeln,
                          s_vkorg like vbak-vkorg,
                          s_vtweg like vbak-vtweg,
                          s_matnr like vbap-matnr.
    AT SELECTION-SCREEN ON s_vbeln.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    AT SELECTION-SCREEN ON s_vkorg.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    AT SELECTION-SCREEN ON s_vtweg.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    AT SELECTION-SCREEN ON s_matnr.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    Regards.
    sriram.

  • Hide content id field

    Hi,,
    anyone knows how to hide the content id field from the "Content Check id form (Folder)". which comes under link Browse Content->any of the folder -> Actions (situated top right corner) -> New Content. Tell me how to hide the meta data from there..

    (At least in my environment) the link you refer to displays the standard check-in profile. Therefore, you can
    - modify the page template of the standard checkin to hide the content id. Note that change will apply in all places where standard check-in profile is displayed.
    - modify the page template of contribution folders' component not to display the standard, but other profile of your selection. This might require a bit more search (most likely in Folders_g component) and possibly even a little customization.

  • Content Type field

    Is it possible to remove the hyphen between the Type and the Description in the Content Type field?
    Or maybe someone can recommend a good way to utilize it in it's current state. In most cases we currently have something like 'Flowcharts' without a description and it would be nice to be able to remove the hyphen.
    Thanks

    Hi,
    there is a very easy way to do this, without any component:
    Open the ConfigurationManager Applet and select the Views Tab.
    In the Views Tab search for the View docTypes and click Edit
    In the Edit-Dialog Replace the Default Display Expression with
    <$dDocType$> <$if dDescription$>-<$endif$> <$dDescription$>
    The hyphen will only be displayed if there is a Description.
    Greets Thorsten

  • Field-group - Read Content of Field-Group

    Hi,
    I would like to know how to read the values contained in an field-group. In the below code i would like to know the contents of HEADER at the loop statement.
    DATA: T1(4), T2 TYPE I.
    FIELD-GROUPS: HEADER.
    INSERT T2 T1 INTO HEADER.
    T1 ='AABB'. T2 = 1. EXTRACT HEADER.
    T1 ='BBCC'. T2 = 2. EXTRACT HEADER.
    T1 ='AAAA'. T2 = 2. EXTRACT HEADER.
    T1 ='AABB'. T2 = 1. EXTRACT HEADER.
    T1 ='BBBB'. T2 = 2. EXTRACT HEADER.
    T1 ='BBCC'. T2 = 2. EXTRACT HEADER.
    T1 ='AAAA'. T2 = 1. EXTRACT HEADER.
    T1 ='BBBB'. T2 = 1. EXTRACT HEADER.
    T1 ='AAAA'. T2 = 3. EXTRACT HEADER.
    T1 ='AABB'. T2 = 1. EXTRACT HEADER.
    SORT BY T1 T2.
    LOOP.                       " At this Point, need to know the consolidated contents of Field Group.
      AT FIRST.
        WRITE 'Start of LOOP'.
        ULINE.
      ENDAT.
      AT NEW T1.
        WRITE / '   New T1:'.
      ENDAT.
      AT NEW T2.
        WRITE / '   New T2:'.
      ENDAT.
      WRITE: /14 T1, T2.
      AT END OF T2.
        WRITE / 'End of T2'.
      ENDAT.
      AT END OF T1.
        WRITE / 'End of T1'.
      ENDAT.
      AT LAST.
        ULINE.
      ENDAT.
    ENDLOOP.
    Edited by: Aravind. R on Jul 29, 2009 2:35 PM

    I am affraid this is not possible to preview content of EXTRACTS. You can only have one extract within program ,that's why when you use LOOP without any addtions, system knows that you are addressing EXTRACT. But it is not a physical data object you can address explicitly (neither within debugger). I think this is stored in some special memory area,
    I checked in Classic Debugger (top menu Goto -> System areas -> SCREEN table -> then in field Area typed ? to show all memory areas, but nothing meangful for extracts I found.
    I think the only way to preview the contents would be writing it on screen.
    Regards
    Marcin

  • Is there any standard ptogram/tcode to download idoc contents with fields.

    Hello All,
    Is there any standard ptogram/tcode to download idoc contents with fields?
    Thanks,
    Devaraj.

    Hi Patil,
    I dont think there is standard program or t-code.
    But u can down load the IDOC with field contents by following way
    Goto t-code WE62- give the basic idoc name- press display button  then it shows all filed contents with description.
    Now select 'SYSTEM' LISTSAVE--LOCAL FILE from menu bar .
    Here select the file type ie spread sheet,html, etc and give the file name and directory where u need to place it.
    <b>Rewards with points if helpful.</b>
    Regards,
    Vijay.

  • How to capture content from respone

    I want to capture content form response, and dont display in page.
    RequestDispatcher rd = req.getRequestDispatcher(uri);
    CapturedServletResponse resp2 = new CapturedServletResponse(resp);
    rd.include(req, resp2);
    String content = resp2.getOutput();
    The code is ok in tomcat, but dont get everything from content and display the content to jsp page in weblogic 11g.
    Can anybody suggest an solution or point me in the right direction to solve this issue?
    Thank you

    Hi Panya,
    There is a feature called "Proof Of Play" which was created exactly to track what the DMPs are playing, you can find the documentation at the following link:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmm/user/guide/signs/proof.html
    Is this what you are looking for?
    Best Regards,
    Marco

  • What´s event "enq: FU - Contention"

    what is the meaning of the following waiting event "enq: FU - Contention"

    http://www.lmgtfy.com/?q=oracle+enq+FU+Contention

  • Double click event to be captured for multiple fields in the same screen

    Hi all,
    I am doing one module pool development in which the requirement for one screen is like when I click on a particular field (BP number), it should go to a particular transaction and when I click on Loan number on the same screen, it should goto another transaction. I had set PICK for F2 in GUI status and also used GET CURSOR FIELD <field>. The ok code is coming as 'PICK' but GET CURSOR FIELD is not working and I am not getting the field that is been double clicked, because here I need the field that is been double clicked. Is there any other settings to be made or is there any work around for this. Please Help.
    Regards,
    Harikumar

    Thanks everyone. I have solved it.

  • How to  trigger specific DB event on msg content basis- DTD is same,

    Hi,
    Scenario is like this:
    I will receive PO from diff. customers(set up in Oracle B2B) , all sending in same DTD format(3A4 PIP), all msg will routed to iStudio via IP_IN_QUEUE (queue mngt provided by Oracle B2B), being published by AQ adapter & subs. by dbadapter.
    I have to trigger diffrent events on the basis of few fields (DUNS num).. the dtd for all the events is same? How can I do this?
    All the events are created in different business objects itself... plz suggest whether this approah is right or not .. -:(.
    Actually ecah event had few hardcodings which caused to create seperate events/BO for the TPs, but if the msg is coming from same queue how can I route it to diff events?
    What is the use of Event Map tab present in define App view of AQ Adapater? Will this be helpful in some way?
    Any pointers will be a great help.
    Regards,.
    MSri

    I find the OAIHeader very useful to try to ascertain from what adapter the inbound message was sourced from.
    Include the OAIHeader in your Common View, and pass the SenderName / SendingApplication / BusinessObject / EventName / through to your Subscribe Application View.
    At runtime, the OAIHeader section of the Common View will get filled in, and when mapped to an attribute(s) on your Subscribe code, you may be able to trigger your inbound message handling based on this / these fields contents.
    HTH
    Yan

Maybe you are looking for

  • Break points are not triggering in RFC from portal application

    Helllo, I am running Biller Direct application from portal, which is triggering a standard SAP RFC FM back end, am trying to debug my execution from portal, for this i put the External Break point, Session break-poiint at the beginning of this SAP RF

  • Error reading job logs of Apps server from Central Instance

    Dear Gurus, We have newly installed system with one CI ( cluster environment) and 2 application Instances. Systems are recently installed by other team. I am looking into support part after handover. We have noticed below error while reading failed b

  • File content conversion without key field

    Hi, i have a input file with the following format: posvalue1;posvalue2;posvalue3;posvalue4 posvalue1;posvalue2;posvalue3;posvalue4 posvalue1;posvalue2;posvalue3;posvalue4 posvalue1;posvalue2;posvalue3;posvalue4 posvalue1;posvalue2;posvalue3;posvalue4

  • Converting Library from lossless to mp3 need help

    I have uploaded my whole library in apple lossless format. It took up too much space so I converted the whole library to mp3 vbr @192k. The only problem is that I lost all of my lossless files? Can anyone give me advice on keeping two libraries...One

  • Querying a  collection object

    I have an objects as follows Entity { key k; Collection<Person> personList; Person{ Address address; Address{ String zipcode; I want to get all the Entities coming under "zipcode=123456". Please help me how to get it using the query. TIA.