MessageBox on Adobe Form in SAP MSS PCR for SAP ECC 5.0

Hello,
I have a question regarding the behavior of Adobe form messagebox in SAP HR MSS PCR (Personal Change Request)
I tried to test how the messagebox looks like, and so I created a PCR scenario with an Adobe form. This form contains a datetime field. I added the script "xfd.host.messageBox("this is message", "this is title") to the "exit" event of the datetime field. Then I did all the necessary steps so that this PCR is displayed in the Portal.
Now at the runtime, when I select a date value from the datetime field, the messagebox is displayed, BUT within an empty Adobe Reader page. It is not displayed on the top of my adobe form.
But the strange thing is that when I use tab key to navigate through the datetime field, the messagebox is displayed on the top of my adobe form, without the empty Adobe Reader page.
I also tried my script with several different event types, including "Change", and "Validate", it behaves the same way. But when I tried it with the event type "MouseExit", no empty Adobe reader page is shown up at all (of course, this is not the right event type for me)
The environment is SAP ECC 5.0, SAP MSS business package for ECC 5.0, SAP Portal 7.0 (NW 2004s), Adobe LiveCycle 7.1, and Adobe Reader 8.1.1
Has anyone experienced this? I'd really appreciate any comments and suggestions. Thanks in advance.
Best regards,
Harrison

Antony,
The Adobe Reader version is 8.1.1
Just wondering if you used messageBox in interactive forms with ISR framework, and it worked well for you?
Thanks.
Harrison

