Deleting line on output screen that is written by Write statement....

Hello Gurus,
In my case there is data written on output screen. When I double click on line on ABAP report execution output screen, I want that line to be deleted from output screen.
I know I will have to write the logic at line-selection but how can I delete line that is written on screen using write statement ?
Regards,
Jainam.
Edited by: Jainam Shah on Nov 12, 2009 4:47 PM

Hi Jainam,
When you say AT LINE-SELECTION. It is an intercative list only.
This is not possible to delete when you double click on a record.
However I have created a small code snippet for you. But to display something on the secondary list, you have to write a WRITE statement...The code as below :-
TABLES MARA.
DATA: BEGIN OF itab OCCURS 1,
      MATNR like MARA-MATNR,
      MEINS LIKE MARA-MEINS,
      END OF itab.
SELECT MATNR MEINS FROM MARA INTO TABLE itab.
sort itab by MATNR.
LOOP AT itab.
  WRITE:/ itab-MATNR.
  HIDE itab-MATNR.
ENDLOOP.
AT LINE-SELECTION.
  IF sy-lsind = 1.
    CLEAR itab-MATNR.
    write : sy-lilli.
  ENDIF.
Kindly set to resolved, if this clears you question.
Regards
Abhii...

Similar Messages

  • To print dashed line in output screen

    hi all,
    I want to print dashed horizontal line in output screen with out using loops. Is there any statement to print that like sy-uline to print horizontal line..It would be appriciate with points if any one comes with correct answer...
    Thanks in adv
    Regards
    Reddy

    Hi Veeranagi,
    To print Dashed line, either you can use
    WRITE: '----
    If you dont want to use such statement, simply create a text element with
    TEXT-001   '----
    ' and then use
    WRITE: TEXT-001
    Reward if useful.
    Best Regards,
    Ram.

  • Deleting line from ABAP screen..

    Hello,
    I have a ABAP report when excuted, showsn mulpiple reords one by one wirtten on screen using write statement along with checkboxes besides it and I am also appending an internal table with these values.
    Now, User can select the check boxes for the line records. Also there is a delete button in the application toolbar.
    Now, when the delete button is executed, I want the lines which are selected on the ABAP output screen to be deleted so that only records which were not selected using check box will be shown.
    I know for this I have to code in AT-User command but how do we delete the lines from ABAP screen.
    AT user-command.
      CASE SY-UCOMM.
        WHEN 'DELETE'.
    ENDCASE
    Regards,
    Jainam.

    Hello,
    Based on which ever field is selected you can delete from the internal table and then refresh the ALV.
    Hope it helps.
    Regards,
    Nabheet Madan

  • My ipod 5th generation has lines on the screen that will change color and the ipod sometimes wont respond when i touch it

    My ipod has lines on the screen and will change color. It also is not responding to my touch. What can i do?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • My IMac has wavy lines covering the screen that look like multiple miniature calendars and I want to know how to clear them?

    My IMac has wavy lines that look like multiple quotatient marks or tiny calendars that cover the screen. How do I get rid of them?

    Does a command-shift-3 show the information in an image?  If it does, then post it here using this tip:
    https://discussions.apple.com/docs/DOC-6917

  • I have a dark vertical line on my screen that is about 1 inch gradation.  I can see through it but I can't get rid of it.  Help

    I have a dark vertical line approximately one inch wide on my screen.  I can't get rid of it.  It's a banding of grey.  Help!

    First try a Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least Ten seconds... (But can take Longer)... until the Apple logo appears. Release the Buttons
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the Steps in this article to force the device into Recovery Mode.
    From Here
    http://support.apple.com/kb/TS3281
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    Note on Recovery Mode.
    You may need to try this More than Once... Be sure to Follow ALL the Steps...
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most Recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766

  • I want to delete this stupid "ALot " screen that I got when I tried to install a You Tube downloader.

    I originally had a screen of a newspaper fronnt page whne Im opened Mozilla. Then I wanted to install an aprogram to download You Tube
    videos. I wound up with this dumb "Alot" screen . It lets me get to the Menu Bar and other navigation Tools. . But I just want to delete this dumb screen. I do not want it to be the screen I open up to.

    Additionally,
    To remove the ALOT Toolbar:
    http://www.alot.com/toolbar/uninstall
    To reset your Firefox home page:
    https://support.mozilla.com/en-US/kb/how+to+set+the+home+page

  • Why are there multi coloured lines on my screen that won't go away?

    My ipod touch has frozen with multi coloured lines that are flickering and it won't let me turn it off or do anything and it doesn't register when plugged into itunes. Is there a way to fix it?

    Let the battery full drain. After charging for at least an hour try again. Include thises suggestions as necessary.
    iOS: Not responding or does not turn on
    If still problem time for an appointment at the gensiu Bar of an Apple store.

  • Deleted line  item not display in Print preview

    Dear All ,
                                    Pl guide that when i delete the line item from a P.O then this deleted item is not visible in Print Preview .pl help what are the exact setting due to which i can know why this del item is not coming in Print Preview.
    Rgds ,
    Rajeev
    Edited by: sap11 on Feb 11, 2009 10:37 AM

    HI,
    Using the standard programm and print form the system works as follows:
    When you will create a new Purchase order with two line item. System
    will create new message record with  Change message flag (NAST-AENDE) as
    space and processing status (NAST-VSTAT) as  0 "not processed".
    After this if you will output the message using ME9F then system will
    update the message processing status NAST-VSTAT as 1 "Successfully
    processed".
    When you will delete line item 10, at that time system will create
    one more message record with indicator Change message flag
    (NAST-AENDE = X ) and processing status 0 "not processed".
    Now system contains two message records in table NAST, one for which
    processing has been done and one change message record for which
    processing has not been done.
    If you will run ME9F with processing status 0 then this means you
    wants to output the change message record means you wants to inform
    your vendor that item 10 has been deleted. That's why system show
    line item 10 but you can notice in print preview, system mentions that
    item 10 has been cancelled.
    If you will run the message with processing status as 1 then this is
    not change message output means system will show you latest print
    of purchasing document and thus will not show line item 10.
    Please take the print out of both message record and you can see the
    difference.
    I hope this information helps!
    Best Regards,
    Arminda Jack

  • I can no longer delete lines on the get info screen

    I'm trying to delete the artist on the get info screen. Until a few days ago, I was able to do so.  Now, when I delete the artist, the get info screen appears as if the line has been deleted. However, when I click "OK" then close the screen, it hasn't been deleted.  When I reopen the screen, that info is still there. I'm not doing anything differently that I did before.  Is this a software issue in the latest version of iTunes?

    Try going to settings> general> usage> storage> manage storage> look for the app and delete it from there.

  • I am unable to print only the first few lines of an e-mail. Also, it will then print in a very small type and will also include extraneous information on the screen that are not part of the e-mail. Is there anything I can do about this annoying problem?

    I can only print the first few lines of an e-mail, even when it is on "Full View" on my screen. Moreover, it prints with very small print that is hard to read and also contains additional material on the screen that is not part of the e-mail.
    == This happened ==
    Every time Firefox opened
    == Since the first day I started using Firefox

    I talked to Adobe Support tonight and found this issue to be a known problem with some of the Adobe Cloud products when using older hardware, in this case the C782.
    So, we found a workaround. Unfortunately the work around isn’t efficient and adds more steps to their normal printing routine
    Open InDesign and create, modify delete the card
    Select FileàExport
    A window will appear. Pick the location you wish to save the file
    Once the File is saved another window will appear
    “EXPORT Adobe PDF”
    An Export to Adobe PDF window will appear. Accept all defaults. MAKE CERTAIN “VIEW PDF
    After EXPORTING” is CHECKED
    Select Export
    Once EXPORT is complete the file will open automatically in Adobe Acrobat
    Most likely the screen will be very large
    Select the + - sign at the top of the page to adjust the page size to view the image
    Select FileàPrint
    The Print window will appear
    Select the printer from the drop down
    # of COPIES is just below Printer
    Select OK
    I hope this helps anyone who is having similar issues
    Thanks

  • ME28 transaction is giving Deleted Purchasing Lines in Output list

    Hi Guru,
    One of my user when run the transaction ME28 transaction, in the output contains the deleted line items also. But for me it is not displaying So. Could you please let me know any settings where deleted line items are excluded. Hope this is going to be a user specific settings. I checked the scope of list and reporting related in SPRO--> Materials Management --> Reporting and found no clue.
    Regards
    Lucky.

    Hi,
    My scenario are as follows
    1.) If the PO has one item and it is deleted total PO does not appear in ME28 for my id but appearing it for other id.
    2.) If PO has more items and only one item is deleted then deleted item does not appear in my ide but appears in other id.
    Note that in both the scenarios PO is released at Header Level (which has nothing to do with).
    Only line items are displayed for better view for the user, based on Scope of list.
    Regards
    Lucky.

  • Deleting the Input/Output Box from the screen

    Hi
    I created a input/out put box on a screen.Now I am unable to delete the input/output box.As i dont find the delete option any where.Please suggest the needful.I m using ECC4.6.
    Regards
    Rudra

    Then in PBO just seach for the screen name for which you have make it invisible.
    and put screen-invisible  = '1'.
    but this should be written with in a loop.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 7, 2008 12:56 PM

  • A few months back I Dropped my iPhone 4 and I cracked my screen and now i cant unlock my phone due to touchscreen not working plus there are blured lines across the screen and I can't see anything that it displays. Now when I try too connect my iPhone 4 t

    A few months back I Dropped my iPhone 4 and I cracked my screen and now i cant unlock my phone due to touch screen not working plus there are blurred lines across the screen and I can't see anything that it displays.
    Now when I try too connect my iPhone 4 to iTunes on my computer at home an error message comes up saying that I have to unlock my iPhone 4 for it to communicate to my device.
    But the problem is that I can't unlock my iPhone 4 because I'm unable to see the key pad and my touch screen no longer responds when I touch it.
    I just want to reset my iPhone 4 back to its Factory Settings & start all over from the beginning.
    How can I unlock my iPhone 4 with iTunes on my computer or any other option you suggest me trying.
    Thank you in advance,
    SiHero

    If you have had a "local guy "repair your iphone you will not get any support from Apple for warranty OR post warranty
    If Verizon return it to Apple it wil not be handled by Apple
    If Verizon also use unauthorised repairers you may be lucky
    (Apple do not sell parts to local guys or anyone else )

  • On closing Photoshop CC, I am getting an error message on screen that read's "Selective Palette error: no element found at line 1. Are you able to assist with this problem?

    Can anyone shed some light on this error message I am getting upon closing Photoshop CC
    I am getting an error message on screen that read's "Selective Palette error: no element found at line 1. Are you able to assist with this problem?

    Same issue here in WI and for me it was at 6:36p CST.
    I'm changed my password, removed iCloud from my phone ... tried 3G and WIFI with no luck. I also cannot check it on my Mac or iPad. I was able to get contacts and calenders back on my phone but no mail yet.
    Did the whole Apple support thing and apparently I'm part of the 1%
    EDIT: Question: are all of you former MobileMe users as well? Just wondering because I know there were going to be some changes as they completely move MobileMe over to iCloud and drop the "extra" services. I just can't remember if it was just a single cut off date or a series of dates. THAT email is stuck in my iCloud folders.

