Add Translation of INteractive form in Guided Procedures

Hi.
I have created an interactive Form with Adobe Lifecycle Designer. I use the Form in Guided Procedures. You can add translation files of the form there. But what is a Translation file and how can i produce it?
Thanks a lot. Regards,
Dominik

I found this in the SAP documenation hope this will hel you a bit.
If you would like to translate ABAP dictionary objects i know the translation will be automaticly done by the System. This will work due to the system variable SY-LANGU.
kind regards
Fabian

Similar Messages

  • Security for Offline Interactive Form in Guided Procedure

    Hi,
    I have a senario that require a form to be able to downloaded as an offline form from Guided Procedure with security mechanism. I know that Adobe interactive form able to contain scripting like FormCalc and Javascript.
    I was thinking whether is it possible to get the initiator & approver information like User ID and Password and assign it to the variable in the form using javascript, so that only the authorise personnel able to login to the form whereas the unauthorise personnel who have the form but unable to login and edit the form. Please advice. Thanks
    Best Regards,
    Rayden

    Hi,
    I also have a similar issue where i have to validate whether the user submitting the offline form is an user who has authorisation ( a table storing user credentails) .
    Were you able to solve this issue of security in offline form.
    Appreciate if you can throw some light.
    Regards
    Jayesh

  • Interactive Form with Guided Procedure Error

    Hi,
    I have a guided procedure with a callable object defined to send an email with an attached interactive form. When I execute the guided procedure I keep getting the following error. I have setup the smtp setting under caf/eu/gp/model according to the Configuring GP for Interactive Forms guide.
    The mail communication for client application id:0768334F5EF53307986C90435843D119 is not registered. Please contact Bounced Mails administrator:<>
    Also note if I have a guided procedure just to send a email notification without an adobe interactive form it works fine.
    We are using adobe 8.0 and netweaver 7.0 sp12.
    Any help would be appricated.
    #1.5 #760960013002006A00000046000BE05C00044AFDAF9A1C6D#1208353340136#com.sap.caf.eu.gp.model.fnd.mail.MCFMailSenderImpl#sap.com/tcwddispwda#com.sap.caf.eu.gp.model.fnd.mail.MCFMailSenderImpl#samuelpo#74##quail_JSD_72617150##664e0c400bb511dd826f760960013002#SAPEngine_Application_Thread[impl:3]_2##0#0#Error#1#/System/Server#Plain###The mail communication for client application id:0768334F5EF53307986C90435843D119 is not registered. Please contact Bounced Mails administrator:<>
    com.sap.caf.eu.gp.mail.cf.client.registration.ClientNotRegisteredException: The mail communication for client application id:0768334F5EF53307986C90435843D119 is not registered. Please contact Bounced Mails administrator:<>
         at com.sap.caf.eu.gp.mail.cf.core.exceptionhandling.MailCFExceptionHandler.throwClientNotRegisteredException(MailCFExceptionHandler.java:327)
         at com.sap.caf.eu.gp.mail.cf.core.registration.impl.MailCommunicationTimerTasksRegistry.checkRegistration(MailCommunicationTimerTasksRegistry.java:303)
         at com.sap.caf.eu.gp.mail.cf.core.service.impl.MailCFService$4.send(MailCFService.java:201)
         at com.sap.caf.eu.gp.model.fnd.mail.MCFMailSenderImpl.sendMail(MCFMailSenderImpl.java:153)
         at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:652)
         at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl$CallableObjectExecutor.run(BackgroundCOExecutorImpl.java:126)
         at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:368)
         at com.sap.caf.eu.gp.ui.dt.comp.cotest.VTest.executeBackgroundCO(VTest.java:711)
         at com.sap.caf.eu.gp.ui.dt.comp.cotest.VTest.onActionExecute(VTest.java:373)
         at com.sap.caf.eu.gp.ui.dt.comp.cotest.wdp.InternalVTest.wdInvokeEventHandler(InternalVTest.java:259)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.Exception
         ... 39 more

    Hi,
    I also have a similar issue where i have to validate whether the user submitting the offline form is an user who has authorisation ( a table storing user credentails) .
    Were you able to solve this issue of security in offline form.
    Appreciate if you can throw some light.
    Regards
    Jayesh

  • Online form in Guided Procedures

    hi,
    Is it possible to have online forms in Guided Procedure scenario? If so, how data handling can be done from one online form to another online form?
    Regards,
    Vijayalakshmi B

    hi,
    Thanks for the response.
    Interactive form callable object will be used for the offline form. Can you explain which callable object can be used for creating online form..
    Regards,
    Viji

  • Translation of interactive Forms - (multilangual, international)

    Hi there,
    Is there a better way to translate a interactive form than copy it and translate it separately?
    I tried to use dynamic caption, but there is no effect if I map the caption of a text element to a data connection.
    (If I do the same with a button, it works perfect)
    Is there another way to fill the label of a text field dynamically?
    What's the best way to translate Interactive Forms (not in SAP)?
    Use NWDS 2004 SP18 and Adobe LiveCycle Designer 7.1
    Thanks
    cheers dome

    Hi Hanoz,
    In the interface linked with my layout i add a parameter name RECIPIENT_LANGUAGE typing SYLANGU .
    Line: -
    For SMARTFORM Text process as follow
    In the context of the layout i define field as Text Module with thoses attributes :
    - text name value 'ZTOTO' ( it's a sample name )
    - text language value field RECIPIENT_LANGUAGE
    - No error if text not available set to TRUE
    - Copy style from Text Module set to TRUE
    In the layout i put this text element in a sub-windows.
    Then you have to create your smartforms text and populate it in the different language you want thru transaction SE63 for translation .
    Line: -
    For SAPSCRIPT Text process as for SMARTFORMS text except for the field define in the context, it should be define as Include Text .
    Line: -
    When you call your form populate the attribute RECPIENT_LANGUAGE with the value you want . If none text of your forms exist in the language you want the system process the text with the default language of the forms ( creation language ) .
    If at least one text exist in the language requested all text will be process with it even if some translation are missing ( in this case you will got empty value ) .
    Hope this help you.
    Best regards.

  • Adobe Forms in Guided Procedures

    Hi all,
    I have the 'My First Days' Guided Procedure assinged to a user and am trying to customize it for a demo. I am trying to display an adobe form in a separate section in the My First Days Procedure and so far have been able to configure the action and block in order to display the adobe form.
    When i try to add the Adobe form as a 'Interactive form' type, it gives me an error saying 'Could not retrieve template fields: Wrong document format or adapter mismatch.'
    I have checked the adobe configuration and it seems to be working fine. Can anyone tell me why i get this error and what is the best way to resolve this issue?
    Also, if Adobe forms work fine for manager self service in our systems, should they work fine in the Guided Procedures too ?
    Thanks,
    Bhushan.

    Dear Alan,
    Yes i have generated the form's submit URL... It works fine when the pdf is saved in the users desktop and upon clicking the submit button it kicks of a Process with a Visual Approval callable object..
    However my requirement is that the Adobe form be submitted online during GP runtime.. The process is initiated by the User in the portal (not offline) who wants to put in a request. When the user initiates a process an Adobe form is opened to him in which he fills in his request. This request is then <b>forwarded for Approval</b>.. After Approval a digital signature need to be attached to the document and further on it needs to be sent out to other User Groups.. In case the request is <b>rejected</b> then the control goes back to the requestor who can either modify his request and send it again for approval or simply delete the request.. Throughout the whole process Print of the request can be taken at any time. Considering the requirements of Print & Digital signature i think using Adobe would be the way to go.. What do you think about implementing such a requirement in GP with Adobe UIs? Is it the right way of going about it?
    Quite an interesting nut to crack.. Ain't it ??
    Cheers
    Nitesh

  • Online Adobe forms in Guided Procedures

    Calling SAP GP experts,
    Has anyone been able to successfully implement online Adobe forms in a Guided procedures. If yes, can you share tricks involved..
    The objective is to throw open an online Adobe form to the user to fill in.. The Adobe form will have pre-filled data (from previous Actions in the GP) and there will be the Approval process step after the form is filled...
    Cheers
    Nitesh

    Dear Alan,
    Yes i have generated the form's submit URL... It works fine when the pdf is saved in the users desktop and upon clicking the submit button it kicks of a Process with a Visual Approval callable object..
    However my requirement is that the Adobe form be submitted online during GP runtime.. The process is initiated by the User in the portal (not offline) who wants to put in a request. When the user initiates a process an Adobe form is opened to him in which he fills in his request. This request is then <b>forwarded for Approval</b>.. After Approval a digital signature need to be attached to the document and further on it needs to be sent out to other User Groups.. In case the request is <b>rejected</b> then the control goes back to the requestor who can either modify his request and send it again for approval or simply delete the request.. Throughout the whole process Print of the request can be taken at any time. Considering the requirements of Print & Digital signature i think using Adobe would be the way to go.. What do you think about implementing such a requirement in GP with Adobe UIs? Is it the right way of going about it?
    Quite an interesting nut to crack.. Ain't it ??
    Cheers
    Nitesh

  • Interactive form, gp and RFC

    Dear all,
    i have read up quite some tutorial on interactive form and guided procedure.
    Here i would want to create an callable object for interactive form
    using GP.
    After i capture the user's input data from interactive form i created, i wan to use external service(RFC) to send data to a remote R/3 system.
    Some question:
    1) What is the purpose of _pre-filling?
    2)
    How can i supply the user's input data to the external(RFC) callable object so that it could pass the parameter over to the SAP r/3 system.
    need help. point will be rewarded.

    Hi Colin,
    For your design you can include the following callable objects.
    1. Callable object of type:Composite form for including 
        interactive form.(There are tutorials on this)
        Check this link.
    SAP Composite Application Framework - CAF Tutorial Center [original link is broken]
    2. Validation:Approve or Reject Callable object.Here you can  
       send mail depending on approve or reject condition.
    3.Callable object for calling RFC function.
       For this you can use web dynpro application which 
       calls RFC or any option from Service list.
    After creating these actions,map the parameters from 1st action to 3rd action which calls RFC function.
    If it is rejected ,send a mail to the user.
    If approved, proceed to next action.
    This can be done as follows.
    In the second callable object for result states assign the actions as follows.
    Approve: 3rd action which calls RFC.
    Reject:Action to send mail.
    Hope this information solves your problem.
    Thanks and Regards,
    Sumangala

  • Guided Procedures and online interactive adobe forms.

    Hi Experts,
    Scenario : User have to log into GP runtime, When he clicks the first action it should display the adobe form. He  has to fill the details and submit the form. This form is routed for Approver 1 for review. The first approver will log into portal,view it (UWL),approve it and sent for second approver.The same process happens with the second approver.After both approvals, a BAPI updates the data in the interactive form in R/3
    All the process have to be done in Guided Procedures, then  integrated with Portal at the end.
    We have tried creating an Wdynpro Java app with online adobe form and executed successfuly in NWDS and also in Webdynpro content administrator.
    issue:-
    When we create a callable object(webdynpro app(gp interface CO)) in GP and test, we were unable to view the form.
    Now our question is : what are we mising ?
    Is it possible to integrate online interactive adobe form with guided procedures?
    Is our approach to solve the scenario right?
    any links or tutorials will be greatly appreciated
    TIA,

    Hi
    See the following Link: [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8a696cea-0c01-0010-d494-9b0b8ce7565f&overridelayout=true]
    Kind Regards
    Mukesh

  • Guided Procedures - Integration of Webdynpro Java with Adobe Interactive fo

    Hi All,
    We have created Webdynpro java application with Adobe interactive forms.It works fine in NWDS and also in Webdynpro Content Administrator.
    When we have called this component in Guided Procedures (callable object - Webdynpro (GP Interface)), the form screen has not displayed.
    Plz help us..

    Hi,
    Scenario : User have to log into GP runtime, When he clicks the first action it should display the adobe form. He has to fill the details and submit the form. This form is routed for Approver 1 for review. The first approver will log into portal,view it (UWL),approve it and sent for second approver.The same process happens with the second approver.After both approvals, a BAPI updates the data in the interactive form in R/3
    All the process have to be done in Guided Procedures, then integrated with Portal at the end.
    We have tried creating an Wdynpro Java app with online adobe form and executed successfuly in NWDS and also in Webdynpro content administrator.
    issue:-
    When we create a callable object(webdynpro app(gp interface CO)) in GP and test, we were unable to view the form.
    Now our question is : what are we mising ?
    Is it possible to integrate online interactive adobe form with guided procedures?
    Is our approach to solve the scenario right?
    any links or tutorials will be greatly appreciated
    TIA,

  • Guided Procedures for Adobe form

    Hi Friends,
    I am current trying upload an adobe form to guided procedures.I have included a callable object of form -> interactive form into my action. But after finishing, when i try to run the process at runtime, the adobe form i uploaded didn't appear.
    screen shot during runtime:
    http://www.flickr.com/photos/23027811@N00/773710683/
    would really appreciate if someone could guide me.

    Hi Mark,
                 Just check whether the configuration is proper or not using these links
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/849b3482206353e10000000a11466f/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/43/849b3482206353e10000000a11466f/frameset.htm</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ee8a84ea-0c01-0010-5691-accfb0a172ed">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ee8a84ea-0c01-0010-5691-accfb0a172ed</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8a696cea-0c01-0010-d494-9b0b8ce7565f">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8a696cea-0c01-0010-d494-9b0b8ce7565f</a>
    regards
    Sumit

  • Guided procedures scenario, don't know where too start.

    Hi all,
    I am totally new to the CAF framework.
    I've done a lot of reading and also did the tutorial "My first process".
    The scenario:
    I need to have a scenario where a user fills out an interactive form and submits this form. The data is also submitted in a SQL database.
    His manager (a dynamic user) has to approve this form.
    After the approval the form has to go to the inbox of a department where they can fill in additional information.
    After filling in this information a feedback has to be sent to the user that filled in the form.
    Problems:
    - After doing the first tutorial i wanted to do some more turorials to learn more about guided procedures. All tutorials that I have found requires some beginning point like a Web Dynpro CO or something else. Are there more tutorials that guide you trough a process from scratch?
    - The tutorials that I have found with Interactive forms are designed with the Adobe Designer, not with the NWDS designer. So if you want to add a CO Interactive form you can't use this one because you don't have a .XDP file.
    - Is there a clear tutorial how to add a user dynamicly? For example in the tutorial "My first process" you have to add users while initiate the process. I also read the blog "Passing email address for Interactive Form step". But here the user still have to define to wich email address the form has to be sent. In my scenario the right email address is already in the Adobe form so I want to sent it to that email address.
    - Does a user always has to go to Guided Procedures > Runtime in the portal or can you make your own menu items for starting a process, approve a process etc.
    I know it are a lot of questions but I hope that you can help me out with at least some of them because it is really dazzeling right now.

    The scenario you mentioned should be possible using GP.  In response to your questions,
    > The tutorials that I have found with Interactive forms are designed with the Adobe
    > Designer, not with the NWDS designer. So if you want to add a CO Interactive form
    > you can't use this one because you don't have a .XDP file.
    Adobe LiveCycle designer comes packaged with NWDS.  You can download it from service marketplace and run it standalone:
    How to assign Dynaminc Approver in GP
    > Does a user always has to go to Guided Procedures > Runtime in the portal or can
    > you make your own menu items for starting a process, approve a process etc.
    No, the runtime doesn't have to be used.  Check out this thread for more details:
    how to start a GP process from a url within EP?
    ~Greg

  • Guided Procedures - Invalid Response Code: (401) Unauthorized

    I'm trying to generate an impersonalized form in Guided Procedures. I got an error.
    I checked the SAP logs and the error is
    Invalid Response Code: (401) Unauthorized. The requested URL was:"http://hostXX:portXX/AdobeDocumentServices/Config?style=document"
    Before this error occurs I see an alert
    LOGIN.FAILED
    User: N/A
    Authentication Stack: com.adobe/AdobeDocumentServices*AdobeDocumentServices_Config
    Login Module Flag Initialize Login Commit Abort Details
    1. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule SUFFICIENT ok exception true Authentication did not succeed.
    I've checked the ADSUser and its not locked. Configuration and everything looks fine. I've tested the ADS connections too on SM59.
    We have similar configuration for DEV and its working fine there.
    Any help on this is highly appreciated.
    Version - SAP 2004s SP16
    Thank you,
    Srinivas

    Thanks everybody. Resolved
    Updated the HTTP Destination and Web Services Client with the password for ADSUSER again and restarted the services

  • Problem with Sap interactive form by Adobe control

    Hi,
    I'm using NWDS version 7.0.21  .
    I downloaded and installed LiveCycleDesigner 7.1 from service.sap.com  .
    I restarted my computer.
    I start NWDS and open an existing WD java project, and i tryed to  add an adobe interactive form control into existing view.
    That time error below poped-up.
    How can i fix this problem.
    Thanks.
    Error
    JVM terminated. exit code = 1
    c:\j2sdk1.4.2_16\bin\javaw.exe
    -Xmx 512m
    -Xms128m
    -Xx:PermSize = 32m
    -Xx:MaxPermSize=128m
    -DallUserDir='C:\ProgramData'
    -cp C:\ProgramFiles\SAP\IDE\IDE70\eclipse\SapStartup.jar
    com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\program Files\SAP\IDE\IDE70\eclipse\SapIde.exe
    -showsplash 600

    It must be installed LiveCycle Designer 8.0 for NWDS 7.0.21

  • Can Dynamic xml templates be used in interactive form callable objects?

    Hi,
    We are trying to implement Offline adobe forms using guided procedures (Impersonalized forms).
    We have no problem while creating the callable object using the normal xdp template. But whenever we try to use Acrobat 7/8 dynamic xml template, the following error occurs and the template is not picked.
    "Could not retrieve template fields: Wrong document format or adapter mismatch from adapter"
    Cant we use dynamic xml templates for adobe forms in GP? If we can, how to resolve this? Please let me know.
    Version:
    Netweaver SAP 2004s Sp15
    Adove Live Cycle desginer 7.0

    Closed

Maybe you are looking for