Quantcast
Channel: SCN : Discussion List - SAP Interactive Forms by Adobe
Viewing all 1237 articles
Browse latest View live

How to avoid to display the default text for header written on the form, if the data is not bound to the node of the form. if java script used in it.

$
0
0

Hi,

 

I am facing problem in not displaying the header default text on the form if we didn't find any data to bind the form. As though we are using the java script for the form if data is not there also the description been printed on the form.

 

In the below screen shot the description SOLID SURFACE COUNTERTOP on the form which includes java script.

 

default header decription.PNG

Default text printed on the form if data is not there also.

default text on form.PNG

 

Is there any solution to avoid the display of the default description SOLID SURFACE COUNTERTOP on the form used java script.

Please help asap.


Wanted: trigger for pagebreak

$
0
0

Dear experts,


I am writing you with concern to a problem with a form including more the ten tables which are dynamically printed depending on the data.

Except for the address header the form is completely dynamic. This means that a subform (flowing) with all data begins underneath the address header. Further subforms are part of this subform (flowing). They represent the single blocks which are shown depending on the data. The blocks consist of a header (text field), a table (including a heading line) and optionally a closing text (text field). The form is mostly working well.


  • Page break

     If a block begins at the end of a page the unsightly effect can happen that only the header or the header and the table header appear before the      page break is following. I need a solution to check if less than four lines are left (available). If so the page break should be triggered for this particular      block (sub form).



Regards,

Kai

Strike Through between last line Item and footer

$
0
0

Hi Experts,

 

I have a requirement like this,

 

Untitled.png

 

I have dynamic table which displays items of invoice and Footer in the Master page.

 

There will be dynamic space between Table and Footer when the lines items are not completely filled till the footer area. My requirement is to draw a cross line which begins at the end of the line( left most corner) and ends above the footer(right most corner)

 

As if the diagonal line is drawn.

 

Please let me know how to achieve the above functionality.

 

Regards,

Narayan

Requirements for Adobe Interactive Forms

$
0
0

Hi there,

 

my customer is using Adobe Forms for forms which are only displayed ("non interactive forms"). Now we have the first requirment to create an interactive form for HR.

 

is there any technical issue when using interactive form when the "normal" forms already works ? Any additional installation ?

 

br Martin

Adobe forms - hide field, move fields up

$
0
0

Hello,

 

I am a newbie trying to fix an Adobe forms issue. I am using LiveCycle Designer 7.1 and scripting using FormCalc.

 

I have three address fields stras, street_4, city_zip displayed one below the other. Field street_4 is not mandatory.

 

If street_4 is blank, the address should be displayed as follows:

stras

city_zip

 

If street_4 contains a value, it should be displayed as:

stras

street_4

city_zip

 

I created a subform wraping all the three fields. Wrote a (FormCalc, Client) script in the initialize event of street_4. If street_4 is blank, an empty space is being displayed. Any help would be greatly appreciated.

 

if (HasValue($) == 0)

then $.presence = "hidden"

else $.presence = "visible"

endif

 

Thanks,

Sreeni

Date validation

$
0
0

Hello

 

I don't have a lot of experience writing javascript of an interactive Form and I need to validate the date entered by the user is > than tomorrow's date. This date is in a table so I wrote the code in the validate event of the field. I don't see the error message even if I write a date in the past. Here is the code:

 

data.Sect.Action.Action.Row1.dueDate::validate - (JavaScript, client)

 

var todayDate = new Date();

var newDate = this.rawValue;

 

// define 1 day in milliseconds

var oneDay = 1 * 24 * 60 * 60 * 1000;

 

// add 1 day to the today's date

var tomorrowDate = todayDate.getTime() + oneDay;

 

if(newDate < tomorrowDate)

{

xfa.host.messageBox("Please, do not write date in the past");

this.rawValue = tomorrowDate;

}

 

Could you please help me?

 

 

Thank in advance!

 

 

Marie-Josée

Getting xml display of layout

$
0
0

Hi,

 

I would like to get the xml data of a layout.

At table FPLAYOUTT I found the last version.

 

How do I get previous versions of the layout (xml/xdp data)?

 

 

Thanks in advance,

Yuval

"Add" another PDF into adobe form

$
0
0

hi,

 

i have a z-adobe form for travel requests. now i have the following requirement:

 

at the end of this form i want to "add" another PDF into this form. this PDF i have received from another place and i want to "embed" it

at the end of my z-form. so that means my z-form has e.g. 1 page, the other PDF has 3 page. so i want to add the other pdf as page 2,3,4.

 

