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

Include Standard SO10 Text in ADOBE

$
0
0

Hi Experts,

 

My query is :

 

1. How can we access variables in adobe forms along with rest of the content which is present in SO10 text.

     E.g. : In SO10 text there is a variable &name_buyer& whose value is getting filled in driver program.

     When I am trying to access this SO10 in adobe at that time getting an error that name_buyer does not exist in form. How to access these variables       in adobe?

 

2. How can we access image which we have included in SO10 text?

     E.g. : BITMAP image_name OBJECT GRAPHICS IF BMAP TYPE BCOL XPOS 11.95 CM DPI 100.

     This is a syntax which is used in adobe but unfortunately, image is not getting accessed in adobe.

 

In both cases we don't have to touch so10 text content.

 

Regards,

Onkar


adobe interactive forms exercises

$
0
0

Hi friends,

I am new to ADOBE forms. I have read all the ADOBE FORMS tutorials and blogs. Please send me adobe interactive forms exercises for hands on practice. Please suggest any links and ebooks which contain only exercises and not the solutions. I am unable to find them on the net.

Regards,

Saurav Lahiry

Adobe form issue - table cell text is truncated and page break not working

$
0
0

Hi,

 

I am facing an issue which needs to be fixed urgently. Please see attached error page where text is truncating  and page break is not working.

 

I have attached 2 pdf .the snap shot 1 . the text is truncating and

                                    

                                  snap shot 2. coming correct with page break .both the snap shots from single item.

my scenario:

when the text is declared as type string and having long text more than 3000 the page is truncating no page break is working .when the text is limited the page break is working this is my scenario.i have given expand to fit, allow page break and even the page break is not happening .kindly provide me the solution.

2 Columns sum

$
0
0

Hello,

i have 2 columns ( "price" & "info") and I have to write a FormCalc Script. It has to build a sum of all rows of column ("price") if the rows of column ("info") are unlike "i".

 

if ( AusgabeAktMonat.DATA.LT_DETBL_MLIF.DATA.INFO ne "i" ) then

sum(AusgabeAktMonat.DATA.LT_DETBL_MLIF[*].DATA[*].PRICE[*])

endif

 

Thanks!

how to create adobe interactive form step by step

$
0
0

Hi friends,

PFA. I am designing my first adobe form. I have studied all the Adobe forms tutorials. All the fields mentioned in the form like material no, quantity.Do i need to create a custom structure in SE11 and then drag these fields into the layout from the structure or should i create these fields one by one in the interface and then move it to the layout ? Do i need to create 3 windows or should i add one table ? Please clarify.

Regards,

Saurav Lahiry

How to generate multiple pages in adobe form to display each voucher details in a separate page?

$
0
0

Hi Adobe Experts,

 

I have been developing adobe forms from 2 years. I have come across a typical scenario which I never faced before.

 

My requirement is, user will enter voucher numbers in selection screen ex: 1 to 10 (they should be able to enter range) and based on that I have generate static adobe form with some header and item details with respect to each voucher. Here format will be same for all the vouchers but each page should have a single voucher values to be printed.

 

So if I enter 10 vouchers in the selection screen then 10 pages to printed with respective voucher values. I thought of a solution to generate 10 different adobe forms but user is not accepting it. He want a single form with multiple pages.

 

I hope you got my requirement. We can do this using Smart forms and scripts but I am trying to find a solution using Adobe forms. Please suggest me a solution.

 

 

Regards,

Raghu

New Font Family in Adobe Form

$
0
0

Hi All ,

 

I am working on Adobe form which was smartform earlier .

In Smartform , They are using one font Family name as CNSONG ( China Standard ) . We can see it in SE73.

 

Now they want to use same font in Adobe Form but it is not appearing in the list of Adobe Form font family .

 

How can I add this in Adobe Form ?

 

 

Thanks !!

Error facing when testing ADS rfc with SSL certificate.

$
0
0

Dear Experts,

 

We are facing error in ADS RFC with SSL certificate.

Before adding the SSL certificate the rfc ADS is working properly, but after adding the SSL it throws error.

Created the SSL certificate from Strust and done everything as per this doc

 

This is the error Showing

 

ICM_HTTP_SSL_ERROR


Below are the icm logs dev_log.

 

[Thr 4896] Fri May 20 16:08:34 2016

[Thr 4896] *** ERROR during SecuSSL_SessionStart() from SSL_connnect()==SSL_ERROR_CONNECTION_LOST

[Thr 4896]    session uses PSE file "D:\usr\sap\BED\DVEBMGS00\sec\SAPSSLSOAP.pse"

[Thr 4896] No LastError / ErrorStack available!

