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

Only One Candidate Overview Print Error

$
0
0


Dear All,

 

I got error "ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)", when click print preview on Candidate overview which it is an error only one candidate of candidate pool.

 

I checked on data it looks fine but when click print preview it display error message "Error when generating the form for the data overview". I checked the PDF generate function on this candidate, I got error "ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)".

 

At first, I thought it is ADS error but it is error only on this candidate. This is weired.

 

Please suggest. I checked on SLG1 and I got this error which is the same I found on PDF function but don't know how to fix it.

 

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

The error occurred in program CL_HRRCF_DATAOVERVIEW_PL======CM006 line 102

 

Regards,

Soracha T.


Spool is not created when using Print from Adobe Toolbar

$
0
0

Hi experts,

 

I have a problem with the print-buttons.

 

I have created an AdobeForm. In the preview of this Adobe Form, if I print the document with the standard SAP-Print-Button I get the table "spoolids" OKAY with FP_JOB_CLOSE -> I have in this table the document that has been printed.

 

The problem is, when I print the document using the toolbar of Adobe, I get this table empty! So I do not know if the user has printed the document or not... and that is giving me problems with an archiv that we have (printed documents)

 

I tried to deactivate the print-button in the toolbar, but I do not get it. I don´t have more ideas.

 

I am doing this with FP_JOB_OPEN, then CALL adobe_form and then FP_JOB_CLOSE. The parameters for Job_Open are:

 

  ls_outputpar-nodialog = 'X'.
  ls_outputpar-preview  = lv_preview.
  ls_outputpar-reqnew   = 'X'.
  ls_outputpar-dest     = lv_dest.
  ls_outputpar-copies   = lv_copies.
  ls_outputpar-arcmode  = lv_arcmode.
  ls_outputpar-reqimm   = 'X'.


Thanks a lot and best regards.

Comment ^FX in ZPL output generated with aif

$
0
0

Hello everyone,

i have to replace an old sapscript printform by an adobe iaf. Problem is the printing servers parses the zpl output and search for a specific content

in a non printed comment line.

So how can I generate a comment line (ZPL command  ^FX) in ZPLII via AIF ?

Thanks for all answers

Jörg

Create New Data Bindings For Custom Forms

$
0
0

Hello everyone,

 

I've been tasked with creating new custom forms for a client to use in their Business ByDesign system, the purpose of which is to draw data from multiple work centres and aggregate it. The previous versions of these custom forms, which were created by a third party, had incorrectly-produced data sources and didn't grab data from the right areas, so I can't use them (unless they can be modified). My question is, then, how does one create a data binding from scratch/modify existing ones? I've read through the entire SAP Interactive Forms by Adobe book (2nd edition, 2011) and it doesn't reference Business ByDesign or the Cloud Applications Studio at all. So, if it is possible to create new data sources (or modify existing ones) within Business ByDesign or the Applications Studio, how does one go about doing this; and if it needs to be done using NetWeaver Business Client or other ABAP stuff as I suspect it does, how do I find out the login details for the SAP GUI so that I can start the relevant transactions? Many thanks.

 

Lewis

To Create Dynamic Non-Interactive Adobe Forms

$
0
0

I would to create dynamic non-interactive adobe form why i can know the structure of the table at run time. so is there any possibility  to create at run time. if yes how can we create could you please elaborate it .

 

Thanks

Non-Interactive PDF Form scenario without rthe need of ACF

$
0
0

Hello experts,

 

i have a question for you. I implemented Dynamic Non-Interactive PDF Form scenario and it works fine. But ... If some user wants to generate the PDF form it's necessary to install Active Component Framework on his computer. Problem is that some users doesn't have admin permissions on their PCs and they are not able to install ACF. Do you have any idea how to walk around the problem? For example generate and save the PDF somewhere on server side and then offer download link to end-user....

 

Thank you in advance for every reply!

 

Best regards,

 

Zbynek

Javascript for reading the result of xfa.resolveNodes by index

$
0
0

Hi,

 

I've created an Adobe Interactive form, which allows a user to enter a material number, with the material number being validated against a list of materials embedded into the form, and the Old Material Number and Description being automatically populated if a match is found.  The form is created with around 3,000 materials embedded, which gives an acceptable file size of around 600Kb.  This is a proof-of-concept form at the moment to see if it's worth using this technique.

 

The following Javascript is contained within the Exit Event of the Material field:

 

(IT_MAT is the internal table of materials, mapped to the context)

 

// Read all Material data

  var Mats = xfa.resolveNodes("$record.IT_MAT.DATA[*]");
  var numRows = xfa.resolveNodes("$record.IT_MAT.DATA[*]").length;

 

// Loop through until a match is found
  var found = false;
  for (var i = 0; i < numRows; i++) {

    if (this.rawValue == Mats.item(i).MATNR.value) {

      BISMT.rawValue = Mats.item(i).BISMT.value;
      MAKTX.rawValue = Mats.item(i).MAKTX.value;

      found = TRUE;
      break;    
    }
  }

 

// Invalid Material
  if (!found) xfa.host.messageBox("Invalid Material " + this.rawValue);

 

This works perfectly, but the only problem is the inefficiency of having to loop through 3,000 records to find out that the entered material is invalid, which takes a few seconds.

 

My question is how to search the "Mats" object by key, in the same way as you would in ABAP with a READ TABLE itab WITH KEY matnr = matnr.  I thought that the indexOf method would work with the Mats object, but it doesn't.

 

There is some XFA documentation at the following location, but it doesn't help either.

 

http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/acro7jsguide.pdf

 

Thanks,

Pete

Multi paper format support

$
0
0

Hello Gurus

 

I need to create adobe forms that should support North-America letter format as well as Europeen A4 format.

 