how to achive this ?

 

br Martin


Hide default text display in Interactive Text field when cursor placed on that field

$
0
0

Hi Everyone,

 

In my Interactive adobe form, I have a text field which have default  text. Now I have to Hide the default text when I placed cursor on the Text field and user should be able to enter his own data.

 

 

Regards,

Suneel.Uggina.

ADS: ICM_HTTP_CONNECTION_FAILED

$
0
0

Hello,

 

I am facing some issues with the ADS configuration. I checked all the programs (FP_TEST_00 and FP_PDF_TEST_00) and i keep getting into this error:

 

Error Code: 100.101

Error Message: SOAP Runtime Exception: CSOAPExceptionTransport : HTTP receive failed with exception communication_failure.

 

I also checked the ADS connection and i get the following error:

 

ICM_HTTP_CONNECTION_FAILED

 

I am not sure why this issue comes up, but would appreciate any thoughts/comments.

 

I have gone through the Adobe Configuration documentation multiple times and have also looked at the following SAP notes, but to no avail.

 

SAP Note 944221

SAP Note 915399

 

Please advise if there is anything i might be missing.

 

Thanks,

Bhushan.

How to capture the selected value from dropdown list and insert in into a DB table

$
0
0

Hi,,

 

I'm new to interactive forms. I have a requirement for an offline interactive form scenario where in the user will download the form using form download WD application. Once he downloads it, he then enters the data in it and saves the file in his local system and then sends back the file to us via a webdynpro application which has a File Upload component (WebDynpro). Im creating an event for the UPLOAD button and i could also able to capture the values and update the DB table.

 

However, currently I'm using normal input fields for some key fields where i have to put drop down lista. Here is something that I'm using currently.

 

 

and here is something that i want to implement:

 

Also, apart from the above fields i've also added some years for 1 decade (1993 - 2003), I tried setting default values for years by taking numeric field and of type READ ONLY, but wneh the execute the form it shows all 0000 in it..

 

 

Please could anyone help me with any tips so that I can resolve these 2 issues.

 

Thanks in advance.

 

Regards,

Chaitanya.

PDF Document Render Exception.

$
0
0

Hello,

 

We are finishing to upgrade own Netweaver Portal 6.4 to 7.3 but we have problem with  files PDF it's not runs from apps from webdynpro java. We configurated all parameters of ADS and the forms are correct to, but we found this error when we try to show a PDF, We need help for solved this issue. I attached the error.

 

500   Internal Server ErrorSAP NetWeaver Application Server/Java AS


The initial exception that caused the request to fail, was:


com.sap.tc.webdynpro.services.exceptions.PDFDocumentCreationException: PDF Document Render Exception.

    at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.AdobeFormHelper.createPdf(AdobeFormHelper.java:697)

    at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:710)

    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1105)

    at com.sap.tc.webdynpro.clientserver.phases.RespondPhase.execute(RespondPhase.java:59)

    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)

    ... 54 more

See full exception chain for details.

 

 

Failed to process request. Please contact your system administrator.

While processing the current request, an exception occured which could not be handled by the application or the framework.

If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).

For further information about the Web Dynpro error page, error analysis and a description of well-known error situations, see SAP note 1113811.

 

 

Correction Hints

 

PDF Document Render Exception.


PDF rendering on the ADS might fail due to many different reasons:

  • The form template (XDP) is corrupted.
  • The data XML is corrupted.
  • Wrong configuration of ADS.
  • Wrong configuration of the web service client proxy on the Web Dynpro server.
  • Network issues.
  • Landscape issues.
  • Application/Framework issues.
  • Etc.


Please check if you have followed the documentation and the configuration guides properly.

If the problem still persists, please report the issue to the system administrator or follow the SAP note: 1097565 : Reporting issues on Interactive Form in Web Dynpro for Java to provide us the detailed information about the issue.

Exception could be caused by the development component: tc~pdf~object

Note: The above hints are only a guess. They are automatically derived from the exception that occurred and therefore can't be guaranteed to address the original problem in all cases.

 

 

