Activation of "Attachment List" in VF02 Transaction

Hi,
When i go to VF02 (Change Invoice) transaction, i find that in the Menu drop down the 'Attachment List' is not activated.
Can someone advise how i can enable the same.
Thanks,
Safi

Hi ,
The Attachment List will only be activated once you attach some files to the document.
To attach the file , click on Services for Attachment > Create > Create Attachment .
Once the file is attached , the Attachment List will be activated .
Hope it helps
SJ

Similar Messages

  • Reporting on the Attachment List

    Hi,
    I would like to know how we could access and report details about the attachment list in IQ03 transaction.
    Regards,
    RK

    Welcome to SCN.
    Use SO_DOCUMENT_READ_API1 and pass with DOCUMENT_ID value from SRGBTBREL-INSTID_B
    Please check the table SRGBTBREL and field INSTID_A you can find your IQ03 document number .
    make a search on this field and get INSTID_B and call function module above said.

  • How to create GOS view attachment list in ECC6

    Hi,
    I created Z transaction. I have to create View attachment List to this transaction. How to create GOS view attachment list in ECC6. can anybody send sample code on this.
    Thanks in advance.
    Zakir.

    Hi all,
    I've following problem with class CL_GOS_ATTACHMENTS.
    Transaction IE01/02/03 (create/change/display equipment) starts and instantiate GOS manager, and related BAdI are called.
    Then, when I choose one of available service, CL_GOS_ATTACHMENTS is instantiated, and inside that class a new GOS manager is instantiated, inspite of already existing instance.
    As a result, related BAdI are called twice, but unfortunately second time some SY variables are not correctly filled, particularly SY-TCODE and SY-MODNO are both empty.
    I've develop a workaround so that when sy-tcode is filled I save it somwhere, and when it's empty I filled it from saved value, does anyone know any other solution??
    Many thanks
    Regards
    m@x

  • Transaction FBL5N and FD03 attachement list

    Hi Experts
    I want to find out from where the email attachement for customer is comming from?
    Go to FBL5N - Select the customer account, company code and  Execute - customer line item display -> select any document no and press the man standing in the tool bar -> display customer general data -> below left near display customer general data there are two drop down list select the second dropdown and select the attachment
    list you can see all the email attachement belong to that customer
    I want to know which table all these attachment list are? and how can I link the customer with these attachment list. 
    regards
    Piroz

    Hi,
    Perhaps it is related with ALV buffers. Read Note 122975 - Resetting buffering of ALV field catalog for a futher information.
    Regards
    Eduardo

  • VF03 - Services of Object - Attachment List - Send Email

    Dear All,
    I have following requirement and need help on this.
    Step1: Go the Transaction code u2018VF03u2019, give the Billing document and press u2018Enteru2019.
    Step2: In the next screen, we will be on the screen u2018Standard Invoice XXXXXXXX (ZSOR) Display: Overview of Billing Itemsu2019.
    In this screen, click Icon u2018Services for Objectu2019 (just below u2018Enteru2019 Icon). We will find the popup consists of Create, Attachment List, Private note, Send, Relationships, Workflow, My Objects and Help for object services.
    Click u2018Attachment Listu2019, popup appears consists of attached documents. This documents need to be attached and send via email to the specific person.
    Need inputs on the above requirement.

    User will execute VF01/VF02 and would like to see the email will generate along with the billing document for the output type ZRDO to ZRD4.
    Even if he executes the VF31 also, functionality will work to send the email along with the attachments.

  • Services for Object (GOS) Attachement List not showing after attachment

    Hi All,
    I have created a new entry for the Generic Object Service List and this links to a copy of the CL_GOS_SRV_ATTACHMENT_CREATE class (Create attachment) with some additional logic. However, after attaching a file, the "Attachment List" does not become available until after I re-enter the transaction. The attachment list is showing the correct attachments.
    After some (understatement...) investigation, I found that even if I try and link the new service to a unchanged copy of the CL_GOS_SRV_ATTACHMENT_CREATE service in SGOSATTR, it is not working. It is attaching fine, but the "Attachment List" entry in the Services for Object Menu is still greyed out. If I attach the original class CL_GOS_SRV_ATTACHMENT_CREATE to the newly created entry it works fine. e.g. straight after I attach a file to the transaction, the menu entry becomes available.
    I can't find where the re-draw of the GOS menu happens and hence can not determine what is going wrong. Does anybody know if this is part of the Kernel or is this actually done in ABAP ?
    Am I missing something ? Debugging including system debugging for two days now and can't find it... very frustrating.
    Any help would be appreciated.
    Thanks,
    Wouter.

    Hi Wouter,
    I had originally posted to ask if you had resolved this since I was facing the same issue, but then deleted my post when I was able to get it working. Sorry, I didn't mean to initiate a flurry of activity in such an old thread.
    My scenario is I created a new GOS service entry in table SGOSATTR using transaction SGOSM. My new service uploads attachments to an external document management system via a call to a RESTful web service. The class I use in the SGOSM entry is a custom subclass of CL_GOS_SRV_URL_CREATE.
    I resolved this issue by taking a look at what CL_GOS_SRV_URL_CREATE does in its EXECUTE method. The key bits to refresh the GOS Attachment List with the new attachment are...
    raise event commit_required. " if SGOSM has the commit flag checked
    raise event service_succeeded
           exporting eo_service = me.
    These events tell any subscribers to go do their thing-- which in this case includes a refresh of the GOS Attachment List. So in the EXECUTE method of my custom subclass, after I call function BINARY_RELATION_CREATE, I raise these events...
    CALL FUNCTION 'BINARY_RELATION_CREATE'
       EXPORTING
           obj_rolea     = gs_object
           obj_roleb    = rel_doc
           relationtype = 'URL'
       EXCEPTIONS
           OTHERS       = 1.
    CASE sy-subrc.
       WHEN 0.
           MESSAGE s043(sgos_msg). " The attachment was successfully created
           RAISE EVENT commit_required.
           RAISE EVENT service_succeeded
                 EXPORTING eo_service = me.
       WHEN OTHERS.
           MESSAGE s042(sgos_msg). " The attachment has not been created
    ENDCASE.
    I hope this is helpful to you even though your initial implementation was a while back. Thanks for replying to my question though!!
    Cheers,
    Amy

  • Missing menu item attachment list in GOS regarding purchase order

    Hello All,
    I customized the archiving for different kinds of documents.
    There is all quite good for example with sales orders or invoices. I can call the transaction codes to view a speacial document - in those cases VA03 / VF03 - , click on the special GOS-icon and select from the drop-down menu the attachment list. The attachment list opens as a popup and there I see all created PDF documents.
    Only with purchase orders it won't work. Calling the ME23N and clicking on the GOS-icon the menu item attachment list is not active (light grey). With administration transaction OAAD I can see that there are archived PDF documents. So, the archiving works but still not the viewing of archived purchase orders.
    How can I activate the attachment list in this case? Maybe I forgot to do something?
    Thank you very much for your help!

    Hi,
    Check if note 1506581 is present in your system,if not please implement the same.
    Also check if in /SPRO -> IMG Customizing -> "Integration with
    our mysap.com components" -> Supplier Relationship Management ->
    Message Control -> "Activate Document Transfer"
    the customizing is correctly set for BUS2012 (Purchase Order).
    If not, please maintain this entry correctly and re-test the
    scenario.
    Regards,
    Ashwini.

  • Attachment list option from the GOS

    Hi freinds
    We have a custom Transaction for which we have activated the GOS icon on the screen. We have that icon and we care able to save the document to the Content repository fine.
    The issue is immediately after attaching the documents, if you use the
    " Attachment list" option from the GOS menu, it brings the attached documents.
    But if you leave the transaction and get in for the same document, the same function is not working.
    In what basis i have to save the document...
    Kindly pl throw in your ideas on this issue.
    Thanks
    deva

    Hi Kruthika,
    Here iam explaining how i resolved in my case
    i created a database table with the selection screen values
    if i attach any document in the GOS menu than keep a save button and write logic for save button to save the selection screen values in database table
    than after that if u see tha attachments again give another button like GET if u give any value which is in database tabel than press get it will get the all selcetion screen values and the attachmentts
    Note:Just iam explained what i did but i dont know what is ur requirement exactly
    if u come with ur requiremnt than we will help u
    Thanks
    Surendra

  • Object Services  attachement list

    From FB03, I am able to view archived images from Environment==>additional assignments==>object links==>attachment list.
    However, when I am using the Object Services==>attachment list the images does not display. Any ideas why?
    I have the following authorization objects.
    C_DRAD_OBJ activity 03, document type *, Linked SAP Object *, Status *.
    S_WFAR_OBJ activity (01,02,03), Document type *, Object Type *.
    Any ideas why from one path it works but not the other?
    Thanks,
    Christina

    Hi, Christina
    plz go through this
    Graphical Display
    You can display existing assignments of material or infrastructure objects graphically on the relevant tab pages by choosing the Graphical Displaypushbutton.
    Functions from the SAP Graphics component are used for the graphical display. For more information, see SAP Library under SAP NetWeaver Library ® SAP NetWeaver by Key Capability ® Application Platform by Key Capability ® ABAP Technology ® UI Technology ® Frontend Services ® SAP Graphics
    1.      You are on the initial screen of the document display function (transaction FAIR03). Enter your selection criteria.
    If you do not make any entries here, all documents are selected.
      2.      Choosing ‘excute’ with quick info text Execute takes you to a list of the accounting documents. You can analyze the results in various ways.
    •       Document Line Items displays the line items for the selected document in the lower screen area.
    You can select multiple documents.
    •       Source Document takes you to the source document (such as the invoice). From there you can navigate to the follow-on documents.
    •        Accounting Document displays the underlying accounting document.
    •         To close the lower screen area, choose  with quick info Close List.
    Note: you have to check wether you have defined 'valution area' and tick indicator 'additional object type'
    rgds
    Ben

  • Disable 'Delete' button for posted invoices  in GOS Attachment List

    Hi,
    when i open the attachement list of a generic object i see the attached files. In this dialog i want to disable the   "Delete" ( attachment)  button  for Posted invoices ( In MIR4 tcode -> If the invoice is already posted it should not allow to delete the attachment )
    I read oss notes and some ides of copying diverse classes but nothing really helps.
    I found two badis
    GOS_SRV_REQUEST
    GOS_SRV_SELECT
    but i dont know where we have to write our code .
    I read so many posts related to attachments but all the places described about authoriztion object .
    Can you please give some ideas to disable the delete button for posted invoices.

    Hello,
    For GOS there is no SAP Standard authorization concept. The only way to
    manage GOS authorizations is implementing it via custom code as
    described in SAP Note: 491271.
    Please have a look at the SAP notes:
    491271 Authorizations for generic object services
    701609 Authorizations for services: Final classes
    For the use of S_OC_ROLE: this object states if a user is an office
    administrator he can create, modify or delete every document, even
    those created by other users. If the user is not an office admin, the
    user is still able to create his own attachments.
    Regarding to the issue, there is an role object S_GUI for upload.
    To match your inquiry, pleaes find the user's role and active the
    object S_GUI.
    Regards,
    David

  • Attachment List in Generic Object Services disabled

    I want to attach documents to a work centre (transaction CR02, business object BUS0011). This has been configured so that the document will reside in the content management server and will be accessed using Archivelink. I can successfully store the doc using trasnaction OAWD, and can then retrieve the doc using transaction OAOR. The links are correctly created in table TOA03.
    However, when I try and view the docs from the Generic object services button for transaction CR02 the "Attachment List" link is greyed out.
    I've just set this up for invoices (object BKPF) so can't understand why this hasn't worked for work centres. 
    I've implemented the interface IFARCH21 for BUS0011, and this hasn't resolved the issue.
    Any ideas?
    Thanks
    Richard

    Richard,
    Your using the wrong object, I don't have access to an SAP system right now, so I can't tell you what the correct object is, but when it's configured correctly in OAC3 it will not be grey out.  Best thing to do it see what the object the program is publishing.  This is what GOS is looking for.  IFARCH21 is not the answer, unless your using workflow

  • Enable 'Attachment List' in IW21/22/23 - Notification

    Hi All,
    I am trying to enable the link 'Attachment List' from 'Services for Object' in transaction codes: IW21/IW22/IW23. After clicking on this link, i need to display all the email attachment available to the particular notification in the popup which will appear on the screen. I want to enable below marked link.
    Can anyone suggest how to achieve this..
    Thanks,
    Ketan

    Hi Ketan,
    It looks to me an issue with missing authorization.
    Refer SAP note below for required objects to have them enabled
    491271 - Authorizations for generic object services
    Hope this helps.
    Regards,
    Deepak Kori

  • Attachment list in Services for Object toolbar

    Does anybody know if there is any user exit or BADI that I can use to filter certain file attachments in Attachment list of Services for Object toolbar.
    For example, in transaction XK03 (Vendor display), Services for Object toolbar, you can see the Attachment list and it will display list of pc file attachments, however, we have a requirement to display only those that met certain criteria, is there any BADI or user exit for this?
    Thanks in advance for your help.

    you can use BADI
    GOS_SRV_SELECT
    for this.
    Regards
    Raja

  • Services for Objects Attachement List Display Note not Viewable

    Hi Experts!
    Good day! I'm trying to display a note in FK03 (related to Services for Objects - Attachment List) and I only see white screen pop up window. No message and text information. When I tried to use another PC I can successfully view it.
    Is there's a plugin that I may need to install?
    Your help will be greatly appreciated.

    Hi Marty
    It is my understanding that the IXOS licensing is based on users retrieving of documents not necessarily the viewer so the licensing implications of having non-IXOS viewers accessing documents using the generic archivelink viewer is still likely to result in licensing implications if an audit is conducted at any stage.
    The transaction for specifying the viewer is the OAA3 and OAG4.
    Regards,
    Athol

  • Calling :  FB03 - Customer Line Item - Attachment List Pop UP

    I want to call the attachment pop-up in my Z Report interactive report .
    I am showing document numbers in alv output list.
    now upon clicking the document i want to show directly the pop-up of 'attachment list' window .... how to do this...
    Normally we can see the same like this :
    1.  Run FBL5N
    2.  select one document number ( double click )
    3.  "Click Services for object " -> Attachment List
    Regards,
    Ramesh

    Hi,
    You can have an interactive report, to goto the document directly when you are clicking on the document number. However if you automatically want to go to the Services for the object, I have no idea. I dont even think it is possible. However if you can discuss with a BASIS guy, he may be able to help you on this.
    I checked this. The services are enabled only when you get into the transaction code for any SD object say order or delivery. Until then, the services for object is not even seen. So I think there is a relationship between services and the transaction code.

Maybe you are looking for

  • Oracle Report in New window with submit

    Hello, I'm in urgent need of an example on how submit a page and open a Oracle Report in a new window. I've searched the forum and found similiar threads, but not exactly what I need. Basically, I have an html page with cascading LOVs in which the us

  • 80GB Classic not seen by Windows 8 or iTunes(11).

    Its only started happening in the last day or so, but I cannot get my iPod to be seen by either Windows or iTunes. Although when I connect via USB the iPod display tells me that it's connected but never actually appears in Windows on iTunes. I have b

  • Message Output Type for PO

    Hi Experts, Can anybody please provide me the step wise details for message output type creation for purchase order. Thanks in advance. Regards, D Ranjan

  • Setting Crystal Report data source at runtime

    In advance, I've read all of the posts on here about dynamically changing the data source for your report at runtime and none of it seems to work. I developed a report against my development database using an MySQL ODBC connection. At runtime I want

  • Lsmw for xk01

    hello , I have a query in lsmw for xk01. while doing lsmw for xk01, after executing step 1 the system ask for tcode , i gave xk01 there. The next screen shown contains title field which belong to structure sza1_d0100 and field name is Title_medi whos