View attachment list in ECC6

Hi,
I am trying to assign the GOS service for the Z transaction using a ehancment spot in PBO . Problem is I am getting the GOS service enabled for the transaction. But when I click on
"View Attachment list" service, it is given short dump in ECC6 where as in 4.6c not. IIt shows the followin dump.
SET HANDLER: Reference to handler object cannot be NULL.
The current ABAP program "CL_GOS_TOOLBOX_VIEW===========CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
When specification a handler for an event in the SET HANDLER statement,
the reference "IS_SERVICE-SERVICE" to the handler instance cannot be NULL.
Program CL_GOS_TOOLBOX_VIEW===========CP
Include CL_GOS_TOOLBOX_VIEW===========CM004
Row 69
Module type (METHOD)
Module Name DISPATCH_SERVICE
=============================================
I am using the following code.
data: lo_container type ref to cl_gui_custom_container,
ls_object type borident.
ls_object-objtype = 'ZRECON'.
ls_object-objkey = gs_rec_all_scr-reconobj.
case ok_code.
when 'ATTACH'.
call method go_myobject->start_service_direct
exporting
ip_service = 'CREATE_ATTA'
is_object = ls_object
io_container = lo_container.
when 'LIST'.
call method go_myobject->start_service_direct
exporting
ip_service = 'VIEW_ATTA'
is_object = ls_object
exceptions no_object = 1
object_invalid = 2
execution_failed = 3
others = 4.
endcase.
The short dump given at
call method go_myobject->start_service_direct
Thanks a lot for ur suggestions.
Zakir.

Solved Question

