Delete and Change options in Attachment list to be disabled

Hi Experts,
I am working IS-U. In transaction EC20 when we see any print document, there is an icon for attachment at top. According to my customeru2019s requirement, user should only be able to attach the file, the options for Delete and change should be disabled.
When I do this through transaction SGOS and change the status as inactive of the service u2018VIEW_ATTAu2019, itu2019s deactivate the attachment list as whole .In this case user is not able to see the attachment also.
Any suggestion regarding this would be appreciated .
Thanks,
Vijay

Hi,
use FM with Edit functionality enabled for all fields and
Create one pf-status with some buttons
if user presses the button the alv output table should be saved and same table can be used to insert /modify /delete the dbtable.
and check this link
[alv list|alv list]
Regards,
Nandha

Similar Messages

  • Does anyone know why the delete and hide options are still missing in the crop tool option bar, despite having changed the background layer to a regular layer?  Thanks!

    Does anyone know why the delete and hide options are still missing in the crop tool option bar, despite having changed the background layer to a regular layer?  Thanks!

    "flying blind."
    "You totally lost me there, and I have no clue as to what your last question means."
    "I think I now know what you mean."
    Evidently language is of difficulty for you. 
    Perhaps the Oxford dictionary can provide you with your much needed “sensible, meaningful” content.
    According to the Oxford dictionary, a dialogue is to "Take part in a conversation or discussion to resolve a problem."  It also states that a dialogue is "A discussion between two or more people or groups, especially one directed toward exploration of a particular subject or resolution of a problem.”
    That IS the inherent nature of posts. A conversation is reciprocation.  Questions, followed by more questions.
    It is not difficult to understand.
    "how to ask your questions correctly for quicker and better answers" is best actualized by simply asking.
    Is it a Mac; is it not, etc.
    That IS sufficient.  That IS "quicker and better answers[ing]."  That IS what a dialogue IS.   And that IS actually what is "sensible," "meaningful," and "detailed." 
    The Oxford dictionary can best delineate and elucidate your lack of comprehension in what ACTUALLY “meaning” is.
    As well as what is "sensible" AND "detailed." 
    By the way, am I being repetitive.
    Still confused.  Let the experts that do not require much explanation respond with "quicker and better answers" for both "sensible, complete" responses." They are not "lost," "blind," or provide "incomplete" drivel.

  • Insert,  Delete and Update options in Table control

    Experts,
    I have writen code for Insert,  Delete and Update options in Table control. They are not working properly...
    can any one send the code for the above please...
    Thanks in advance..

    Hi,
    Following steps will help you.
    1.TOP-INCLUDE
    DATA: ITAB1 LIKE KNA1 OCCURS 0 WITH HEADER LINE.
    DATA: ITAB2 LIKE KNA1 OCCURS 0 WITH HEADER LINE.
    DATA: WA LIKE KNA1.
    DATA: ANT TYPE I,CUR TYPE I.
    DATA: OK_CODE TYPE SY-UCOMM.
    CONTROLS: TABCTRL TYPE TABLEVIEW USING SCREEN 100.
    IN FLOWLOGIC
    PROCESS BEFORE OUTPUT.
    LOOP AT ITAB1 CURSOR CUR WITH CONTROL TABCTRL.
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE CLEAR_DATA.
    LOOP AT ITAB1.
    MODULE MOVE_DATA.
    ENDLOOP.
    ADD “OK_CODE” IN ELEMENT LIST. CLICK ON LAYOUT AND  ADD TABLE CONTROL(name it as TABCTRL) AND PUSHBUTTONS AS FOLLOWS.
    SELECT THE FIELDS FROM PROGRAM. SAVE CHECK AND ACTIVATE.
    CLICK ON FLOWLOGIC EDITOR FROM APPLICATION TOOL BAR.
    DOUBLE CLICK ON MODULE “CLEAR_DATA”.
    write the in this module as below.
    CLEAR ITAB2. REFRESH ITAB2.
    DOUBLE CLICK ON MODULE “MOVE_DATA”.
    write the code in this module as below.
    APPEND ITAB1 TO ITAB2.
    ACTIVATE PAI AND WRITE THE CODE AS BELOW.
    CASE OK_CODE.
    WHEN 'FETCH'.
    SELECT * FROM KNA1 INTO TABLE ITAB1 UP TO 20 ROWS.
    TABCTRL-LINES = SY-DBCNT.
    WHEN 'ADD'.
    GET CURSOR LINE CNT.
    CNT = TABCTRL-TOP_LINE + CNT - 1.
    CLEAR WA.
    INSERT WA INTO ITAB1 INDEX CNT.
    WHEN 'MODIFY'.
    GET CURSOR LINE CNT.
    READ TABLE ITAB2 INDEX CNT.
    LOOP AT ITAB2.
    MODIFY KNA1 FROM ITAB2.
    ENDLOOP.
    SELECT * FROM KNA1 INTO TABLE ITAB1.
    WHEN 'EXIT'.
    LEAVE PROGRAM.
    ENDCASE.
    SAVE,CHECK AND ACTIVATE ALL.
    CREATE TCODE AND EXECUTE.
    contact if u hv any issues regarding this code.
    reward points,if it is useful.
    Thanks,
    Chandu.

  • My App Store is deleted and the option to turn it back on in restrictions is grayed out. How do I get the App Store back?

    My App Store is deleted and the option to turn it back on in restrictions is grayed out. How do I get the App Store back?

    If a reset didn;t work, then you can try restoring your iPad. Don't restore from a back up because if there is a glitch with restrictions, it will just set that option up again. Of if you are sure you have a backup created before you changed restrictions settings, then you can back up from that.
    Backup & Restore
    Restore iOS
    Recovery Mode Restore

  • In trying to edit a track - I want to "Delete and Move" the track to automatically fill the area that I deleted - However, after selecting a section to delete - the "Delete and Move" option is grayed out. How do I fix this?

    In trying to edit a track - I want to "Delete and Move" the track to automatically fill the area that I deleted - However, after selecting a section to delete - the "Delete and Move" option is grayed out. How do I fix this?

    Thank you for your attempt to help me. I appreciate that.
    I think I figured out how to fix it-
    I found that if I only delete a small amount at the beginning and at the end of the section that I want to remove - and then highlight that section - Then (and only then) does the "Delete and Move" function work to remove the unwanted section and automatically close the gap between the surrounding sections. I was trying to select a whole section and could only delete it - and then manually move it.
    Problem solved.

  • Deleted and Changed tasks

    How to track deleted and changed tasks in Project Professional?
    OR is there a way to track the same when Project Professional is connected to Project Server??
    Thanks, Siskin.

    Hi Siskin,
    Unfortunately, unless you develop custom code to log transactions in Project Pro (and Pwa in the project plan), there is no out of the box feature to track tasks' updates.
    The baseline feature can give you a limited (11) number of snapshots you can compare your current project plan to.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • "Delete and Move" option not given

    I want to chop a section of audio. If I highlight a section and type command-x, it deletes the audio and leaves a blank section. According to the help menu, "delete and move" is supposed to chop the section and merge everything -- I want to do this to eliminate a section entirely. But when I highlight a section, the "delete and move" option is gray and can't be selected.
    There must be a simple answer to this but I don't know what it is.
    Thanks.

    Well, it would be easier if you could just do it in the Track Editor, but it doesn't work that way. (You can only delete a portion of the Region there, not have it move automatically).
    Select the Region. That's one mouse click, whether it's an hour of audio or ten seconds. Then simply place the playhead where you want, do a Split (Cmd+T), move the playhead, do a Split, then click in a blank area (to deselect), click on the region to be deleted, and Ctrl+Del.

  • How to include change delete and insert options in alv grid display

    Hi,
    As per my requirement I need to display my output in grid.
    When the user makes any changes to any field of the alv it should get reflected in the tatabase table.
    Similarly according to the requirement if user enters a new coloumn to the alv or deletes one or more rows of the alv,same should be reflected in the databse table.
    I know there are many methods in object oriented.
    But its little bit tough for me to implement..
    Please suggest how to code for it without oo concepts.
    Thanks ,
    Smriti

    Hi,
    use FM with Edit functionality enabled for all fields and
    Create one pf-status with some buttons
    if user presses the button the alv output table should be saved and same table can be used to insert /modify /delete the dbtable.
    and check this link
    [alv list|alv list]
    Regards,
    Nandha

  • Missing "creator name" and "created time" on attachment list in ordrer

    Hi all,
    When printing an order (in VA01, 02, 03) with storage mode: archive only, and then display the document in "Displ.Originals", the creator and creation time are blank (in Attachment list pop-up).
    How to complete these fields?
    Regards,
    Misha

    This project was left aside for a while... but it's now finished!
    Thank you for the answers. It was helpful.
    Here is a step-by-step of what I did (using Adobe Acrobat 9.5.1):
    Open PDF document in Acrobat
    Select Forms -> Add or Edit Fields
    Add two text fields: one called "Today" for the date and one called "Printer" for the printer name
    Close the form editing
    Select Advanced -> Document Processing -> Set Document Actions...
    Then select Document Will Print and Edit
    Paste the following code:
    var f = this.getField("Today"); f.value = util.printd("dd mmm yyyy - HH:MM", new Date());
    var pp = this.getPrintParams();
    this.getField("Printer").value = pp.printerName;
    Save your PDF
    Enjoy!
    The date and printer name field will be automatically updated when you print the document!

  • Deletions and changes not being replicated from handset to Exchange 2003 server for one user

    Good afternoon,
    We have an issue where-by one of our Q10 handsets isn't replicating deletions and moving of mail back to Exchange 2003. If the user marks mail as read or deletes in Outlook, the change appears straight away on his Q10. His previous Q10 worked correctly, as do all of our other v10 devices. 
    Regards,
    Steve

    Hi,
    In addition to TP’s comment, you can go through beneath article for information.
    Terminal Server and Printer Redirection
    http://blogs.technet.com/b/askperf/archive/2007/08/24/terminal-server-and-printer-redirection.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Symbol in browser: delete and change

    Hello,
    could you help me please ?
    I want to change or delete the symbol to my folder but when I do a right clic, I can't delete the symbol or change it by an other symbol (that I want).
    Do you know how change or delete the symbol please ?
    Thanks in advance,
    regards.
    Carine

    Hi,
    I think your best bet would be settle on a fixed uniform size for all images (you can pad the images with transparent pixels so the variety of shapes I see on you site can still be preserved).
    As for letting your client delete images, here's what you need to do (one-time setup)
    1. Go to http://jonesy01.businesscatalyst.com/Admin and sign in
    2. Go to Site Settings > User Roles  (accessed via the panel on the left)
    3. Select Action Edit for Users
    4. In the Permissions tab, select Can use SFTP & File Manager in the left panel and move it to the right panel
    Here's what the client can now do:
    [One-time setup]
    1. Go to http://jonesy01.businesscatalyst.com/Admin and sign in
    2. Hover over his/her name (top right) and select My Details from the pop-up menu
    3. In the details page, check Enable online content editing and save (this option is designated 'incompatible with Muse', but is safe to use if all the client does is delete unused images)
    4. A new Develop tab will now appear.
    To delete images:
    1. Click the Develop tab
    2. From the standard file Explorer/Finder-like view, select an unused image (in the images folder) and use the trash icon to delete it.
    Hope this helps,
    Abhishek

  • I have set up to remember passwords but it is not working. I deleted and changed several passwords but now only some prompted me for remembering the new password

    I had set this up and it was working, but I deleted several passwords and set up new ones. Even though it is set up to remember passwords, it does not prompt me on a few sites. One is a hotel company and they do not block saving passwords. The others worked before and I don't think they changed. On most of the sites it worked fine

    This can be caused by the Google toolbar.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Desk top pictures delete and change

    I have two duplicate pictures, get rid on one of each
    and add others from the picture folder in iPhoto
    keep trying but no go
    got this about a month ago
    kept away from computers for a long time -- burnout
    first dealt with them in 68 -- IBM 1401 and IBM360
    anyone program in algol any more??

    I am back. On Windows 7 computers start up screen there are there are three major items blue icon , sign in box and red icon. The blue icon you want to click on that. Go down the list of helpers check mark magnifier then click apply and click ok. You can adjust the magnifier to any size you whant by clicking it and draging it. Now the red icon is your computers shut down options. The magnifier will appear every time you turn on your computer. You are all set now. You can also check mark to make things easier to read and ajust your computer to your own eyes.

  • My accout was pfished, and while clearing it and changing password my CONTACTS LIST disappeared. Need to recover it, can I

    When trying to clear the account I immediately changed my password, then ran a scan to clean the account. I went back in to the account and realized the contacts list had disappeared. Is there any way to retrieve it.

    omg, thankss sooo dayum muchhh:D
    i saw the file, and clicked on it, they asked me which app should the pics be viewed in (since i didnt have iphoto) i clicked on aperture, and currently they are being imported, but its taking a lot of while, along with that annoying rainbow loading sign:( will all of them be imported?
    you must be a genius at this?:D

  • PO Line item deletion and change documents

    Hello All
    We have cases where when we delete certain lines of a Purchase order, a change document gets created while for certain other lines it doesn't. Has anyone expereienced this issue before ? Any solutions on how to resolve it please ?

    Yes we find such problems in purchase orders such as
    - deleting PO line item
    - Add PO line item
    - change qty
    We had restricted through ABAP program plus release indicator.
    Check..,,,
    Vijay

Maybe you are looking for

  • Help with playing sound in applications

    im new to java and i was practicing playing sound in a swing application but the problem is that when i press the play button no sound is played...here is my code import javax.swing.*; import java.applet.AudioClip; import java.awt.*; import java.awt.

  • DHTML hotspots don't work when linked from Framemaker

    I'm using Adobes Technical Communication Suite 4 on a 30-day trial to determine how well it will work for single-source publishing. I'm familiar with Robohelp (having used it for over a year) but have had almost no experience with Framemaker (and non

  • Can't open website in Internet Explorer

    So I have this website I created in Dreamweaver and Flash. I uploaded it using FileZilla, everything's perfect I just can't seem to open it in PC's. When I try it in my Mac it works perfectly on Firefox or Safari, but on PC's Internet Explorer simply

  • Pointers needed to create a JSP for week/hour calendar type component

    Hi, I am looking to get some pointers on how to create week/hour calendar type component in JSP. My application is JSP/struts2 based web application. I need to create a web page where users will see a week hour calendar and for any time slot will ent

  • Mail trouble with outgoing mail server

    For weeks now (relatively recent), MAC mail will not send consistantly. When I choose my outgoing mail server in the preferences panel and check "use only this server", Mail often will not send my message. If I leave that outgoing server as "none", m