[Thr 4896]   SSL_get_state()==0x2120 "SSLv3 read server hello A"

[Thr 4896]   SSL NI-hdl 339: local=192.168.30.62:49443  peer=192.168.30.61:50000

[Thr 4896] <<- ERROR: SapSSLSessionStart(sssl_hdl=000000000805EB30)==SSSLERR_SSL_CONNECT

[Thr 4896] *** ERROR => SSL handshake with BSSOLM:50000 failed: SSSLERR_SSL_CONNECT (-57)

[Thr 4896] SAPCRYPTO:SSL_connect() failed

[Thr 4896]

[Thr 4896] SapSSLSessionStart()==SSSLERR_SSL_CONNECT

[Thr 4896] SSL_connnect() failed  (0/0x00) Huh??

[Thr 4896]   SSL:SSL_get_state()==0x2120 "SSLv3 read server hello A"

[Thr 4896]   SSL NI-hdl 339: local=192.168.30.62:49443  peer=192.168.30.61:50000

[Thr 4896]   cli SSL session PSE "D:\usr\sap\BED\DVEBMGS00\sec\SAPSSLSOAP.pse"

[Thr 4896]   Target Hostname="BSSOLM"


How to change default locale determination in Adobe

$
0
0

Hi folks,

 

How to change default way of building locale in Adobe ? Right now, country and language from document params (passed to generated FM) are concatenated.

I've found also the place, where it happens: Function Module FPCOMP_FORM_START, form GET_LOCALE_FOR_DOCUMENT.

 

The problem is, when form is printed in English and all locale (e.g. date and number formatting) result in undesirable (and not existing!) definition, like en_PL.

So, the question is, if there's any way of controlling this process, like issuing an output in English but with locale pl_PL?

 

Thanks,

Radek

how to create box in adobe interactive forms

$
0
0

Hi friends,

I am designing my first adobe form. As per output, i need to design four boxes . Do i need to add listboxes from the object list for creating boxes. How do i create table with rows and columns in adobe intercative forms ? How do i create windows in adobe forms for me to write the text ? Please clarify all these points. I saw some links but the solution is not coming.

Regards,

Saurav Lahiry

QR Codes using SAP Adobe forms

$
0
0

Hi,

 

We are printing QR code labels using SAP Adobe forms and using Zebra printers (Z4MPLUS, ZM400 ) for this. Size of the QR code that is being printed is small and we want that to be printed bigger than current size.

 

Could anyone help us on how to increase the QR code size? We have tried changing the module height and width in XML Source, but no luck.

Hebrew characters in Pdf are incorrect

$
0
0

Hello all,

 

We use Adobe Hebrew characters on a PDF form that is generated by the Adobe

document services (ADS). These characters are displayed as corrupted

characters on generated pdf file when we create the project as

Development Component (DC) Project.And when we create Web Dynpro Project all

is working fine,hebrew characters are displayed in the right way.

 

EP 07 SP 12

AdobeDocumentServices 710.20061024154505.342190

Adobe LiveCycle Designer 7.1.3284.1.338866

 

 

Need your help!

 

Regards,

 

Michael Beilin

PDF Forms, JavaScript, Page Breaks, etc.

$
0
0

Hello Gurus,

 

I have few questions about SAP PDF Interactive forms. I am not doing interactive form, but simple printout, but I want some "layout changes" before I send it to printer/show the form to the user.

 

For example I am doing material movements and I want to make per page sums per unit. E.g.

I have 5 PCE, 10 KG, 20 L and I want to make subtotals/totals per unit, but I am unable to do it dynamically (or AM I?).

 

It is not a problem to get sums into a JS object in form e.g.

{ PCE : { Column1: Value, Column2: Value }, etc.}

 

