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

SAP Adobe Print Forms Uncollated/Collated print options

$
0
0

Hi,

 

I am developing a delivery output using Adobe Print forms and I have the following requirement.

 

Certain plants use a 3 copy system, some use 2 copy system, while others use regular output.

 

For the plants that use the 3 copy paper system, I would like to generate uncollated printing.

 

So, for these plants, when we say number of copies as 3, output should come out as:

 

Page1,Page1,Page1;Page2,Page2,Page2;...;PageN,PageN,PageN.

 

Same goes for the plants that use the 2 copy paper system, I would like to generate uncollated printing.

 

So, for these plants, when we say number of copies as 2, output should come out as:

 

Page1,Page1;Page2,Page2;...;PageN,PageN

 

For all other plants, if user chooses number of copies, it should be collated as usual

 

Page1,Page2,...PageN;Page1,Page2,...PageN;...

 

In Smartforms, we used SSFCOMPOP-TDGROUP field to achieve this.

 

I don't see anything similar for Adobe Print forms.

 

I have been trying to find this for a week and was unsuccessful to find a solution.

 

Any help is greatly appreciated.

 

Thank you for taking time to read this. Hopefully I can get some good pointers/answers.

 

My background is ABAP.

 

With best regards,

-Ramesh


Adobe - Display Subtotal in all pages and Grand total at last page for Same field

$
0
0

Hello Experts,

 

Am designing an Adobe form and totally got confused with design.

 

I have totally 30 line items in my internal table and in the first page, I'll display 25 line items in first page and am calculating the sub total page in Quantity field. At the same time the next 5 line items will be printed in last page, but here I need to display the values of all the 30 line items in Quantity field.

 

I saw a lot of SCN threads, but totally clue less of how can I set subtotal and grand total in the same Quantity field.

 

How can I go ahead. Please share your valuable ideas.

 

 

 

 

BR,

RAM.

Include text functionality in adobe form

$
0
0

Hi Team,

 

     Include text in adobe form is working but the items are overlapping, please provide some example documents if available.

 

PFA.

 


tax_invoice.png



Thanks,

Mahesh

Standard Text not printing properly in ADOBE FORM

$
0
0

Hello Experts,

 

I am printing standard text (SO10) in adobe form and all the texts are printing.

 

Problem :: There are 2 paragraph in SO10 text and I have given " * " as 'default paragraph' for both the paragraph.But still it is printing in a  single paragraph.

 

That means it is not printing as it is in SO10 text.

 

I need to print few 5 points in my layout.

Ex:

  • This is my first point

  • This is my second point

  • This is my third point

 

Can any one tell me how to achieve this requirement.

 

Regards,

Ankur.

Adobe Form asking for username and password every time for print preview.

$
0
0

Dear Experts.

 

I have configured ADS on my SAP AS JAVA and Connected to an IDES System two days earlier. both instances are on different machines.

 

For testing the configuration, i am executing the FP_TEST_00 report, but when ever i execute this report it asks me user name and password.

 

Please help me why this is asking again and again? even user ADSUSER is having correct passoword as on AS JAVA.

 

Regards,

 

John.

Adobe Form - Tables with one column as Image

$
0
0

Dear All

 

I have a requirement as follows:

 

I need to print a Sales Order - with line item of material with its image.

 

I am using Adobe Form for our outputs.  I have created a form with table with all detail. 

 

I am not able to bring the appropriate image of the material in the respective row.

 

My images are stored in MIME Repository.

 

Can you please guide me how i can fetch the Xstring of image data from mime repository for each row and bind it.

 

Regards,

Venkat

Rich Text in Adobe Interactive Forms (Bullets, Headings, etc...)

$
0
0

Hello SAP Community,

 

I am attempting to dynamically append Rich Text to text fields in an Adobe Interactive Form. This includes, lists such as bullets and numbering, as well as headings.

 

I have attempted several different methods in making this occur, but I have had little success.

 

The closest method to success is to convert HTML to ExData using the Javascript code provided below.

 

