Using JSP based PCR forms in ERP2005 rather than Adobe interactive forms

We are currently upgrading from EP5.0 business package 50 to EP7.0 with ERP2005 (ECC 6.0) and are trying to configure our existing custom personal change request forms with our scenarios.
Originally our custom PCR scenarios where JSP iView and we are hoping to use these again as part of ERP2005. The customisation seems to support this – transaction QISESCENARIO for each scenario you have the option ‘Entry Type in Web’ and you can set it to ‘Entry Using JSP iView’. We can configure the internet link and the portal component also for our JSP view.
When we try to run this however we get the exception ‘No Adobe Form Is Assigned to the Scenario’. After a quick debug it seems that you always need the Adobe form to be configured.
None of the documentation for ERP2005 suggests that you can use anything other than Adobe forms, which contradicts the configuration in QISESCENARIO.
The ISR cookbook (written July 2004) details the creation and configuration of JSP request forms but not what versions they are compatible with.
Developing you own PCRs for ERP2004 (Can’t find an ERP 2005 version) does not mention JSP iViews at all.
The release notes for ERP2005 don’t give this a specific mention.
So, my question is are the use of JSP based request forms permitted with ERP2005 ?

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.

Similar Messages

  • Upgrade JSP based PCR forms to Adobe based PCR forms

    Hi
    We have JSP /htmlb based PCR forms in MSS. we would like to upgrade the JSP forms to Adobe based forms
    I have gone through the avaible pdf for upgrade JSP to Adobe on sdn.
    As mentioend in the document I have created a Adobe form  layout  on in backend under SFP transaciton .Added that form to the exisiting ISR scenario .OADP is already configured for the same scenario. Now how should I integrate this to portal so that instead of portal component it will call the Adobe form
    Any help document or guide for the same.
    Thanks
    Poonam Sharma

    Hi
    Any help on the above
    THanks
    Poonam Sharma

  • Is it possible to default jsp to open in source tab rather than design

    I am using JDev 11g prev1. is it possible that when i click on a jsp it opens the source tab rather than design. design view for jsp is really of no use.

    It's there already. See Tools->Preferences->File Types.
    Thanks,
    Brian

  • How do I use my iSight camera through msn messanger rather than iChat?

    How do I use my iSight camera through msn messanger rather than iChat?

    Hi
    MSN for mac any version does not do video.
    aMSN and Mercury do video but no audio.
    if you are trying to video with a PC you will be better off using Skype
    Mac version http://www.skype.com/download/skype/macosx/index.html
    PC version http://www.skype.com/download/skype/windows/helloagain.html
    Tony

  • Wat is the use of sid in extended star schema rather than linking masterdat

    hi bw gurus,
    wat is the use of sid in extended star schema rather than linking masterdata with dimention tables?
    thanx in advace,
    i will assign points,
    srinivas

    hi,
        the sid are used instead of the data in order to avoid the redunduncy of data.
    and reduce the datastorage size.
    the data will be present in the sid table and the data is linked used the corerponding sid in the dimension.
    regards

  • I accidentally downloaded a windows based version of Elements 12 rather than a Mac based.

    I accidentally downloaded a windows based version of Elements 12 rather than a Mac based.  How do I undo this?

    What about if you go to Start>Control Panels>Programs and Features?  Is it listed there?  If not then you will want to run the installer again from the install files.  By default the install files are saved to your user folder.

  • Using JSP to set form data and automatically submit

    I am using JSP to extract the authentication details form the header, and then set these values and automatically submit them them to a javascript cookie function. I can extract the information, but setting and submitting to javascript seems to be a problem. I don't want to modify the original code because that may change, and if it does change, they can just copy the jsp block to the new page. Plus there may be more pages where I will need to do the same. Any suggestions?

    I am making this a JSP and hosting it in Tomcat since I already have the authentication extracted and base64 decoded with this at the top:
    <%@page language="java"%>
    <%@ page import="com.Ostermiller.util.Base64 " %>
    <%
    String auth = request.getHeader("Authorization");
         auth = auth.substring(auth.indexOf(" "));
         String decoded = new String(Base64.decode(auth));
         int i = decoded.indexOf(":");
         String username = decoded.substring(0,i);
         String pwd = decoded.substring(i+1,decoded.length());
    %>
    Then it has a form with a field checker and then login function:
    function do_login()
    if (is_ie)
    window.document.authenticate.submitbutton.click();
    else
    window.document.authenticate.submit();
    <form method="post" name="authenticate" onsubmit="return check_fields();">
    Log in
    I was wrong about the cookie. It doesn't set it in that html file, it just checks to see if a cookie exists, if it does, it passes the user through. Normally I would use a cookie bean to do this, but again I have to do this for multiple sites which have different values and encryption. I just want to pass the credentials through and then let the back end do the rest. Do you know of a better way? Thanks for replying.

  • Using Proposed Fields  - Flat File to DataSource rather than InfoObjects

    Hi Experts,
    We are doing one test project in which our source data is Flat Files. We want to load into DSO and InfoCube. Then our next step will be MultiProvider and produce reports on MultiProvider. Can you please clarify?
    From Flat File to DataSource(PSA) we are using Proposed Fields rather than InfoObjects to Transfer Data.
    From DataSource to InfoProvider we are using InfoObjects to Transfer Data.
    My question to you is, is it correct to use Proposed Fields rather than InfoObjects from Flat File to DataSource Transfer?
    Thank you,
    Srini.

    Hi, check in Proposal tab, you need to check if the field
    types and lengths are correct (If they match the file you have or will receive).In some cases, the proposal will not be accurate, and you will need to adjustthe fields type and length on the fields tab. This is the case with the field length and type.
    Thanks
    Reddy

  • Using WRE to send a wireless signal rather than expand a signal

    Hi all, I'm hoping you might be able to help me out on this. I have a Linksys router and a WRE. The router does not have wireless, but i was curious if it's possible to trunk the router to the WRE, and have it send out a wireless signal, rather than pick up on and expand an existing signal. If so, what would i have to do to achieve this.
    Thanks!

    If the router does not have Wireless then you cannot use your Range Expander...In other word's, what you want to establish is not possible with the Range Expander...
    However, this is possible with a Wireless Access Point(WAP54G)...You can connect an Access Point(WAP54G) to your router to send a Wireless Signal...

  • Dock uses icon of first item in folder rather than folder's own icon. Fix??

    I have a folder with its own custom icon.  When I drag that folder to the right hand end of the dock (mine is set horizontally), Mavericks insists on setting the dock icon for that folder to the icon of the first item (alphabetically) in the folder, rather than the icon for the folder itself.  How do I fix this??
    Thanks!
    DM

    Hi William,
    Thanks for your reply. It's already displayed as a folder, but this has nothing to do with how the contents are displayed when I click the icon in the Dock. I'm talking about the icon that the Dock shows for my folder. Changing the display options has no effect on that.
    If I drag a new, empty folder from the Finder to the Dock, it has the standard OS X folder icon in the dock.  But as soon as I drag things into that folder (in the Finder), the dock icon changes to the icon for the first item in the folder. Even if I paste a custom icon into the folder's Get Info window in the Finder, the Dock ignores this and uses the icon for the first item in the folder.
    DM

  • I recently subscribed to creative cloud but I need Adobe Prem CS6 rather than Adobe Prem Pro CC, can

    Hi,
    i recently subscribed to Creative Cloud, in the main to access Premiere Pro. I am studying film and vidoe and the uni teaches Prem CS6 not CC, can I get the earlier version on this subscription and if so how?

    This is about Encore... but to install EncoreCS6 you actually install PProCS6
    CS6 is the final Encore http://www.adobe.com/products/encore/faq.html
    -also http://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html
    -http://tv.adobe.com/watch/davtechtable/using-premiere-pro-cc-encore-cs6-for-bluray-dvd-and -interactive-video-for-ipadatv-and-mobile-hd/
    You may also buy PProCS6 as a standalone program, without the cloud
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html?promoid=KFPMZ

  • Cannot find JSPDynpage classes in JSP based PCRs

    Hi all,
    We are implementing PCRs with JSP files. I copied par files from the server and imported them into NWDS. I am able to find JSP files and properties files and deployment descriptor files. I couldn't find any JSPDynpage class in any par file.
    I imported par file directly into NWDS.
    Can anyone explain me where I can see the JSPdynpage class?
    Thanks in advance
    RK REDDY

    hi rk reddy
    in order to created par file if we include source to par file then only we get source files.
    ok do one first you try to open the par file ---> with the help of winrar --->
    in that in pagelet ---> u get jsp coding
    try like that .

  • Is there any specific docs for using iPlanet v5.1 as MTA only rather than as a MTA/IMAP server?

    We currently use PMDF on a couple of dedicated boxes as MTA's for our site. Licensing for iPlanet v5 is a little more favorable and a number of the former PMDF developers now work for iPlanet/Sun and these folks were great to work with. I'm reading the admin guide right now but am curious if there is more out there? Or if anyone is doing what I'm looking at doing?
    al

    There aren't any documents for installing the MTA portion of IMS only. In fact, out of the box, you can't install just the MTA in IMS 5.1. It may be possible in IMS 5.2.
    Currently, you have to install the MTA and the store (which you can later disable). Then you have to configure your mapping and dirsync and so on for the MTA.
    MTA configuration isn't drastically different in IMS (though I'm not familiar with SIMS or PMDF previous to IMS) so you will probably feel very comfortable with it after a read through the Admin Guide and the Reference Guide.
    If you have a specific question about something in the process, someone could probably provide a little more detail.

  • Analysing forms locally rather than Adobe online

    Hello. I need to do a series of community surveys (vox pops) and was planning on creating forms with Adobe and loading them onto iPads (versions 3 & 4). I have a found an app that will allow me to fill in the forms while conducting the vox pops with the community participants. I will also be able to store/email myself with the completed surveys. My question is, can I then analyse and create/export the results locally without uploading the finished surveys online? (it seems that the only way to use the analyse functionality of the program is by uploading to FormsCentral ??). I am conducting the surveys on behalf of my State Government, who have raised privacy concerns about using 3rd party servers. Hence me creating the forms myself and not using one of the billion online survey companies. Many thanks. (FYI, if needed, I am on 2007 or 2008 exchange server and operate 2010 Office on my PC).

    If there are privacy concerns with web servers there will be much larger privacy concerns with sending personal data through email, which is as secure as a postcard.
    I recommend you use HTML forms which submit through https (not http) to a secure server you control. You can also use PDF forms, but you should establish there is a good reason for the extra complexity.

  • Can you use other disk drives on mac mini rather than the superdrive?

    I have just purchased a mac mini and am exploring the various options available to me regarding disk drives?
    Are you limited to just the Mac Superdrive or can you use other makes and models?
    i read somewhere that some drives will only let you install software and not let you Burn Music or play games?
    Is that correct.
    Mike Price

    I have three firewire burners daisy-chained to the mini for ripping my CD collection.

Maybe you are looking for

  • How can I get a list of all items (clips/stills) I've used in a project?

    I am creating a sequence that contains lots of items (both short clips and stills) and it's getting difficult to remember if I've already used an item already. Is there a way to get a list of items I've already used or to mark an item once I've used

  • Unable to view project

    Hi, We have an issue wherein a resource manager is unable to view a project to which he has been assigned as a resource manager. I check his roles, BP and everything looks good. His HR reocrds look good as well. I have even re-imported his HR master

  • Create

    how do I create a PDF from my scanner/printer

  • BPM Webservice Execution Timeout

    Hi All, i'm using an automated activitiy to call a webservice from BPM. Apparently there is also a timeout for webservice execution like in WSNavigator. Is BPM using the same value (60 sec)? Is there a possibility to edit this value to extend the web

  • Adding transitions creates audio noise

    Adding transitions creates a slight "pop" noise at the beginning and end of the transitions. Any solutions for avoiding or correcting this problem?