System Environment
Client
Web Dynpro Client TypeAJAX Client
User agentMozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36
Client Typesafari
Client Type Profilesf3
ActiveXdisabled
Java Appletsenabled
Accessibility modedisabled
Inline CSSfalse
Validate by renderingtrue
Server
Web Dynpro Runtimevendor: 'sap.com', name: 'tc/wd/webdynpro', scV: 'sap.com', scN: 'WD-RUNTIME', location: 'SAP AG', counter: '7.3106.20121127152109.0000', R: '7.31', SP: '6', PL: '0', change number: '241013', codeline: NW731CORE_06_REL
J2EE Engine7.31.3710.240936.20130105154902
System ID (SID)PI4
Server Node ID|694632950|6946329|Server 00 69_6946329|10.69.20.67/10.69.20.67|SERVER|RUNNING
Java VMSAP Java Server VM, version:6.1.048 23.5-b02, vendor: SAP AG
Operating systemSunOS, version: 5.10, architecture: sparcv9
Application
Java EE Application (deployable object)pdf.prueba/prueba
Web Dynpro ApplicationApp
Request URI/webdynpro/resources/pdf.prueba/prueba/App
Versionvendor: 'pdf.prueba', name: 'prueba', scV: 'demo.sap.com', scN: 'MyComponents', location: 'localDevelopment', counter: '20130607095716', R: 'null', SP: 'null', PL: '0', change number: 'null'
Session &amp; Other
Session Localees_ES
Session TimezoneHora de Europa Central
Time of FailureMon Jun 10 12:55:25 CEST 2013 (Java Time: 1370861725609)
Session UserClientUser(id=USER.CORP_LDAP_1.marinf03, name=MarinF03)
Http Session IdEl6NP-_oSSS43bymnSU9_MovNv8sPwH4QWcp_SAP
Client Window Id
Application Session Id3eba9b72d1bc11e2ba1f0000296741f6
Web Dynpro Code Generation Infos
WD web module webdynpro/resources/pdf.prueba/prueba: SapDictionaryGenerationCore7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:55:45+0000, changelist=159000, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapDictionaryGenerationTemplates7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:56:13+0000, changelist=159000, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapGenerationFrameworkCore7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:45:59+0000, changelist=159048, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapIdeWebDynproCheckLayer7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T16:07:40+0000, changelist=159461, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapMetamodelCommon7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:49:02+0000, changelist=159372, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapMetamodelCore7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:46:17+0000, changelist=159372, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapMetamodelDictionary7.3005.20110922073749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:51:24+0000, changelist=159002, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapMetamodelWebDynpro7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T15:56:58+0000, changelist=159462, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapWebDynproGenerationCore7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T16:07:50+0000, changelist=159461, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapWebDynproGenerationTemplates7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T16:07:56+0000, changelist=159461, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/pdf.prueba/prueba: SapWebDynproRuntimeGen7.3005.20110922083749.0000 (release=NW730CORE_05_REL, buildtime=2011-09-23T16:05:57+0000, changelist=159464, host=pwdfm257, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapDictionaryGenerationCore7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:14:58+0000, changelist=232400, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapDictionaryGenerationTemplates7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:15:10+0000, changelist=232400, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapGenerationFrameworkCore7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:10:40+0000, changelist=232448, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapIdeWebDynproCheckLayer7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:22:21+0000, changelist=232862, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapMetamodelCommon7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:11:42+0000, changelist=232773, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapMetamodelCore7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:10:50+0000, changelist=232773, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapMetamodelDictionary7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:12:47+0000, changelist=232402, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapMetamodelWebDynpro7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:16:40+0000, changelist=232863, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapWebDynproGenerationCore7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:22:27+0000, changelist=232862, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapWebDynproGenerationTemplates7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:22:16+0000, changelist=232862, host=pwdfm820, is-central=true)
WD web module webdynpro/resources/sap.com/tc~wd~api: SapWebDynproRuntimeGen7.3106.20121127152109.0000 (release=NW731CORE_06_REL, buildtime=2012-11-28T17:21:00+0000, changelist=232865, host=pwdfm820, is-central=true)

 

 

Detailed Error Information
Detailed Exception Chain

com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Interactive Form Operation Failed

  at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:774)

  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1105)

  at com.sap.tc.webdynpro.clientserver.phases.RespondPhase.execute(RespondPhase.java:59)

  at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)

  at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)

  at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)

  at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)

  at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)

  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)

  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)

  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)

  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)

  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)

  at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)

  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)

  at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)

  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:55)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)

  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)

  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:457)

  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)

  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)

  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)

  at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)

  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)

  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)

  at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)

  at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)

  at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

  at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

  at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused by: com.sap.tc.webdynpro.services.exceptions.PDFDocumentCreationException: PDF Document Render Exception.

  at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.AdobeFormHelper.createPdf(AdobeFormHelper.java:697)

  at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:710)

  ... 57 more

 

Thanks,

 

Carlos.

Save Button in SFP

$
0
0

Hello,

 

Firstly let me clarify that I've tried to search a lot for my question.

 