HTML to ExData

//XML String to wrap the HTML

var envel = '<?xml version="1.0" encoding="UTF-8"?><exData contentType="text/html" xmlns="http://www.xfa.org/schema/xfa-template/2.8/"><body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:APIVersion="Acroform:2.7.0.0" xfa:spec="2.1"><p>PLACEHOLDER</p></body></exData>';

//Current HTML Data

var htmldata = this.rawValue;

 

// insert into envelope

var newStr = envel.replace("PLACEHOLDER",htmldata);

//Load the final XML

this.value.exData.loadXML(newStr, 1, 1);

 

As a further note, Conversion must occur if exporting from an SAP WebDynPro.

  • The WebDynPro will export using the <strong></strong> tags instead of <b></b> for bold.
    • This can be fixed by using a `replace all occurrences of` statement.

 

Notes:

  • Each Text field's field format: 'Rich Text.'
  • The code provided above will allow the html bold tag (<b></b>) and italics tags (<i></i>) to work, but not the bullet code like (<ul><li></li></ul>)
  • It is possible to have a bullet visibly appear on the adobe form designer through modifying the XML Source, but it will not appear on the exported PDF.
  • The Adobe Document Server's Version Information: 802.20080813094752.488190

 

Any Help would be greatly appreciated, I will reply back with any information that may help.

 

Thanks,

Matt Fleming

Problem with S010 Text Elements

$
0
0

Hello Experts,

 

I have the requirement to display the footer text as required below structure.

 

Expected Result:

 

State Bank AG

IABY:

DE98 5007 0011 0045 0210 11

SWIFT

DEUTDEBB


I have maintained in the same way in S010, but it is getting like below in Adobe forms.


Current Behavaoiur:


State Bank AGIABY:

DE98 5007 0011 

0045 0210 11 SWIFT

DEUTDEBB


I have tried with the several formats for the texts in SO10 like '*' and '\ ', but I didn't see any difference for the currentbehaviour.

Tried the styles SYSTEM and SAPADRS in the properties of the include text in adobe form. But no use.


Could you please anyone, please provide me your suggestions and tips to proceed further. Thank you.


Best regards

Siva


WebDynpro Java - Create PDF without loading Interactive Form

$
0
0

Hi Experts,

We are using Java WebDynpro and we need to create some PDF in Portal KM.

 

We would like to to show a button that, if pressed, will create different PDF reports in Portal KM.

 

To do so we would like to capture the DataStream (from pdfSource) of Interactive Form, without showing it to the user.

 

After some tests it seems to be not possible, the Context Attribute 'pdfSource' is populated just if the UI component Intercative Form is loaded on the User Interface.

 

Could you give us some help\suggestions?

 

Thanks in advance

Best Regards.

 

AT

Interactive script does not work in the document

$
0
0

I use Adobe LiveCycle Designer in SAP. On the tab Master Page placed 2 objects: Button and Image. I want to when I clicked on the Image, it became hidden. For the Button I wrote the code for Click event (language FormCalc, client):

data.#pageSet[0].Page1[0].Image1.presence = "invisible".

On the Preview PDF tab the code works (the Image disappears). But if I run my program inside SAP (Adobe Interactive Forms) the code does not work, the Image does not become invisible. Why?

PDF form is corrupted in print mode. In preview mode is OK.

$
0
0

Hi gurus,

 

I'm facing a problem that I don´t know how to solve. I couldn't find where exactly the problem is taking place.

 

I have an Adobe Form for printing an invoice. But sometines, when I print it, the resulting PDF is corrupt and the Adobe Reader is not able to open the file, saying that is corrupt.

 

However, If I print in preview mode, the PDF is always fine and I have no problems to open it.

 

As far as I saw, the binary content of the PDF is not exactly the same between preview and real print.

 

Have you ever faced an issue like that?

 

Thanks in advance.

Form with 2 layout orientation with multi pages for each orientation

$
0
0

Hi experts.

 

I want to ask help, I'm still new and learning Adobe Interactive Form.

 