Similar Messages

  • 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

  • Problem with GOS view attachment list in SAP Upgrade

    Hi,
    The view attachment list is working fne in 4.6c for the Z  transaction. When I run the same transaction in ECC6, I am getting the 'GOS View Attachment List' icon, but when I click on
    this icon, it is given short dump in ECC6 where as in 4.6c it is working fine. It shows the followin dump in ECC6.
    SET HANDLER: Reference to handler object cannot be NULL.
    The current ABAP program "CL_GOS_TOOLBOX_VIEW===========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    When specification a handler for an event in the SET HANDLER statement,
    the reference "IS_SERVICE-SERVICE" to the handler instance cannot be NULL.
    Program CL_GOS_TOOLBOX_VIEW===========CP
    Include CL_GOS_TOOLBOX_VIEW===========CM004
    Row 69
    Module type (METHOD)
    Module Name DISPATCH_SERVICE
    =============================================
    When I click on SET HANDLER statement, control leads to method DISPATCH_SERVICE in class CL_GOS_TOOLBOX_VIEW.
    =============================================
    I am using the following code.
    data: lo_container type ref to cl_gui_custom_container,
    ls_object type borident.
    ls_object-objtype = 'ZRECON'.
    ls_object-objkey = gs_rec_all_scr-reconobj.
    case ok_code.
    when 'ATTACH'.
    call method go_myobject->start_service_direct
    exporting
    ip_service = 'CREATE_ATTA'
    is_object = ls_object
    io_container = lo_container.
    when 'LIST'.
    call method go_myobject->start_service_direct
    exporting
    ip_service = 'VIEW_ATTA'
    is_object = ls_object
    exceptions no_object = 1
    object_invalid = 2
    execution_failed = 3
    others = 4.
    endcase.
    The short dump given at
    call method go_myobject->start_service_direct
    Thanks a lot.
    Zakir.

    Hi,
    I am facing the same issue. Can somebody help me to fix this issue?
    Thanks,
    Geetha

  • Problem in "View Attachment list"

    I am trying to assign the GOS service for the Z transaction using a ehancment spot in PBO . Problem is I am getting the GOS service enabled for the transaction. But when I click on
    "View Attachment list" service, it is given short dump in ECC6 where as in 4.6c not. IIt shows the followin dump.
    SET HANDLER: Reference to handler object cannot be NULL.
    The current ABAP program "CL_GOS_TOOLBOX_VIEW===========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    When specification a handler for an event in the SET HANDLER statement,
    the reference "IS_SERVICE-SERVICE" to the handler instance cannot be NULL.
    Program CL_GOS_TOOLBOX_VIEW===========CP
    Include CL_GOS_TOOLBOX_VIEW===========CM004
    Row 69
    Module type (METHOD)
    Module Name DISPATCH_SERVICE
    =============================================
    I am using the following code.
    data: lo_container type ref to cl_gui_custom_container,
    ls_object type borident.
    ls_object-objtype = 'ZRECON'.
    ls_object-objkey = gs_rec_all_scr-reconobj.
    case ok_code.
    when 'ATTACH'.
    call method go_myobject->start_service_direct
    exporting
    ip_service = 'CREATE_ATTA'
    is_object = ls_object
    io_container = lo_container.
    when 'LIST'.
    call method go_myobject->start_service_direct
    exporting
    ip_service = 'VIEW_ATTA'
    is_object = ls_object
    exceptions no_object = 1
    object_invalid = 2
    execution_failed = 3
    others = 4.
    endcase.
    The short dump given at
    call method go_myobject->start_service_direct
    Thanks in advance.

    Solved Question

  • Problem inView Attachment List in ECC6

    For creating View Attachment List, I code like below.
    data  ls_object type borident.
    ls_object-objtype = 'ZRECON'.
        ls_object-objkey = gs_rec_all_scr-reconobj.
        create object go_myobject
        exporting is_object = ls_object
        ip_no_commit = 'R'
       exceptions others = 1.
    It shows an error 'ZRECON is inactive or does not exist'.
    Where we should create ZRECON -
    how?
    Thanks in advance.
    Zakir.

    Solved Question

  • In Attachement List Services for Objects White Screen when I Display a Note

    Hi Expert,
    Need your assistance.
    I am trying to view a note in Vendor Master data but no information provided and I can only see white screen. Below are the steps that I performed:
    1. Go to FK03
    2. Open a Vendor
    3. Click the Services for Objects
    4. Attachement List
    5. Select a Note
    4. Display it
    5. Pop up window appreared and no information occurred. Only White screen
    Is there's a missing configuration, plugin, or data in my SAP system/workstation?
    I tried to login to other PC and it worked.
    Just wondering what is missing on my computer.
    Your response will be helpful.

    Hey,
    I have the exact same problem as you have described. I also used my ipod as a watch but starting from today, whenever I unlock it the screen turns white until a reset is done. Even a factory reset through itunes didn't fix it.
    Have you found any solution?
    Bah, this is annoying.
    //Gubbar

  • 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

  • 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

  • CV01N - Attachment List and Originals

    Hello everyone,
    I'd like to know what's the difference, within the transactino CV01N/CV02N, between:
    1) Create Attachment from the Generic Object Services Menu (icon in the upper left corner)
    2) Originals Tab (where I can attach files to the document being created/modified)
    In particular, I tried to attach a file through the Generic Object Services Menu and it appears in the attachment list for that specific object. However it doesn't show in the originals tab.
    Thank you for clarifying this for me.
    Regards

    Hi,
    basically the Attachment list in the generic object services (GOS) area and the originals area or tab in CV01N, CV02N, CV03N is not related. These are two separate functional areas.
    GOS Attachment list:
    This attachment list can be found for nearly all object (document info record, material master,euqipments,...) and allows you to add specific files to the object and store them by archivelink technique.
    Original tab in DMS:
    This area is something DMS specific and allows you to store original files to the document info records. This original files are normally stored in a content server and from DMS point of view you will have more functionalities as when you add the files to the attachment list. For detailed information please see the following link to the SAP online documentation:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c1/1c279c43c711d1893e0000e8323c4f/frameset.htm
    Best regards,
    Christoph

  • FB03 Attachment List

    Dear ABAP gurus :
       In transaction FB03, when users display the attachment list, I got a requirement to add some checks when they select a document and press 'VIEW' button.
      I have debugged FB03 transaction triying to find the program/methos/class which is called when selecting 'VIEW' in attachment list, but didn't work.
    Also, I have read some documentation about object services and SDN posts about disabling buttons in the attachment list toolbar, but this is not excactly what I need.
      Does anybody know wheter is a BADI, method or similar to do the above?.
       I'm using SAP 6.20 Version.
    Thanks in advance for your help.
    Regards,
    Carlos.

    And these are the Badi.
    Badi Name            Description
    AC_QUANTITY_GET      Change Quantities on Transfer from SD to Accounting
    ADJUST_NET_DAYS      Net due days adjustment in FI document
    BADI_ENJ_ALT_ADR     Branch to FI-CA Account Balance and so on.
    BADI_F040_SCREEN_600 Example for Screen Enhancement in F040 Screen 600
    BADI_F040_SCREEN_600 Test Badi F040 Screen 600
    BADI_FDCB_SUBBAS01   Example for Screen Enhancement 1 on FDCB Basic Data Screen
    BADI_FDCB_SUBBAS01   FM Implementation for BADI_FDCB_SUBBAS01
    BADI_FDCB_SUBBAS02   Example for Screen Enhancement 2 on FDCB Basic Data Screen
    BADI_FDCB_SUBBAS02   Improper Invoice Screen for  Prompt Payment Act
    BADI_FDCB_SUBBAS03   WRF Prepayment Implementation for BADI_FDCB_SUBBAS03
    BADI_MIRO_SPLT_ADD   Transfer Partner Bank Type to FI in Chain Liability process
    BADI_PRKNG_NO_UPDATE Parked Invoices should not update Accounting receivers
    FBAS_CIN_LTAX1F02    CIN implementation for LTAX1
    FBAS_CIN_MF05AFA0    Invoice - Downpayment clear - Tax transfer
    FI_AUTHORITY_ITEM    Authorization Check FM Account Assignments
    FI_DOC_DISP_LI       Document Line Item Display Inventory Accounting
    FI_FB08_SUBST_BUDAT  Fin. services posting date for FI Doc reversal . with FB08
    FI_HEADER_SUB_1300   Finanzdienstl. - Buchungsdat. für FI-Belegkopf berichtigen
    FI_HEADER_SUB_1300   Example for Screen Enhancement in SAPMF05A Screen 1300
    FI_RES_ITEM_CURRENCY Implement Document of Residual Item with Invoice Currency
    FVFZ                 FI Interface for Loans
    RFESR000_BADI_001    Import ISR Post Payments
    thanks,
    Padma

  • Loading TXT documents in attachment list

    Hi,
    I have got a program that loads documents from a directory against the relevant PO so they appear in the attachment list when viewing the PO. My problem is for TXT documents when I try to open them they open with internal SAP editor rather than notepad. This would be okay but it does not open with correct alignment. Am I able to control what application is used to open the txt attachment and if so how?
    your help would be much appreciated and I am happy to provide further details if required.
    Thanks,
    Neera.

    I should add that I'm using Eclipse , and as such my web service seems to be self contained in my workspace for Eclipse. The structure is
    EclipseWorkspace -> myProject -> projectNamespace -> *.java
    I thought I could place my *.txt files inside the namespace directory with my Java files. I have also tried placing the *.txt file in the project directory, still no luck.

  • 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.

  • 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

  • Q: BAPI/FM Attachment list

    Hi all,
    I'm struggeling for a while with this question and I havn't found a solution yet.
    Using transaction FBL1N, people of accounting can enter a vendor code and search for Vendor Line Items.
    By viewing the details of a certain line, they can select "services for object" and select "attachment list" to view a list of archive objects (like ea. Scanned documents, ...)
    Is there a BAPI (or FM) to fetch these attachment lists?
    I've already found BAPI_DOCUMENT_GETOBJECTLINKS, but I don't really know how to use it (what do they mean by documentpart and documentversion?).
    Are there any other (better) BAPI's or FM's to get those attachment lists?
    Or perhaps the tables where to find the data to create a custom FM?
    Many thanks in advance.

    Hi all,
    Thanks for all the suggestions.
    I've found a solution (thanks to the tips by Naveen Prabhakar  ).
    The link between the accounting documents and the archive objects -> BKPF-AWKEY = TOA01-OBJECT_ID on our system.
    I'll write a custom FM wich searches for the OBJECT_ID.
    Thanks very much all.

  • Regd attachment list service

    Dear all,
    I am using Integrated ITS 640 .Basis support pack is 18 . When i try to view the attachments in ME23N tran by clicking the obect service menu >> Attachment list, i am getting attachment list service popup screen for the PO but the screen is blank. When i do the same thing in R/3 GUI i am able to see the attachments for the same PO i checked thru ITS.
    Please help me in this regard.
    Thanks
    Vasu

    Hello Vasu,
    This should have been resolved using the same JVM as previously mentioned in your other message (note 980772).  If it was not then it may be a good idea to open a support message for further assistance.  You can also have the JVM window open and start the log/trace so that more information is available.
    Edgar
    Message was edited by:
            Edgar Chuang

