Adobe for MSS PCR forms with 46C back-end???

Hi all,
A quick question - is it possible to use Adobe document services for PCR forms when the back-end R/3 system is 4.6C? Or do we need to be on Enterprise or ERP?
From what we've seen it appears that the ISR functionality in 46C is not enabled to allow selection of an Adobe form - thus ruling this form option out for 46C PCRs, meaning we'll use JSP forms instead.
Can anyone confirm whether this is the case, and/or provide details of what they have done for PCR forms in 46C?
(we do have a WAS 6.40)
Many thanks
Ross

Hi Markus,
Your response does not line up with information that I have found on SDN:
10. Can Interactive Forms work within, for example, an SAP R/3 Enterprise or 4.6C system? Is it alternatively possible to run an external SAP Web Application Server 6.40 instance with a lower-release SAP system?
Interactive Forms is shipped as a part of SAP Web AS 6.40. SAP Web AS 6.40 can be connected to lower-release backend systems to exchange data (using RFC).
If you want to use forms in interactive scenarios, you can use technologies such as an RFC connection to exchange data between your application system (for example, SAP R/3 4.6C) and the SAP Web AS 6.40, which includes the required Adobe technology.
If you are working with high-volume printing scenarios, consider that the customization of print forms is optimized for use within SAP applications.
This means:
·At design time, you create relations between application data and form objects based on a common SAP dictionary.
·Form templates are available within their corresponding SAP applications. Templates are delivered by SAP only as part of an application.
·Performance is optimized for bundled systems, i.e. an SAP application system and its technological platform.
SAP recommends that customers
·Use the same system for application and form printing services in high-volume scenarios
·Work with SAP-delivered form templates in the corresponding application. (If you use SAP NetWeaver for form printing services only, you will need to build your scenario from scratch.)
Please note: If you are planning a high-volume printing project using SAP Web AS 6.40 and an existing, lower-release SAP solution, please turn to your SAP consulting contact for detailed guidance.
If I am reading this correctly, you just need to install WAS 6.40 with the Adobe Services on it and then cerate an RFC to the 4.6 SAP system. Is this correct?
Regards,
Todd