Similar Messages

  • Adobe forms in ESS/MSS

    Hi All,
    It would be great if you could provide me some links on where I can find some information on
    Building Adobe forms in ESS/MSS portal with workflows.
    Thanks very Much!

    hi Aakash,
        https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60cd3e04-204f-2a10-ba86-852f2a84f8c8
    Regards,
    sujatha reddy L.

  • Error in opening the adobe form to create a PCR

    Hi,
    I m getting an error while i open the adobe form to create a PCR as follows.
    Script failed. accessor '$record.ENAME.DATA.FIELD' is unknown.
    Please help.
    <b>Points are sure.</b>

    Hi,
    I m getting an error while i open the adobe form to create a PCR as follows.
    Script failed. accessor '$record.ENAME.DATA.FIELD' is unknown.
    Please help.
    <b>Points are sure.</b>

  • Ticket SAP Solution Manager 7.0 to SAP EHP 1 for SAP Solution Manager 7.0

    Hi,
    I want to migrate all tickets from SAP Solution Manager 7.0 to SAP EHP 1 for SAP Solution Manager 7.0 , please let me know the procedure how to migrate it.
    DB Detail
    SAP Solution Manager 7.0 - MSSQL( 9.00.4035)
    SAP EHP 1 for SAP Solution Manager 7.0 - MSSQL(10.00.2531)
    Thanks,
    Kaleel

    Dear Mohamed,
    I was reading the post and the replies and while I think your question has been answered, I just want to make sure what you are trying to achieve. Is it a migration, where you have one Solution Manager system on SAP Solution Manager 7.0 and another
    SAP Solution Manager EHP1 system and you were looking to migrate the Service Desk messages?
    If you are "Upgrading" one system from Solution Manager 7.0 to  EHP1 then all the messages are preserved.
    If you are "Migrating" to a physically different system, then transfer of Service Desk Messages is not supported.
    Please see the document [SAP Solution Manger-  Conent Transfer|https://websmp204.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000608232009E]
    Also Service Desk is a completely independent CRM Service, so the messages could always be archived, as has been suggested.
    No depending on your scenario, is the EHP1 system brand new or is it already productive? If it was brand new, you might be able to do a homogenous system copy, and then upgrade the new system to EHP1. But if it is already productive, this would not be an option.
    Hope this helps to clarify.
    Regards,
    Paul

  • What is the T.code in SAP R/3 for SAP console applications

    sequence picking in Hall 52. Batch number 0017137168 was assigned to 2 associates. 
    One  associate was assigned to the picks and the other associate confirmed the TO'S
    This is requirement by client
    What is the T.code in SAP R/3 for SAP console applications

    hall 52

  • Using SAP Content Server for SAP E-Recruitment

    Hi SAP Experts,
    We are presently implementing SAP E-Recruitment using BSP services, We are successfully runnig with Whole E-recruitng cycle when we use SAP system DB as storgae for External Candidtes' Documents.
    But, Our Client wants to have SAP Content Server to store all documents uploaded by External/Internal Candidates becuase client is worrying that if SAP system DB holds such huge data base of Resumes, it may slow down the performance of SAP System.
    So, We need inputs from you suggesting whether is it feasible to use SAP Content server for SAP E-Recruitment Implementation. SAP no where suggests to Content server. So, we are in deliema to go for content server or not. If it is feasible to use Content server, pls provide me proper links or documents for reference.
    Please give your valuable inputs,
    Thanks & Regards,
    Sudheer Kumar P

    Hi Sudheer,
    We are considering the same option.  We are concerned about performance after all these documents are uploaded too.  Did you install a content server?  How did it go and was it difficult to set up with e-rec?
    Thanks
    Shane

  • Use cases for the SAP HANA Appliance for SAP FI-Accts.Payable

    Hello SAP HANA friends:
    Are there any compelling use cases for the SAP HANA Appliance for SAP FI-AP Accounts Payable module?
    CO-PA and CRM have many immediate use cases, but I'm looking for the use case for Accounts Payable,
    either from a cash flow perspective or performance.
    Any and all comments are appreciated.
    Regards,
    Joe Gonzales
    856 912 1136

    Hi,
    In SQL console please execute below query .
    GRANT SELECT ON SCHEMA <schema Name> TO "_SYS_REPO";
    BR
    Sumeet

  • SAP DEMO Database for SAP b1 Version for HANA

    I was wondering if anyone can Help. I have installed the SBODEMO database on SAP B1 version for SAP Hana. V9.0 PL4 and then upgraded to PL9HF (901.00 to 902.001) the SBOCOMMON upgraded ok but SBODEMO database failed on the pre upgrade checks with "Parameter type error in stored procedure SBO_SP_TranasctionNotification and refers to Note 134078. I logged it with SAP and they have said uninstall the SBO DEMO database and then reinstall. Can anybody provide details on how to do this as there are no uninstaller just for the DEMO db as it was installed during the SAP B1 server installation.

    Hi Nathan,
    You can uninstall using uninstall.bin typically located in /opt/sap/SAPBusinessOne. If you deleted /opt/sap/SAPBusinessOne or the uninstall fails you can use the command shown below.
    //Check for B1 rpm files
    rpm -q -a | grep B1
    //remove B1 rpm files
    rpm -q -a | grep B1 | xargs rpm -e
    After uninstalling I would recommend deleting the directory (rm -rf  /opt/sap/SAPBusinessOne).
    Best regards,
    Duncan

  • SAP installation manual for SAP 4.7 for abap module

    SAP installation manual for SAP 4.7 for abap module

    You can find the install guide in the SAP Marketplace:
    service.sap.com/instguides
    (logon is required)
    You have to navigate deeper depends on your platform and exact release.
    ABAP is not a module, it's a stack.
    Peter

  • SAP EHP 1 for SAP Solution Manager 7.0 configuration check

    Hi All,
    I have configured my SAP EHP 1 for SAP Solution Manager 7.0 according to the guide. Now i would like to test my configuration. Please provide me with a check list and test scenarios.

    SOLMAN_SETUP will guide you to setup SOLMAN, after you setup you gotta make sure that everything is green or resolve the errors.
    SMSY---> Ssystem Check RFC Connections,check the SLDCHECK.
    Refer to OPERATIONS GUIDE under INSTGUIDES, which is very detailed.
    Thanks
    SM

  • MessageBox on Adobe Form in MSS PCR for ECC 5.0

    Hello,
    I have a question regarding the behavior of Adobe form messagebox in MSS PCR.
    I tried to test how the messagebox looks like, and so I created a PCR scenario with an Adobe form. This form contains a datetime field. I added the script "xfd.host.messageBox("this is message", "this is title") to the "exit" event of the datetime field. Then I did all the necessary steps so that this PCR is displayed in the Portal.
    Now at the runtime, when I select a date value from the datetime field, the messagebox is displayed, BUT within an empty Adobe Reader page. It is not displayed on the top of my adobe form.
    But the strange thing is that when I use tab key to navigate through the datetime field, the messagebox is displayed on the top of my adobe form, without the empty Adobe Reader page.
    I also tried my script with several different event types, including "Change", and "Validate", it behaves the same way. But when I tried it with the event type "MouseExit", no empty Adobe reader page is shown up at all (of course, this is not the right event type for me)
    The environment is ECC 5.0, MSS business package for ECC 5.0, SAP Portal 7.0 (NW 2004s), Adobe LiveCycle 7.1
    Has anyone experienced this? I'd really appreciate any comments and suggestions. Thanks in advance.
    Best regards,
    Harrison

    Antony,
    The Adobe Reader version is 8.1.1
    Just wondering if you used messageBox in interactive forms with ISR framework, and it worked well for you?
    Thanks.
    Harrison

  • Problem with Adobe Document Server and MSS PCR's

    Hello gurus,
    We are implementing ESS and MSS on ERP 2005, and our technical team is having lots of problems to make ADS work. Apparently the problem is that the ADS is not actually supported by SAP for 64-bit servers.
    But I need to configure MSS PCR's that use Adobe Interactive Forms. So I need help in 2 different ways:
    - Do you know any possible solution to the compatibility problem?
    - Is there any way to make PCR's work in ERP 2005 without using Forms. Is this a sensible thing to do?
    Thanks,
    Andres

    You will need ADS to make PCRs work. There is no way around it.
    The only option I can think of is to upgrade the server. go to service.sap.com/pam to find out what's supported.
    James

  • Problems!:  calculated fields in Adobe Forms using the ISR/PCR framework.

    Hi there,
    I have made an Adobe form in the ISR framework. Everybody who is familiar with these forms in the framework knows that the adobe form is embedded in a standard webdynpro which consist of a roadmap with three steps.
    Step 1: Fill out the form
    Step 2: Check and fill the form
    Step 3: Submit the form. After submit the form can be send to a manager or can be directly processed in SAP HR.
    Problem 1:
    When I test the adobe form and fill in a number in a field and click on next everything goes fine. But when I click on previous step the value which I filled in before is gone and put to 0,00.
    Problem 2:
    Also another problem is that calculated fields, do not show directly when clicking on next step. When you click on next step and then previous step, then you see the value of the calculated field.
    Problem 3:
    Also another problem is with the calendar function. When I fill in a date by hand and click on next the BADI behind the form sees 00-00-0000. When I use the calendar function everything goes well.
    Who can help me with these 3 problems.
    Greetings.
    Message was edited by: Sandhya Banwarie

    Hi Phil,
       Interesting - I have a similar issue.  We want to use the Request for Transfer scenario in ERP 2005, but it has not been developed in Adobe forms by SAP yet (it isn't available in 2004 either)!  So, we have decided to use the old JSP PCRs instead.
    Your issue is probably because you're using the same 2005 iviews to create your PCRs.  The 2005 PCR iviews are written in WebDynpro, and appear to assume that each one will be an Adobe form!  If you assign the old PCR iviews to your manager (give them the old MSS role under Migrated Content->EP5.0... in the pcd if you have it installed), you will be able to create a PCR with the JSP forms (regardless of the "Entry in Web" setting in QISRSCENARIO).
    The next issue is the approval.  In 2005, transaction SWFVISU has task TS50000075 configured as Java Webdynpro.  You'll need to change that to iView, and specify ID = com.sap.pct.hcm.isrdispatcher.default.  I'm following the UWL item type guide for this at:
    http://help.sap.com/saphelp_nw04s/helpdata/en/b1/cc1357eead454bb144face4a66be7d/content.htm
    Having said this, my approval is not working!  The item type has clearly changed, because the workitem name is no longer a hyperlink (rather annoying), but when I hit the "Launch Task Page" button (default name I think) I get the error:
    "Unable to perform action because the system returned an invalid URL"
    I can't see this "invalid url" anywhere in the logs, so I can't see where it is getting it from, or what path, etc I'm meant to put!  In your old system, what did you have as the "Server for ISR call" under "Additional Data for Scenario" in QISRSCENARIO?  Also, what did you have in the "URL" box that appears under the Additional Data for Scenario button when you change the Entry Type to JSP?
    Many thanks,
    Russell.

  • Transactional iview for Adobe form in ESS MSS

    Hi,
    I have a object of printing adobe form in R/3 and ESS both.  I have created the object for R/3.  But now i have to create this object for ESS also. 
    Kindly suggest technically which is the best way to print the adobe form on ESS.
    I have tried one way which is transactional I-view which is displaying the adobe form.  Kindly suggest this is technically ok.
    Ankit

    What version are you on? There are fairly simple ways to do this in BSP's or even now if your are on ECC6, using ABAP Webdynpros are very easy.

  • Calling the Adobe form in a workflow step for Approval

    Hi All,
    We are creating a PCR scenario using Adobe forms for "Employee seperation". This form will require 7 subsequent approvals from various agents which is to be handled using a workflow.
    I had gone through the ISR cookbook and managed to create a scenario. I have also assigned it to a PDF form and a dummy workflow. Now from my PCR iview i am able to submit the form for my scenario which also triggers the dummy workflow(through the BUS7051-CREATED event).
    Right now this dummy workflow just sends a mail(by sendmail step) to the first approver. Now i want this workflow to send a workitem to the first approver for approval of this form which will have to appear in his UWL. When the approver double clicks on the workitem in UWL he should be able to view the form along with Approve/Reject/Cancel buttons. I am not aware how to do this. My questions are,
    <b>Is this handled by a decision step or an activity?
    If it is an activity step which Task/Business object method is used to handle this?
    If it is a decision step how do we make the Adobe form also to be displayed along with approve/Reject buttons?</b>
    We are using ECC5.0 and EP6.0.
    Thanks in advance for any help.
    Prasath N

    Hi Rajasekhar,
    The UWL issue has been resolved now and i am receiving the workitems in my UWL. But i am getting the following error when i am trying to execute the workitem from my UWL.
    <b>Service cannot be reached
    What has happened?
    URL http://xxxxxxxx.xxxx.xxx.xxx:8000/webdynpro/dispatcher/sap.com/pcui_gp~isr/IsrFormApprove call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system xxx with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:DALSPHSB_HSB_37-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    </b>
    I have done the following configuration settings in SWFVISU transaction :
    Task : TS500000075
    Visualization Type : WebDynpro Java
    visualization parameter: Application
    visualization Value: IsrFormApprove
    visualization parameter: Package
    visualization Value: sap.com/pcui_gp~isr
    Is there anything else that i have missed out in the configuration?
    Message was edited by:
            prasath natesan
    Message was edited by:
            prasath natesan

Maybe you are looking for

  • Printing PDF while in Safari

    Recently I had to reinstall Adobe Acrobat Reader to view a PDF in Safari, previously I had no problem with other sites.  The page is displayed normaly, except when I select "print" it's blank on the print page.  I do not like Adobe Reader, it seems t

  • Deleting a file does NOT move it to Trash

    Recently my hard drive failed on my iMac, and it was replaced and the data salvaged.  However, now, when I delete a file, a window opens telling me if I proceed, the file will be permanently deleted.  That is, it no longer is placed in the Trash, whe

  • Mail Subject getting cut shorted

    Hi frnds In my mail subject i see that the subject is getting cut shorted like "Contract Title 5600000422 Actual Spend is now 91" . I am only getting this message in subject but the original is some what bigger than this . Is there any limitation to

  • 3 Specific Issues With 10.7 Lion (Safari, iCal, Mail)

    I have 3 specific issues with Lion that I seem unable to fix. Note that these issues did not exist before my upgrade to Lion. 1. Safari 5.1.5 & "White Screen": If I open more than 3 or 4 Safari windows at a time, suddenly the winsows switch to "white

  • ICal multiplies my CalDAV account

    Hi, Since the upgrade to Lion I'm facing a weird behavior in iCal. My single CalDAV account is multiplied over and over again. Even if I delete them they show again. It seems that removing the calendar from my account under System Preferences solves