Maybe you are looking for

  • How to populate values in DP key figure which is not present in Info Cube

    Hi We have a special Key figure in Demand Planning created for uplaoding Forecasts coming directly from customer, This key figure is not present in Info Cube and data doesnot pupulate in this key figure through Info cube build, Hence data in this key

  • Mail For Exchange update

    Hi All, Exchange 2010 in on the market, many companies have already switch to it but MFE doesnt work yet. I think it is crazy issue, our company is thinking to switch all 83 phones to WM devices.. Does anyone have info about Mfe update? Thaks Carip.

  • ITunes unable to burn to a 'recognized' external drive

    Hello, I am trying to burn a CD from iTunes 6 to an Iomega Predator USB external CD-RW burner. It is recognized by iTunes (and shows up as the burner under Advanced Preferences) but will not burn a CD. The "error" message I get is "iTunes can't burn

  • DSC Modbus Server

    Hello there, I have an upcoming project where I will use DSC and Modbus for the first time.  My sensor network will be Modbus over RS485 but the piece of plant I need to talk to is Modbus over RS232. When in a LabVIEW project I create a new Modbus I/

  • Audio Fades ...Well not working

    Hi there, I had have a sound / music which i did in Soundtrack Pro and now i imported it into Final Cut but i need it to fade. When i apply the effects they dont work. Whats going on here Please help Kyle