Similar Messages

  • How to add table data to an MSS PCR form?

    Hi All,
    I am new to Adobe Interactive Forms and I need to add a table of information to an existing form. This form is a customized version of an MSS PCR form Request for Termination. Currently the form fields are populated by an implementation of BADI QISR1. It is a copy of implementation HRWPC_PCR and uses the internal table special_data. All the fields currently on the form are single fields and I can see how they are populated. However I now want to add the contents of an internal table. I have read through the ISR cookbook but I cannot work out how to get this data onto the form and how or if it should be stored in the special_data table. The table (LOAN) has been added to the context and has 4 fields. Would anybody be able to provide some direction to me? Please let me know if I have not provided enough information.
    Thanks very much!
    Ashley

    Hello Ashley,
    you are already close to the solution. In BADI QISR1 you simply fill the
    table SPECIAL_DATA e.g.like
      fieldindex = 1
      fieldname = 'FIELD1'
      fieldvalue = 'Value1'
      fieldindex = <n>
      fieldname = 'FIELD1'
      fieldvalue = 'VALUE<n>'
    Then on the Adobe form layout (Adobe Designer), you have to use the table control XFO from the standard library. Here you have to bind then the corresponding column to FIELD1.
    Best regards,
    Simon

  • Starting a workflow for a PCR form

    Hello,
    We installed the MSS business package. I would like to know how to start a workflow for a PCR form (example: Request for Promotion). The workflow just needs to be simple one step approval from manager.
    What configs are needed in SPRO or elsewhere?
    Thanks,
    Rob.

    HI,
    You can use transaction QISRSCENARIO for that and the IMG path is below -->
    Cross Application Components>Internet/Intranet Services>Internal serive request--> Define Scenarios.
    Now Select the scenario and then click the display button.If you are using JSP in frontend then click the additonal data for scenario. Here you will find the WF.
    Or you can call the WF in your custom program also.
    Thanks & Regards,
    Sandip Biswas

  • Unable to modify Adobe Forms for MSS-PCR

    Hi All,
    I have deployed the MSS BP on EP7.0.
    All the functionalities are working fine except the PCR forms. I have made the necessary configurations for ADS and also imported the ReaderRights credentials. I am also able to view the standard forms (transaction:SFP form:ISR_FORM_SPEG etc.) also I can see the forms from EP however, I am not able to make any field changes (eg. Date etc.) in the forms.
    Any idea what the reason could be?
    Thanks for the help,
    Rahul.

    I just wish I could give points to myself for this one. Found the solution in SAP Notes 1101340 & 955795...
    Cheers,
    Rahul.

  • MSS PCR form

    Hi gurus,
    I am having problem with custom made PCR forms in MSS.We added fields for the PCR in MSS and implemented the BADI QISR1 to bring the values to the form.But when the user clicked on the review button the custom fields are not returning the data back to the BADI.I had already created the binding and everything in Adobe form.Please help me it's very urgent.
    we are in ECC 6.0 and using MSS 1.0 version.
    Thanks,
    Rao.

    Hi
    Did you get a chance to look at the OSS notes.
    Pl do reward, if helpful.
    Thanks
    Narasimha

  • MSS-PCR Forms Screen-shots

    Pls help.
    Anybody has MSS PCR Adobe forms screenshots? Pls send to me.
    Thanks in advance.
    Rick.

    can anyone help me .
    in mss -pcr i have requirement i have to show some zfields which are in infotype pa0002, in the pdf form.
    for this i have created a custom scenario, giving all the fields in the characterstics.
    now this form is called and showing all the fields...but the values are not there , can anybody help me how to populate the vlaues in some form fields and then update the infotype with the entered values in the form.
    thanks in advance

  • PDFObject Exception in MSS PCR Forms

    Hi All,
    I am running MSS 60.1 on EP 6 SP 9 with ECC 5.0 as the backend.
    I am having an error with the Adobe based PCR Forms in MSS which goes like this:
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (302) Found.
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:201)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:142)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:398)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:104)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1085)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:393)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:635)
    I have installed ADS with credentials and configured it as per SAP Note:813800 and the ADS Config Guide.I have created a User with Basic Authentication and I have created destination FP_ICF_DATA in Java Environment as well created User in ECC 5.0 and assigned SAP_BC_FP_ICF roles as well as activated neccessary paths.
    When I test the service using the URL http://<host>:<port>/AdobeDocumentServices/Config (no data inout in the fields but only with User ID and Password); I get the same error as Invalid Response Code:302
    Is there any other configuration or steps that I should follow. Has anyone faced the same Problem befoer. Kindly help.
    Points will be awarded.
    Thanks & Regards,
    Shyam.

    Dear Raja,
    I loggged into Visual Admin to change the value of sap.ADSCallingMode", from "http" to "soap. but that particular property is not maintained in the default property sheet  in the following path
    Server -> Services -> Configuration Adapter -> webdynpro -> sap.com -> tcwddispwda.
    but you can see in the error trace i have given above that it is a SOAP based request. I am on EP 6 SP 9; will I have to upgrade or is it any other problem?
    Regards,
    Shyam

  • MSS PCR form in german in production system

    Hi gurus,
    We are having a problem with the PCR Change Employee group and sub group.
    The adobe forms is coming out in English in both Development and Quality.But in production it's comin in german.We haven't changed anything in the form.But when we change it and transported it .Then also it's coming in english in Dev and Quality but in production it's still comin in german only.
    We are in ERP 2005 and we are using the MSS 1.0 BP.
    Any help is really appreciated.
    Thanks,
    Rao.

    Hi,
    Could you please let me know if you have resolved  it.
    I want to see the PCR forms in some local language. I am able to see the other contents in local language but not the PCR Form.
    Thanks
    Regards
    Santosh

  • UWL Launch Task - MSS PCR scenario with JSP technology

    Dear all,
    I am trying to set up PCR's with approval tasks. After sending the request a task has been created for the manager for approval (listed in UWL).
    If the manager clicks on the task, the page crashes. I know I can define it with the SWFVISU transaction, but I don't know what to fill in.
    Since it is JSP technology, I assume the view type is iVIEW. For an iView there are two parameters to pass, the ID and the CONFIRM parameter. For the ID I have used: com.sap.pct.hcm.isrdispatcher.default.
    Do you know if we need to set it up as an iVIEW type? If yes, what exactly do we need to fill in for ID and CONFIRM?
    Kind regards,
    Noel

    Hi Noel,
    I responded to this post in the ERP2004 integration forum:
    https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https://SAP NetWeaver Technical Integration with ERP
    Hope my response helps,
    Jeremiah

  • URGENT:steps for registering a form in apps front end

    hi,
    i have created a form in form builder 10g(10.1.2)and i compiled that in my machine as well as in server.Now i want to register my form in apps front end and customize it.Can anyone explain how to do that .It would be more helpful with snapshots.
    Thanks
    Nasiya

    form builder 10g(10.1.2)I assume you have Oracle E-Business Suite R12, if you have Apps 11i then you should use Forms 6i.
    Can anyone explain how to do that .It would be more helpful with snapshotsPlease check the following links/docs:
    Registering New Forms in Oracle Apps 11i
    http://www.exforsys.com/tutorials/oracle-apps/registering-new-forms-in-oracle-apps-11i.html
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf

  • MSS PCR form not pulling data for a user

    Hi All,
    On Organizational/Position Change Form(on Portal)  one of the user don't see the data in the dropdowns in this form.
    But for other users it is working just fine. The user not able to see the data in drop down can access other PCR's.
    I was wondering if there is a way we can test the form for the same user in the backend. If we can test him in the backend and the values are being populated for this user then there is a Portal problem.
    Can you please tell me how can we test this form for this user in the backend.
    Thanks in Advance,
    Joe

    hi ,
    You can put external breakpoint in the BADI method and try debugging it  by opening adobe form from
    portal.
    thanks ,
    sahiba

  • Is there an Adobe product for creating fillable forms with the answers that will automatically populate a document?

    I am trying to create a template of questions with fillable fields of answers that would be supplied by the reader.  These answers would then automatically populate a document for the user.  Does Adobe have a product that will do this? 

    Photoshop can import PDF files and you can draw anything you want on them.  I'm sure you could make a professional looking result, though it may take more time than you want.  You might want to describe a bit more about what you're doing on one of the Photoshop forums and see if people there think it's a good fit.
    http://forums.adobe.com/community/photoshop/photoshop_windows
    http://forums.adobe.com/community/photoshop/photoshop_macintosh
    -Noel

  • Workflow task TS50000075 for MSS PCR

    Hi Workflow/MSS experts,
    For example, in PCR worklfows we have the Application - ISRFORMAPPROVE. This is a standard Application from SAP. Task
    TS50000075 is configured in SWFVISU for this application which helps in getting the workitem to the UWL for the approval.
    Now, my requirement is to create a custon workflow and instead of using the standard task TS50000075, I would like to copy task TS50000075 and use it in my workflow to perform exactly the same job as done by TS50000075. I do not want use TS50000075 here so want to make use of the copy of TS50000075.
    I would then replace this custom workflow with the standard one in QISRSCENARIO for "Request for separation". So when the scenario is trigerred system should use my workflow and then the copied task to send the workitem to the UWL for  the managers approval.
    Analysis/Question:
    Will copying TS50000075 and using in my customm wokflow help?
    Do I need to make another settings after copying task TS50000075?
    I have configured the copied task in SWFVISU.
    I get the workitem in the UWL of the approving manager. When I try to approve from the managers inbox system launches the R/3 transction to execute the workitem and nothing happens. It should open up the Webdynpro application with the adobe form to approve it.
    I have gonethrough the below thread and understand the scenario i am trying is possible:
    <<Calling a custom JavaWebDynpro Application in UWL>>
    Any help is highly appreciated.
    Regards,
    Sanjay

    Hi Sanjay,
    Generally the problem in using TS50000075 is the subject line which is easily redefinable. Do u have any other problems in using that?
    Anyways even copying the task to a custom one and linking it to ISRFORMAPPROVE shud work provided you have properly created all the relevant container elements in the newly copied task (I guess these values are read by the application using SAP_WAPI_READ_CONTAINER internally)
    <i>system launches the R/3 transction to execute the workitem</i>
    Can u describe more on this error? Are you getting this error once u click on the workitem in UWL? We had a similar kind of error and that was related to some settings in transaction SICF and our basis administrator resolved it.
    Thanks & Regards,
    Prasath N
    P.S: Also i hope you have re-registered your item types after making the entries in SWFVISU.

  • ESS/MSS PCR Forms Portal 7

    We plan on having a requisition form created which will have a number of fields including position and job information.  Once the requisition is approved, then the user can begin completing the new hire form.  When they come to the position field on the new hire form, can we default the position number entered on the requisition form?  Somehow we need to link the position number with the created requisition. 
    We were not sure you could pull data from one form to another or if everything has to come from the SAP backend.

    Hi
    Please search on SDN for integrating SRM, ESS/MSS in Portal.
    Regards
    Arun

  • Resources from Adobe for accessibility and those with disabilities?

    I am tutoring a student with cerebral palsy which is primarily a motor control disability. He has the will and determination, but he's having trouble using the software. The tips and advice I would normally give don't normally take into account this barrier and this is the first time I've had the opportunity to tutor a differently-ablled person. He has problems with fine motor control and just all around controlling things to the point of also using keyboard shortcuts with the mouse and digitizer. He has a digitizer, but has problems controlling the pen. He also has a difficult time taking notes as he has trouble holding and controlling a pencil. He's paid his tuition and I'd hate for the program he's in to be a waste for him. There has to be some kind of resource ready that Adobe has put together that can help.
    He also has possible learning disability as an indirect issue, probably caused by incomplete education when young or from frustation/lost opportunities/difficulty in traditional learning environment. Plus, he has had no graphic arts history or skill before this class. I think he was led astray by people telling him that he didn't need previous [even basic] skills in graphic arts, this is a tough program and not forgiving for those not able to keep up, for anybody that would be a tough road to travel. So, there's that. So I've had to rethink how to approach tutoring and it's become more involved than a part-time tutoring vollunteering activity will allow. I'm pretty much flying by the seat of my pants and sometimes it gets to the point of doing most of the work for him since he can't do a lot of the motions needed for such an advanced suite of software and I feel that's making him feel worse because he's not doing a lot of the work (he's learning, but it seems it's at a distance and he's not getting the experience of doing it himself and he feels that grating on himself). Cerebral Palsy has often been described as being trapped in a body that won't cooperate with you and it's very apparent here that that is the case.
    I would appreciate some advice on where to go, maybe get some inspiration from those with cerebral palsy who have succeeded in the graphic arts industry. He's a good friend, but it's painful to see him struggle when in the back of my mind it seems he doesn't have to. He has the ideas, just translating them to the screen is hard to do.

    It's a complex problem, but you might begin by looking into getting a special large sized trackball device if you haven't already. That way he can rest his hand on it. Logitech produce a large softball one with programmable extra buttons for handicapped people. On the Adobe end and specific to Photoshop you might look into Adobe Configurator to create a bunch of custom panels with buttons instead of keyboard shortcuts. Also keep in mind that PS can use iPads as inputs ever since CS6, so if you have one of those floating around, installing those touch apps as well as PS Touch might already help your student to get a bit further. Otherwise I don't think there's much you can do. Unfortunately Adobe apps aren't particulalrly "accessible". They haven't even resizable UI elements for visually impaired people.... Most web sites aare more friendly in that department...
    Mylenium

Maybe you are looking for

  • Find portal database host and port programatically

    HI , We have EP 7.0 sp15 with oracle database, Is there a way to find the host and port of  oracle database

  • Business Logic across applications

    Is it possible to share business logic between multiple applications (different workspaces). If yes, what is the bext way to do it so that when the business logic (in a centralized location) changes all the applications will be updated with the new c

  • Repeated kernel panics after installing Mavericks

    I'm geting repeated kernel attacks and having a hard time isolating the issue. Sometimes, I won't be able to be on the computer for 5 minutes, and other times, it works for hours, but it's been repeated. Could you help me point out what the problem i

  • Link to the online course

    Hiya There was an online course of oracle 8 on some oracle website. i lost the link does anybody know about that link. It is very important Thanks null

  • Does the 8.1.7 driver support the 7.4.3 database

    I am upgrading an application that is running on JDK 1.1 and Oracle 7.4.3 using the Oracle thin driver to Java1.4. Shortly after installation the Oracle database will be updated to 8.1.7. Can I use the Oracle 8.1.7 thin driver, if not, what should I