Letter format is 8.5 inches X 11 Inches (215.9 mm X 279.4 mm)

A4 format is 8.26 inhes X 11.69 Inches (210 mm X 297 m)

 

1. Is it possible to determine the paper size based on the user location?

 

2. For the header itself, it is not a huge problem. It is always at the top of the paper regardless of the paper format.

 

3. But for the footer, I would like to have the footer at the end of the docuement regardless the paper size.

     Example: At paper length - 1 inch.

 

4. Is it possible to horizontally centralize the body part of the form based on the paper width.

 

5. Furthermore, the form should support several languages. But this is another story.

 

Step by step and/or example would be highly appreciated.

 

Regards

Daniel


Please suggest for preparing credit memo in Adobe Form

$
0
0

Hi Experts,

 

I am new to adobe From.

 

I am preparing on Credit Memo on Adobe Form and it is the scratch development.

 

Could anyone please refer any document which can give the step by step process to create the same ?

 

 

 

Regards,

Mrinmoy Ray

Multipart stapling adobe forms (on HP Laserjet)

$
0
0

Hello all,

 

we want to use the stapling function of one of our HP printers. In our case, we're sending multipart PDF forms to the printer, but it's not able to staple this multipart spool, it's doing it for each single part of this big multipart spool.

 

Currently we're using special device type (ZHPLJ806), which is able to do stapling in the print options. We've enabled stapling by default...but it's not working. We also tried to control this stapling function via windows, there it's working. So there must be any problem between SAP and this printer.

 

And as often discussed, merging PDF streams in ABAP is not possible at the moment.

 

Does anybody have an idea to solve this issue?

 

Thanks in advance and kind regards

Marco Kreis

Adobe Interactive form, send as PDF

$
0
0

Hi All

 

I have created an Adobe Interactive form using Webdynpro.

When I run the Webdynpro application, the initial Interactive form is generated.

When User fills the Interactive form and click on Submit, the filled form should be either saved or send to the user.

 

I have  got the XSTRING of  PDF in the pdfsource node,but it is initial.

Again when I save that filled form using  CL_WD_RUNTIME_SERVICES=>ATTACH_FILE_TO_RESPONSE, the form is initial, cant see any data in that.

 

How can I get the filled interactive form ? and then I have to attach that PDF with the workflow.

 

Regards

Anup

How to design the Email layout when you send email from Adobe form

$
0
0

Hi,

 

I am sending the email with PDF form attached while clicking on send by email button in the form. But now I have a requirement to add the logo and body contents in the Email which is sent out.

 

I am currently using the below statement to add CC and subject to the mail.

this.resolveNode("#event.#submit").target = "mailto:" + ZWORK_COM.rawValue + "?cc=" + Header.Table2.Row4.ZEMAIL.rawValue;

 

Please share your Ideas!!!!!!

Any relevant input is highly appreciated

 

 

 

Thanks,

Vignesh

PDF embedding in a Adobe Form

$
0
0

Hi folks,

 

is it possible to embed a PDF-datastream (which comes from backend system) into a PDF Based Form , and if so, how?

 

kind regrads,

oliver

Problem with page break - double header but no records after first header

$
0
0

Hi experts,

 

I would like to avoid situation where at the bottom of a page is only header line, and other records are displayed on next page with header line.

So i'd like to display header line and at least one record on one page and other records on next page, or entier table should start from next page.

 

See image of problem:

Page break problem.png

 

If someone have a suggestion, please share.

 

Thanks
Marko

Reference Screen Fields

$
0
0

Hello everyone,

 

Following an example given on the Cloud Applications Studio help pages, I've managed to reference an extension field on a screen in a client's ByDesign system and print the value on a form, by creating the .ref file and typing:

 

this.zTaskID = this.ID.RemoveLeadingZeroes().content;

 

This works fine because I'm pulling the task ID using an ABSL script in the Production Task .xbo I've created. However, the screen also contains fields from other business objects --- namely, Production Order and Material --- but I can't use the above method because it won't let me write:

 

this.zProductionOrderID = this.ToProductionOrder.ID;

 

or this.zProductionOrderID = ProductionOrder.ID;

 

even if I import AP.LogisticsExecution.Global. So my question is: how do I reference fields from other business objects on my form?

 

Many thanks, Lewis


Get windows login user in Interactive Adobe

$
0
0

Dear All.

 

Is it possible to read windows login user or computer name or computer IP are any windows information

using SAP Interactive Adobe

 


Thanks

Suresh Babu

Dynamic URL in Image field

$
0
0

Hi,

I want to change dynamically image in image field defined by url. I have created context attribute where I pass url into adobe form and I have this code in initialize event of image field:

 

$.value.#image.href = $record.LOGOLINK

 

$record.LOGOLINK is variable with url.

 

But I have no success. How to achieve this?

 

Many thanks for reply.

How to get table height grow dynamically?

$
0
0

Hi Experts,

 

Iam developing an adobe form with header and line item details. The client wants that inspite of whatever be the number of line items,the table containing the line item should have a height upto 10mm from the footer. ie even if i have only one line item,the table height should be fixed on a page.How do i make the table dynamically grow downwards upto 10 mm from footer always

 

Correct answer will be awarded points

Trial Download NetWeaver Java Application Server and Adobe Live Cycle Designer

$
0
0

Hi,

 

I have downloaded and installed SAP NetWeaver Application Server ABAP 7.03 64-bit Trial with the intention of brushing up on Adobe Forms.


I know I still need the JAVA stack and lifecycle designer to get it working.


Is there a compatible trial version available to download.


I've searched software downloads and cannot find it.


Any help appreciated


Thanks

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

Viewing all 1237 articles
Browse latest View live


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