Maybe you are looking for

  • Error while Configuring ALBPM in weblogic

    HI, I am trying to configure ALBPM 6 in weblogic 10 on RHEL 4 (IA64) OS. I am getting errors while deploying PAPI WS ear file. Following is the error shown on server logs <Error occurred while setting document root for "weblogic.servlet.internal.WebA

  • Best Practices for Setting up MailBox Quotas in Unity Connection.

    Hi all, I've just completed migrating from Unity 4.0.5 to Unity Connection 8.0.2c and all seems to be working well at the moment. I am looking into setting up quotas for subscriber mailboxes and I would like to find out what are the rules of thumb wh

  • Difference MBRL - ME21N with items specified as return items

    Hi Gurus, can you please help me to understand the difference of these two return processes. We are using ECC 6.0 and want to implement a "standard" process for returning goods to the supplier if they don't meet our expectations. So now i have implem

  • Settings for USER MASTER in PRINTING?

    In The tcode : CO02 for Prod Order , I specify under menu path : Order-settings-listcontrol-for Lp01 printer : 0909 . In the user master record the printer SPLD is 7205. I want that the printer setting on the screen ( 0909 ) should override the setti

  • Multitasking in Task Sequence SCCM 2012

    Hello, Is it possible to set Multiple Scheduling in Task Sequence. And if yes what schedule will the system use for deployment. For example if we are deploying a application using the task sequence by scheduling 2 different schedule (1st. Log on & 2n