I've developed an Interactive Adobe form using SFP (NOT Web dynpro), so it's ABAP-Dictionary based Interface.

 

This form is generated pre-populating values from SAP on EHSM portal in one of the tabs called 'Documents'.

The user can make changes in the form and SAVE - which is where I'm having issue. The standard SAVE button doesn't save the form and we're fine with adding a SAVE button on the form, but it should save this form on the portal tab 'Documents' directly and not on user's local drive.

 

How do I accomplish this? Any helpful pointers are appreciated.

 

Thank you,

Ajay

ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)

$
0
0

Dear Experts,

 

I am facing some problem in displaying the Adobe forms.

 

When I try to test the form in T-Code se38, it gives the following error.

 

 

I tried executing thestandard programs meant for checking the configuration.

 

1. FP_TEST_00 -

 

ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)

Message no. FPRUNX001

Diagnosis

An error occurred when Adobe Document Services (ADS) was launched.

 

 

2. FP_PDF_TEST_00 - Displays the version information

 

3. FP_CHECK_DESTINATION_SERVICE - executes successfully with the 'destination' unchecked and with 'destination check'  it throws an exception:

 

SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_BTP//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE(200,101).

Exception of class CX_FP_RUNTIME_INTERNAL

 

4. FP_CHECK_HTTP_DATA_TRANSFER- It throws same system error:

 

5. ADS configuration: t-code: sm59

Status HTTP Response    403

Status Text    Forbidden

Duration Test Call    233 ms

 

6. http://<server>:<port>/AdobeDocumentServices/Config

The username and password is working correctly.

 

Anyone facing a similar issue and guidance to resolve it is highly appreciated.

 

-Warm Regards,

Yonten Tshering

BHUTAN

xfa.resolveNode

$
0
0

Hi , Appreciate if I could get any help on these two problems.

 

1. how to get a message box pop up on iphone - I used the syntax xfa.host.messageBox(); , it works perfectly on desktop

2. xfa.resolveNode(); does not get the values from the node on iphone , it works perfectly on desktop

 

example:

 

var tax = xfa.resolveNode("Sample.TaxRate");

 

Thanks


how to make the field to be bold when another field of a workarea in the table has sub total.

$
0
0

Hi Everyone,

 

I have a subform in that table having 5 to 6 fields when I am placing cursor on the PRICE i have to refer the UOM1 field. means if UOM1 = "Sub total"

then font.weight should be "bold".Please find the screen shot below.

 

 

 

script_pic.PNG

 

Please find the another screen shot where i need to make the price in front of the Subtotal to be bold.

 

subtotal_pic.PNG

I have to make $3124 to be bold. Please help as soon as possible.

HCM Processes and Forms - Infotype 0014

$
0
0

Hi,

I have used table display for entering 0014 infotype values.

 

SAP_PA config

 

0014 LGART       Change        *          *

 

I get the following error when I hit "check and send" Button

 

Subtype field and subtype contain different values

 

Any help on overcoming this problem is highly appreciated. Is there any note for this problem.. I have applied note 1290894, but it did not work.

 

Thanks in Advance

Download of Adobe XDC Editor

$
0
0

Hello.

 

i would like to download the Adobe XDC Editor. But the link is dead.

 

Are there any other ways to get Adobe Editor ?

 

BR,

Sebastian

To get number of pages in PDF

$
0
0

Hello ,

 

I have binary data of PDF file in Internal table . I convert this Binary data to Xstring and send it ADS server along with Annotation ( also as XSTRING ).

 

   PDF with Annotation is generated and sent back by ADS Server.

 

Problem is Annotation is getting generated only on Firstpage.

 

  I have checked XML defination of this Annotation and XML tag indicates only page 1.

 

So I would like to add more XML tags , to get for all pages of PDF.

 

To do this I would like to know how many pages my Source PDF has. So that I can dynamically prepare XML tags and convert to XSTRING  and then send to ADS together.

 

Is it possible to get number of Pages a PDF has.

 

Thanking you

Digital Signatures in Adobe Forms (Non-Interactive)

$
0
0

Hi everyone,

 

I need to sign a receipt that will be sent by e-mail. The form is non-interactive, it´s only a simple receipt. This form may be printed or sent by e-mail; in case of being sent it must be signed before sending it. The receiver should be able to open it using Adobe Reader.

 

I´ve read other posts/help about singatures in Adobe Forms, but none of them of non-interactive forms; I need to know if it is possible to do this if the form is not interactive, and how it can be done.

 

Thanks!

 

Pablo

 

Viewing all 1237 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>