Services for Object Not Working in Portal

Hi Experts!!
We have created an iView for PR01 standard t-code. Now when we are testing it, we found that the button for Services for Object is being displayed on the page. But when trying to Create Attachment, it's not going further. Instead it's showing some message as 'Please wait. You will be forwarded automatically.This page had to be included for technical reasons.'
But nothing is happening later. It should provide me to enter the file path.
Can anybody suggest how I can get that? Your help is highly appreciable.

I had a similar problem using a different Javascript menu. If you take a look at the HTML generated by the portal and break it down into smaller sections you may find the HTML that is causing your Javascript not to load. It's a tedious task, but not all Javascript is the same. Note, if your javascript is using or manipulating the <div> tag. It must be relative positioned to an image or div or you may run into the problem of the javscript loading and displaying relative to the browser as opposed to your portlets.
Laith E.H.

Similar Messages

  • Button for services for object not showing for FB03

    Hi,
    I have a created a Zcopy of transaction FB03.
    But the button for services of object which contains attachment list and other features is not showing up in my Z trasaction.
    Does anyone know the reason or the functionality behind this button.

    Create a replica Z prg of the std prg SAPMF05L and assign a Z tcode to it.

  • Systemd service for synergys not working

    Hi,
    I've set up a synergys@user service file as specified in the wiki:
    https://wiki.archlinux.org/index.php/Sy … ch_Linux_2
    This works fine when the script is started manually but fails during boot
    with exactly the error message the service file is supposed to work around:
    Synergy 1.4.15: 2014-01-31T21:49:55 WARNING: primary screen unavailable: unable to open screen
    I've tried adding "xorg.target" to "After" but that didn't help.
    Any ideas?

    systemd --user is getting there, but not ready for prime time yet.  I have heard that SailfishOS actually uses full systemd --user, though I'm not sure what hoops had to be jumped through to make it so.  It should come around soon though, as there has been some work on it of late I think.
    A bit off topic, but this excites me.   I also read that SailfishOS runs on btrfs.  So when you restore the phone/tablet back to stock (factory reset) it simply deletes the in-use subvolume and replaces it with a read-only snapshot of the original.  Oooh nice...

  • 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

  • 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

  • Services for Object in Maintenance order can not link

    Hello,
    "Services for object" in Maintenance Order can not link to share point.
    Linking documents from the C drive or Global drive is successful but if SHAREPOINT is used, it fails
    When trying to link to a Word document on our Sharepoint... It fails... when I'm in an order... it gives me an error... (displayed on the attached Word file...) and when I'm working within a document... (CVN02) it merely links to my C:\ drive which won't work...  
    We need to link to our "master" Sharepoint (web based) documents.
    Please suggest the solution.
    Thanks
    Regards
    Anil

    Anil,
      Couldn't you add the web address as the attachment?
    Regards
    Narasimhan

  • Services for object doesn't work in an iView.

    Hello all,
    My company wants to use the "Services for Object" function from transaction MM03 inside the Portal but, as i created the iView, i noticed this function won't work.
    The icon is there but after clicking it, nothing happens.
    Has anyone ever had that kind of problem?
    Thanks in advance,
    Simone

    Hi,
    I have the same problem, did you get solved? Please advice.
    Thanks

  • Services for object box not visible for some users

    Dear All,
    PM module experts please help. In equipment master transaction IE02  in left hand top corner we get  box for SERVICES FOR OBJECT which is useful for attaching external documents like word and excel. but problem  is it is  not visible for some users.  Our security/authorisation team has also done some check but didn't get any solution.
    anybody knows the reason why there is no box availabe?
    Thanks
    SR

    Dear Siddhartho Raha
    I think this problem related ABAP work,this problem very general problem,first refer any note availble or search throgh any class in SE24
    note are like this way 492331,this is not related to your query but same like it is and also may be
    Due to an error in the coding, it was possible to link a Word document to a Document in IE01. Because the data cannot be saved in transaction IE01, the linked document is lost after leaving the transaction.
    Hope this may helps you
    Prem.

  • I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the

    I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the least very disappointed with such horrible service

    Which service did you subscribe to?  Adobe PDF Pack?
    Once I know the service that you subscribed to, I can move this post to the right forum so that you can get in touch with the folks who can assist you.

  • Services for object linked note to DMS DIR

    dear sir,
    we have created  DIRs(cvo1n) and attached  notes using Services For Object. The notes is visible in attachement list.Now we want to generate a report in which these notes should be available against respective DIRs.
    we created a query using SQVI, linking tables DRAW,DRAT,TDWST,TSOTT and SOOD.
    But this will show all the notes available in that language ( no link with DIRs)
    we want to have the Notes which are attached to respective DIRs in report.
    it may be possible if we link the table contains DIR and SOOD link table,which we don't know
    can you suggest some method to get the details of  Notes available in Services For Objects?
    thanking you
    srinivas pai

    i am closing this thread

  • My workflow is not listed in the GOS (Services for object)

    Hello Experts,
    I developed a workflow and linked the BO ZBUS2081. This is sub type of standard BO BUS2081. I am using the custom event INVOICEBLOCKED to trigger the workflow. The workflow is triggered propely when the invoce is created (with block) thru MIRO and I can see the workflow in SWEL or SWI6 or SWI14.
    But, the workflow is not listed in the services for objects button of the invoice display using MIR4.
    If I use the standard event 'BLOCKEDQUANT' as starting event, the workflow is triggered and I can view it in services for object.
    In the table SWW_WI2OBJ has all entries about the workflow triggered using standard event or custom event.
    How can I make the services for object in invoice list my workflow that was triggered using custom evet?
    Appreciate your help.
    Regards
    Siva S

    Hi Siva
    Thanks for marking this thread answered.....We are glad that your issue was solved :-) ....... But I do agree with Rick Bakker, the first correct answer was by Paul Bakker and I had just elaborated on that.
    Please mark the first correct answer as the "green" one.
    Regards,
    Modak

  • 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

  • Services for Object in Standard Portal iView

    Hi Experts!!
    We have TRIP in R/3 which we use to create Travel Expense. For a TE in R/3, we have Services for Object (where we can attach files n all). We are planning to get that while creating TE through Portal too. However in Portal we are using standard iView provided by SAP.
    Is there any way to achieve this? Or, any suggestions related to this?
    Your help is highly appreciable.

    Hi Experts!!
    Please suggest on this.

  • Services for Object  Icon not in ME21N

    Hello Experts:
    Does anyone know the reason why the Services for Object icon exist in ME22N but not in ME21N?
    Thanks in advance for your help!!
    -Edgar

    hi buddy
    The Generic Object Services do not appear in the Enjoy Create Trasactions ME21N and ME51N. This functionality is not provided until now. Please do the below manual activities and then apply the code change.
    Other terms
    GOS, Generic Object Services, ME21N, ME51N
    Reason and Prerequisites
    New functionality
    Solution
    Step 1:
    Create a new Method in the CLASS CL_PO_HEADER_HANDLE_MM.
    1. Go to SE24 and enter CL_PO_HEADER_HANDLE_MM.
    2. enter the below details,
    Method name :GET_GOS_MANAGER
    Level: Instance Method
    Visiblity: Public
    Description:  Get Generic Object Services Manager
    3. Now Select the Method and add the parameters
    Parameter :RE_MANAGER
    Type: Returning
    Pass value : Select the Checkbox
    Typing Method : Type Ref To
    Associated Type : CL_GOS_MANAGER
    Save the method and activate it.
    Step 2:
    Modify the Method PO_READ
    1. Go to SE24 and enter CL_PO_HEADER_HANDLE_MM.
    2. Select the Method PO_READ
    3. Add a Parameter as below,
    Parameter :IM_GOS
    Type: Importing
    Optional : Select the Checkbox
    Typing Method : Type Ref To
    Associated Type : CL_GOS_MANAGER
    Save and activate the method.
    Step 3:
    Add a attribute to the Class CL_PO_HEADER_HANDLE_MM
    1. Go to SE24 and enter CL_PO_HEADER_HANDLE_MM.
    2. Fill the below values,
    Attribute : MY_GOS_MANAGER
    Level: Instance Attribute
    Visiblity: Private
    Typing: Type Ref To
    Associated type: CL_GOS_MANAGER
    Step 4:
    Modify the Method SET_PO_NUMBER
    1. Go to SE24 and enter CL_PO_HEADER_HANDLE_MM.
    2. Select the Method SET_PO_NUMBER
    3. Add a Parameter as below,
    Parameter :IM_GOS
    Type: Importing
    Optional value : Select the Checkbox
    Typing Method : Type Ref To
    Associated Type : CL_GOS_MANAGER
    Save and activate the method.
    Step 5:
    1. Go to SE24 and enter IF_PURCHASE_REQ_FACTORY.
    2. Select the method CREATE_HEADER and add the parameter.
    3. Fill the below values,
    Parameter :IM_GOS
    Type: Importing
    Optional : Select the CheckBox
    Typing Method :Type Ref To
    Associated Type : CL_GOS_MANAGER
    try this but the patch from sol manager will be recomended
    reward if useful

  • From ME49 while navigating to ME47 "Services for Object" ICON not displayed

    Hello Friends,
    I am facing one peculiar issue that when I am Navigating to ME47 transaction from ME49 Transaction i.e. in ME49 Transaction when we double click on the RFQ Number it takes to ME47 Transaction. Here the ICON "Services for Object is being not displayed.
    But when I am opening up the transaction ME47 directly for the respective RFQ Number, there I can see the ICON "Services for Object".
    Have a doubt why from ME49 when navigating to ME47 the ICON is not being displayed?
    Friends please help me in solving the above issue.
    Thanks in advance
    With Regards
    Pradeep Goli

    Hi Atkin,
    Thanks for the response. Yes, it was the authorisation related issue. I have confirmed this by looking this button in another Users ID with SAP All role.
    Best Regards
    JK