The problem I see is that I am unable to do "dynamic page breaks" without conditional page break, but when I do conditional page break I need to find number of lines per page before the form start by counting and specifying how many lines there are per page, in ABAP (or is there any other way?) and then do conditional break on per page basis (working even though I don't find it elegant).

 

The other problem is, when I use conditional breaks I am unable to "duplicate" the subtotal line. When I try to access the instanceManager, it tells me, that it is null. So to do something like this.instanceManager.addInstance(1) is not usable (I am not telling that in official help I should use Layout:Ready function to fire up my own script to change layout, but on note I see, that I should not modify the layout DoH)

LiveCycle ES2 * Adobe LiveCycle Designer ES2

 

I hope I had explained myself clearly, although I had tried to describe what I have been through. The main question is. Am I able to do dynamic layout changes with script during AdobeForm generation? Or is there any way to get the dynamic per page subtotals to work, preferably with scripts, not counting in ABAP?

 

Thank you,

Regards,

Petr Sourek

How to hide a Sub Form when there are no rows in table.

$
0
0

Hello Experts,

 

I am trying to build a Adobe Form , which displays data using multiple tables . And each table has its own Sub form .  I am trying to hide the whole sub form when the table has no records .

 

Can this only be done by writing a script on the Adobe Form or is there any other way to achieve this ?

 

I have tried writing different variations of java script to check if the table is empty and change the 'presence' of sub form to 'hidden' . But it does not seem to work .

 

I would appreciate your help or any code snippet on which can achieve this .

 

Thanks,

Rohit

Digital Signature Implementation - SSL Certificate config

$
0
0

Hi,

 

I, currently, have a requirement of implementing Digital Signature on an Adobe Print Form. To brief about the requirement, when an Invoice is being printed after selecting the output type, the paper output from the printer will have the signature validated. In the attachment, you will find the format in which the signature should appear in the print output.

 

I am taking the approach of creating a signature in the form layout, and following the below directives for the calling of certificate details:

Server side signing of SAP IfbA documents - ABAP Development - SCN Wiki 

 

The issue at hand now is although from ABAP perspective we have competed all the steps given in the above link, there are few hurdles in BASIS configuration for the placement of the Server-side certificate placement.

 

Please provide guidelines of how to place the SSL certificate in the ADS and the configuration guidelines from BASIS perspective. Also, please provide any alternative method of fulfilling this requirement.

 

 

Regards,

Soumik Chakraborty.


Translation in Adobe SAP

$
0
0

Hello experts,

 

I did translation in my adobe forms but its not reflecting immediately in the PDF output.

 

The behavior of SAP AODBE translation is so weird that sometimes it reflects immediately and sometimes it takes 1-2 days to reflect.

 

Is there any other way where I can do / compare the translation.

 

NOTE : I also tried it trough SE63 but still issue is the same.

 

Please refer attached screenshots.

In first screenshot you can see expected output i.e. taken by checking sample output format of that adobe. That means change is reflecting properly in ADOBE but it's not reflecting in PDF output. Please refer second screenshot for current output.

 

Please advise in this case.

 

Regards,

Onkar

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

Hiding a Table Header Row when Multiple Header Rows exists

$
0
0

Hi All,

 

I am facing an issue in a requirement.

We have 3 header rows and then a body row, where these three header rows(with different number of fields )should always be an overflow leader to the body row.

Based on Form calc Script, I have to hide the second header row,

 

I have used positioned subform for header rows and table data had the above subform has overflow leader. But now I have to hide the second header row if a value in a field in that row is blank. So that the third row takes its place.

 

With positioned subform this hiding was not possible (since with Java script/Formcalc) it was still leaving blank space

 

So I created a table with three header rows and one body row and wrote the script as below in the Row2. It works fine on first page and it got hidden and there was no blank space between Row1 and Row3. But from second page onwards, the script was just hiding the text in Row2 header, but blank space  for second row is still appearing.

 

 

I have tried using formCalc as well as JavaScript

For JavaScript:

 

if(this.rawValue == null)

{

  this.presence = "hidden";

 

For FormCalc:

 

if ( not HasValue($))  then

     $.presence = "hidden"

endif

 

It is working fine in first page, hidden field is being occupied by subsequent header line.

But second page onwards it's not working as expected, field is being hidden but the space is there.

Please suggest how can I achieve this.

 

Thank you for your replies in advance !

Adobe Form with Cover Page and Second Page with Table

$
0
0

Hi,

 

I think this should be an easy question, but for some reason I can't seem to get it working or find a post on SCN to help.

 

I have a simple adobe form.

 

1)      There is a cover page that should display its own unique format, header, detail and footer

 

2)     There is a second page that has its own unique format with a header and footer but also a table the should then display on subsequent pages until it has displayed all the data.

 

I created two master pages with their designs and then a flowed subform that contains the table. First I tried to give only the second page a Content Area that then displays the table... but then my first page does not display?

 

I assume that both Master Pages needs content Area's.. but then my question is, how do I get my flowed subform to only display on the second master page?

 

What am I missing?

Screen Shot 2016-05-31 at 3.41.51 PM.png

sub headings in adobe forms

$
0
0

Hi All,

 

I am new to adobe forms. I have created a table in adobe forms. For one of the column there are 3 sub columns to be created.

I tried with sub-form, but not getting the correct design. I have column called Source under which there are 3 columns where I am displaying the data.

How to achieve this. Please help me.

adobe.jpg

 

Thanks,

HT

Viewing all 1237 articles
Browse latest View live


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