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

Help with Java script

$
0
0

Hi,

 

I came across a script in adove form as:

 

this.rawValue =  this.parent.parent.dataNode.ENCRP_CODE.value;

 

I tried to get the concept of this parent node and dataNode but couldnt technically link how the ENCRP_CODE is referenced. Pls help


Data Matrix Barcode - control size and binding

$
0
0

Hi,

 

I have to design form with data matrizx barcode which i have done but struck with how to bind it and control the size. I have putthis in the master page at header but on test it seems the size is small and does need to be enlarged. Tried with the layout parameters but it doesnt help. Pls can let me know how to handle these two?

Adobe Form Master Page - Font size difference in quality & production system

$
0
0

We have developed adobe form for our client.

We encounter a strange issue in production system only.

All the master page data is shrunk by a couple of font sizes and the sizes move left, something similar to what would happen if you pinch a photo or a document on a smartphone, this happens only in production.

This works fine in quality system.

 

Did you come across any such issue?

 

Regards,

Karthik

Adobe form Translation issue

$
0
0

Hi,

 

Originally my Adobe form had all its translation maintained in target as well as Source Language.

Now my new requirement was to display logo dynamically according to the company code.

So for that I had written logic in the interface of the adobe form and called two variable globally in the adobe form.

In one variable the I was passing the binary values of Logo and in other variable I am passing image/bmp.

Now in adobe form I am creating a new Graphic in my main node.

In graphic properties I have made a change. In this there is a drop down saying Graphic content and graphic reference.

I have selected Graphic content. In graphic content I have passed binary values in the field and image/bmp in MIME type.

Now in the layout, originally the logo was getting displayed as Image.

But I have changed it into Image field and bind the graphic with this Image field.

Now I activate the adobe form. And see the translation. All the translation are removed.

 

Could you please tell me, what could be the root cause?

and what are teh things , we should take care of Adobe form translations.

 

Please reply.

 

Thanks and Regards,

Aneesh Menon

How to print dynamic multiple tables in adobe form layouts?

$
0
0

Hi Experts,

 

I need to develop Adobe form from standard HCM time statement smart form PYXXFO_SAP_TIM_99_0002 for HR form SAP_TIM_99_0002.

 

But I am facing a challenge in printing multiple tables separately in Adobe form. We need print monthly wise, weekly tables of data. The period of the form needs to dynamic .Means period for the execution is 1 year 12 months tables and 48 weekly tables needs to be printed. If period for the execution is 2 years 24 months tables and 96 weekly tables.

 

So how to achieve this multiple table layouts printing as we cannot directly bind tables to layout since the number of tables to be printed is dynamic?

 

Also I need to print some texts between each tables as in screen shots.

 

 

Regards,

Jayaraj

Error opening Adobe Form after changes made

$
0
0

Hello experts,

 

I'm getting an error when trying to open an Adobe Interactive form in the web browser after making some changes to the form in transaction SFP.  The error message is  "WebDynpro Exception: The ADS call has failed.  You can find information about the cause in the error.pdf on the application server".

 

We have several other Adobe forms on our system and they are all working fine - so ADS is running and working correctly.

 

I was able to get copies of the error log files specified in the message but they all have "No Errors Reported".

 

This started in our DEV system after making the change to the form.  The change was just adding a few lines of Java script - extending an IF condition that was already in there.  I tried moving the changes to QAS to see if the issue was specific to the DEV system, but the error is occurring in QAS now too (the form was working in QAS before transporting the changes).  The error is not user or computer specific - happens for all users, all web browsers, etc.  The SAP ID I am using in DEV has SAP ALL, so shouldn't be a security/authorization issue.

 

I have tried the following to resolve the error, but none of these have worked:

 

- removed the code that was added to the form

- used version management to retrieve the previous version of the form in DEV

- downloaded the form from Production and uploaded back into DEV

- restarted Java and ABAP services on the application server

- stopped and restarted applicable services in transaction SICF (ADS, the form service itself)

- saved/activated/compiled the form, interface, and webdynpro components (multiple times for each)

- deleted the form and interface and uploaded the Production versions to replace them

 

We've made similar changes to other interactive forms in the system lately and they are all still working correctly.  Only this one form has the error.

 