Maybe you are looking for

  • I pad is not recognized in i tunes

    I am unable to get the ipad to be recognized in itunes; it is fully charged and connected via the usb cable provided.  I have an iphone and have had not had this problem with that device.  I tried shutting off/rebooting/resetting the ipad as instruct

  • Boot error 34 with Windows 8.1 on Lenovo Yoga 13

    Bought my Yoga 13 with Windows 8 pre-installed and updated it to 8.1. Worked since Oct 2013. Starting yesterday after shutdown and new power on allways get blue screen saying: Recovery Your PC needs to be repaired The Boot Configuration Data file is

  • Two devices, two different podcast configurations?

    I fear I may have posed a question to the wrong sub-forum, so I'm asking again here. I'm sure someone has this answer to this, and I'd appreciate your expertise I have an iMac, and use it to sync and manage my podcast playlists for an iPod Touch and

  • TIMEZONE question on 10.2.0.1.0

    Hi Experts, Env: Sun Solaris 8 DB 10.2.0.1.0 -- Single instance a) I did set env variable as TZ=UTC b) When I check SQLPLUS from server, it is fine. i.e. It shows time in GMT SQL> select to_char(sysdate,'DD-MON-YYYY HH24:MI:SS') from dual ; TO_CHAR(S

  • ORA-04044: procedure, function, package, or type is not allowed here

    Hi, I am trying to build an object hierarchy.The object hirarcy is for a multi division, multi department, multi cost center and multi operation Organisation.Multiple department can store into multiple divisions, multiple cost center can store into m