So I got this requirement, the form got 2 pages orientation, first is portrait (summary page), and the second one is landscape (detail page).

the landscape page should come out only after the portrait page is printed.

The thing is, this portrait page can be multiple pages, and the landscape very much possible to be multiple pages also.

 

 

Now, i make 2 master page and 1 body page in the adobe form application (SFP).

Master page MP1 is for portrait orientation, and master page MP2 for landscape orientation.

Body page BP1 consists all the summary information.

And for all the detail info, I put it in master page 2.

1BP.png

(I try to use another body page, BP2, but when i set the pagination place for BP2 to MP2, there is blank page in middle of BP1 and BP2, and when i click the blank page, it says it's the MP2. Because of that, i removed the BP2 and put all the detail data is MP2)

2bp.png

 

The problem now, when i test run the form, i can only print 2 pages, 1 portrait and 1 landscape (1 page for summary and 1 page for detail).

When actually im testing for more than 2 pages. It doesn't print more pages.

 

*best case, using 1 body page

best_case.png

 

*worst case, using 1 body page now

worst_case.png

*test using 2 body page

2bp_test.png

how to solve this issue, experts, please help

 

Thanks.

 

Regards,

Darmadi Chandra

SAP Adobe Print Forms Uncollated/Collated print options

$
0
0

Hi,

 

I am developing a delivery output using Adobe Print forms and I have the following requirement.

 

Certain plants use a 3 copy system, some use 2 copy system, while others use regular output.

 

For the plants that use the 3 copy paper system, I would like to generate uncollated printing.

 

So, for these plants, when we say number of copies as 3, output should come out as:

 

Page1,Page1,Page1;Page2,Page2,Page2;...;PageN,PageN,PageN.

 

Same goes for the plants that use the 2 copy paper system, I would like to generate uncollated printing.

 

So, for these plants, when we say number of copies as 2, output should come out as:

 

Page1,Page1;Page2,Page2;...;PageN,PageN

 

For all other plants, if user chooses number of copies, it should be collated as usual

 

Page1,Page2,...PageN;Page1,Page2,...PageN;...

 

In Smartforms, we used SSFCOMPOP-TDGROUP field to achieve this.

 

I don't see anything similar for Adobe Print forms.

 

I have been trying to find this for a week and was unsuccessful to find a solution.

 

Any help is greatly appreciated.

 

Thank you for taking time to read this. Hopefully I can get some good pointers/answers.

 

My background is ABAP.

 

With best regards,

-Ramesh

PDF-Based Forms: Form size become too large

$
0
0

Hello,


1. When I run Print Preview + Save file to local the file size is 24 kb

 

Form Processing Output Parameter

SFPOUTPUTPARAMS-nodialog = ''.    " suppress printer dialog popup
SFPOUTPUTPARAMS
-getpdf   = ''.    " Request PDF Return

 

2. When I try to send the same PDF to an external system  using the generated PDF returned as string in return parameter FPFORMOUTPUT-PDF the file size is 31 kb

 

Form Processing Output Parameter

SFPOUTPUTPARAMS-nodialog  = ''X" suppress printer dialog popup
SFPOUTPUTPARAMS
-getpdf  = ''X" Request PDF Return


The generated PDF returned in return parameter fpformoutput–pdf seems to be too big. It is XString{33329}

How can we solve the problem?

This is only an example, the problem is that files of 1 MB become 10 MB

 

Thanks for your help

 

Regards,

Francesco

Adobe forms after execution shows blank

$
0
0

After executing Adobe forms, it displayed blank. It didn't throw any error.

previously, it was working fine. Attached is the screenshot.

 

Please help.

 

Many Thanks,

Archana


Interactive adobe form not editable

$
0
0

Dear Experts,

 

We are facing an issue in editing Interactive Adobe form only few system, and getting below pop up. But in most of the other systems the same form is editable. Any help on what may be the cause would be appreciated.

Error.png

Thanks in advance.

Anrede in Formularen

$
0
0

Hallo allerseits,

 

ich habe bei uns im Unternehmen die Entwicklung der Formulare übernommen. Wir überarbeiten alle Formulare und implementiere vorerst alle SD-Formulare in ADOBE FORMS.

 

Der Vertrieb möchte im Infoblock rechts, also wo z.B. die Belegnummer etc. steht, den Ansprechpartner des Kunden sowie den Ansprechpartner unseres Unternehmens angedruckt haben.

 

Sie möchten den Druck im folgendem Format: {Anrede} {Nachname}. Das wäre kein Problem, wenn es nur ein deutsche Formulare geben würde, ich könnte z.B. den Ansprechpartner des Kunden aus Tabelle KNVK bzw. mit dem FUBA KNVK_SINGLE_READ ermitteln.

 

In unseren aktuellen Formularen hat mein Vorgänger die Logik selber geschrieben, jedoch will ich diese nicht übernehmen, da sie in machchen Fällen nicht richtig funktioniert.

 

Wie würde man es richtig machen, wenn ich ein mehrsprachiges Formular habe? Wenn das Formular z.B. in Englisch gedruckt wird, sollte die Anrede aussehen wie z.B. Mr. {Nachname} oder Mrs. {Nachname}.

 

Gibt es Standards bzw. gibt es FUBA's oder BAPI's die für einen die Namensaufbereitung übernehmen? Oder muss ich die Logik selber programmieren und mir die Daten aus den einzelnen Tabellen für Anrede/Geschlecht etc. zusammen seleketieren?

 

Leider habe ich nicht wirklich einen FUBA gefunden der hilfreich sein könnte, vielleicht kann mir ja einer von euch helfen?!?

 

Vielen Dank im Voraus.

 

Viele Grüße

 

Alexander Diring

Prevent page break within tablesection

$
0
0

Hello,

 

In short: How can I prevent page breaks within tablesections?

 

My table consists of a header line, a tablesection containing 3 data lines, and a footer line.

The hierarchy looks like this:

  • table
    • header
    • section
      • data1
      • data2
      • data3
    • footer

 

My problem is, that page breaks need to be allowed for the table, but I do not want to allow them for the section (= all data lines have to stay together).

 

As a matter of fact, tablesections do not have the "Allow page breaks within content"-checkbox, which tables and rows have (in pallette Object->Table/Section/Row). And I did not find any corresponding option in the editor yet.

(FYI: I am running on NW7.0 EhP1 and LifeCylce Designer 9.0)

 

 

I would appreciate tips on this issue, as googling did not return any results as of now either...

 

 

Kind Regards,

Robert

Field values are blank in PO form after changes are made

$
0
0

Hello,

 

I have created a Purchase Order form in SFP (Form Builder) using the MEDRUCK_PDF interface.  After I create a purchase order in ME21N and click Print Preview, most of the fields populate. I have Item number, Material number, and Order Qty to name a few. Two new fields I have added, Order Number, KOMK-AUFNR, and Material Group, EKPO-MATKL, don't populate even at creation.

If I go back and make changes to the form in ME22N, when I click Print Preview, several of the fields that originally had values are now blank in the preview and also when the form is printed.

Is there a setting in SFP that needs to be set so the data will be retained after changes are made?

 

Thanks,

 

Chris

Using alternatives in table section

$
0
0

Hi

In the account statement there is a text to be printed if there are no postings in the period.

In the standard form it is created as a subform and controlled with a script. It works fine. However it cannot be translated as the subform is made in a table. So I need to do something else.

 

I have created the text as a FOOTER row in a table. I thought that I could use "Alternatives" to control if the text should be printed or not.

But cannot get it to work. I.e. cannot wrap the node in a choice subform set.

 

The "NoPostings"  may be moved to another location or made in a different way. Just need to be able to control it.

 

Any ideas on how to make it work?

 

Here is my table (the subforms are not active).

 

 

Best regards,

Jeanette

Viewing all 1237 articles
Browse latest View live


Latest Images

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