I really need to be able to make the changes to this form.  Any ideas on how to correct this error?

 

Thanks,

 

Ryan

Reducing the Text height in Adobe Forms

$
0
0

I have a text field which I have included for the long text of me22n transaction in the context node of Adobe forms. In the form I want to adjust the maximum height of the text field using java script or any other way, as in I do not want to print the text if it exists for more than 3 lines?

Adobe Form : Extended text area

$
0
0

Hi,

 

My client requested an interactive adobe form where they can enter text like a word file. Once the layout field comes to an end, the text area should be extended automatically for them to key in more text. is it possible. Please advice.

 

Thanks

Maanu


Printing text as Paragraph in SAP adobe form

$
0
0

Hi Experts,

 

I have a requirement in my adobe form to print the Notification number, shorttext and longtext as one paragraph.

Since for a single Notification, there can be multiple lines of Longtext, I have designed a nested table in SE11, where the main table contains Notification no and shortext and the nested table has the longtext.

Up to this part, everything is fine. I have the correct data with me.

 

But the problem arises while printing the data in the form as a PARAGRAPH.

Like smartforms, how can we create a paragraph for texts in adobe form?

And how shall I display data of a nested table in one paragraph.

 

Can anybody please answer this query.

How to avoid saving a pdf from preview?

$
0
0

Hi everyone,

I created a report that shows a preview of a pdf using an interactive form. To show the preview, Acrobat Reader is launched embedded in SAP.

I was able to avoid printing from the preview using a specific field of a parameter:

 

p_outputparams-noprint = 'X'.

 

CALL FUNCTION 'FP_JOB_OPEN'
     CHANGING
       ie_outputparams = p_outputparams


This avoid printing from the Acrobat Reader interface and the pdf is protected. But it is still possible to save it and to send it by email from the Acrobat Reader interface.


My question is: is it possible to avoid saving and sending email from the Acrobat Reader interface?


Thank you in advance.


Bye

Emanuele

Master Page pertaining to one bodypage appearing in another bodypage

$
0
0

Hello All,

 

I am implementing an Adobe form with the following layout.

 

1. First page consisting of some header information and an item table

 

           For this, I have created a master page MP1 and a new bodypage BP1, with following specifications -

 

             Subform Content = 'Flowed' (Top to Bottom)

             Pagination Place = 'Following previous'; After = 'Continue Filling Parent'

 

2. Second page consisting of just item table

 

           I have created a new master page MP2 for this and using same bodypage BP1 as used for first page, with following specifications -

 

              Overflow = 'Go To Page 'MP2''

          

3. Last page showing terms and conditions (include text).

 

         For this, I have created a new master page MP3 and a new bodypage BP3, with following specifications -

 

              Pagination Place = 'On Page 'MP3''; After = 'Continue filling parent'

 

In the output, the first and second pages are displayed properly.

 

However, in the background of last page with terms and conditions text, the master page MP2 pertaining to second page is showing by mistake, though I have placed bodypage BP3 pertaining to last page on master page MP3. Please note that I cannot set the maximum occurrence of MP2 to 1, as the second page can repeat multiple times depending on number of items.

 

Please comment on a possible approach to resolve the issue.

 

Thanks,

Indrajit

 


Merging Cells in Tables in Adobe form

$
0
0

Hi Experts,

 

I need to merge two cells of a row in a table in Adobe form based on a condition.

Is it possible using Java scripts?

How to achieve this functionality?

 

Kindly give some suggestions.

 

Warm Regards,

Nalla B.

Unable to delete the footer

$
0
0

Hi all,

 

I have a requirement where in i need to add a footer in all the pages of a form.

 

Have added it.But now am unable to see where exactly it is present in the layout.

 

In the hierarchy it comes in the first master page but appears with a question mark in front.

I am unable to delete it and create a new footer.

 

It gives a message "You are attempting  to remove the last master page in the current page set.

Every page set must have atleast one master page"

 

I do not understand if there is a overlap.

 

Please help.Please find attached screenshot.

 

Thanks in advance!

 

Gowthami SK

How to modify the value

$
0
0

Hi, I am modifying one adobe form where one value is showing in output with - sign like for example 50 -  here - sign is coming after value. But my  requirement is like how to remove that - sign. or else it should be - 50.  How to do that ...please share your knowledge. Thanks Abhay Manna.

Configuring Adobe LifeCycle In SAP ByD.

$
0
0

Hi Experts

 

We are trying to configure Adobe life cycle within the SAP ByD system for our customer and I am having serious problem to find any relevant documentation around this issue. Please if you can post any link/advice how to configure this it will be great help.

 

Thanks a lot

 

Cheers

 

Asad


Adobe form in web dynpro application. problem with xfa.host.messageBox

$
0
0

Hi all.

 

i have a WDA with inside an Adobe interactive form,  i have a strange problem, i have several script with xfa.host.messageBox(xxx), when appear in the screen the messagebox freeze my WDA, i can't do nothing, just close browser.

 

 

i have this problem in Portal and outside, my adobe application layout is ZCI

 

any idea about this problem?

 

ty all!

ADS - SSL Configuration

$
0
0

Hi all,

 

I would like to configure Adobe Document Services with SSL / https between ABAP --> JAVA and JAVA --> ABAP. (NetWeaver JAVA 7.4 SR1).

I follow the online help for NetWeaver 7.4, Configuring the SSL Connection to ADS in an ABAP Environment - Adobe Document Services for Form Processing - SAP Libraryhttp://help.sap.com/saphelp_nw74/helpdata/en/4b/95ae7626f26e83e10000000a421937/content.htm?frameset=/en/69/b830ac608446f38e9b53093cea3e14/frameset.htm

 

The connection between ABAP and JAVA (RFC ADS with SSL client certificate) is working fine.

But I have problems with the configuration of SSL between JAVA and ABAP. The https connection is working ok, I can reach the SICF FP service via https. In the Java Stack Destination FP_ICF_DATA_<SID> I still have Basis authentication with user ADS_AGENT, the ADS test programs like FP_TEST_00 or FP_CHECK_DESTINATION_SERVICE are working.

 

But when I change the Destination FP_ICF_DATA_<SID> to SSL Client Authentication I get an http 401 error when I try to reach the FP  service in the ABAP stack.  I have also changed the FP service Logon Data to "required with ssl certificate".

 

I some remarks on that:

1. SAP doesn't describe the SSL setup between JAVA and ABAP for ADS in there online help.... why?   They only describe ABAP to JAVA.

2. Is it possible to use SSL Cert authentication for JAVA to ABAP in the ADS scenario ?

3. Does anyone have some documentation on that ?

 

Thanks a lot for your help.

Best Regards,

Andreas

Offline adobe form closes automatically on Vista while its works in XP

$
0
0

Hi Experts,

 

I have a problem in which the 100 % offline adobe form is not working on vista machine while the same is working in XP. The form closes automatically on vista machine using acrobat reader 9.3 version while the form is trying to load data from a webservice to populate the dropdowns. It is working fine in all XP machine with Acrobat reader 9.0.

 

The form are created using ALC 8.1 and Interactive form element has display type = ActiveX.

 

Please can you provide some solution to the problem, does any setting like buffer size etc needs to be added/increased on vista. I had asked user to downgrade the acrobat reader version to 9.0 on vista machine to eliminate one factor and waiting for result.

 

Regards

Deepak

Off line adobe form closing automatically

$
0
0

Hi All,

 

I am facing one issue with adobe form.

 

I have added some drop down fields in the PDF.

Depends on requirement, if we select one drop down , another drop down list should come,

for this I have added coding at on-exit event of first drop down.

 

So while selecting first drop down, pdf is closing automatically.

 

Adobe Reader Version is 10.1.9

Life Cycle Designer Version is 8.0

 

Please give me suggestion to solve this issue. Let me know which version will support.

 

 

Thanks & Regards,

Preethi

Need to hide a subform in masterpage

$
0
0

Hi,

I'm new to adobe forms and request you to help me to fix the below issue.

I have a subform in masterpage.And the subform has three fields.In any case, either all the three values will be filled or not filled.

Can anyone help me , how to hide the subform when all the three fields in the subform are empty.

 

Thanks ..

Swathi

Viewing all 1237 articles
Browse latest View live


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