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

Subforms repeatable on each page

$
0
0

Hello!

 

I´m searching for a solution for a problem and i hope anybody of you can help me!

In the following i will try to describe it:

 

I develop a component consumption list in adobe forms. I must list out the complete consumption of a suit.

The basic data are production orders, which can contain different suits. I developed a deep table where i have for each suit the corresponding consumption. For each suit, i have to do a page break and then list out the consumptions.

In my form, i have to list out some fields corresponding to the suit (not on the master page) and a table, where i list out the consumptions.

The fields are organized in subforms.  If the tables reaches the end of the page, a page break occurs and then the listing goes forward on next page. My problem is, that i want to have the header fields in the subforms not only on the first page but also on the second, third and so on till the consumption table ends. After it ends, a new suit leads to a page break and the header informations are belonging to the new suit.

 

My structure is the following:

--> Position (contains suit informations)

-----> Parts ( a suit consists a jacket, trousers and waistcoat)

--------> Components for each part

 

So my question is, how can i achieve that the informations for the suit will be shown on each page? Or can i repeat the subform on each page?

 

To do it in the master page is not possible because a production order can have more than 50 suits in it. I must creat a form for all suits in the production order. A possibility could be, to create for each suit a form and merge them after the last form is created together. But i´m afraid that this costs a lot of performance and time.

 

Does anybody of you have an idea for a solution?

 

Regards

 

Barney


Development of Adobe Document Forms; NWDI necessary?

$
0
0

Hello,

our customer plan to develop Adobe Forms. Is for this a seperat installation of a NWDI necessary?

 

kind regards

Lutz

How to set border color individually ?

$
0
0

Dear Friends:

     Happy new year .

     I meet a technical problem in script , I would like to dynamically set border color in script .

     Ex.

     Top and bottom border set blue

     Left and right border set red

 

      I am aware of the property of "bordercolor" what can set border color , but it is for whole border in same color .

   

     Is there other object and property for border color individually setting in script? Please help .thanks a lot .

Save PDF Output as attachment

$
0
0

Hi,

i want to save my output as attachment document.

          the problem is my data in loop when output comes save only current page not as document ,

My requirement is save adobe forms as attachment . please replay asap

regards,

rucha

.....

 

Message was edited by: Dezso Pap

Table Data ( Designed in Master Page) not repeating on next page

$
0
0

Hi Friends,

 

I am facing an issue where I am not getting Table Data on next page while it is displaying on page 1. This is designed under header part of the layout at Master Page so I believe it should get repeated along with data. But this is not happing. Although the data is displaying like document no and date from header which also designed in Master Page.

 

Master Page->Page1->Subform(Postioned)->Table1(Address)

 

Please help me out.

 

-Rick

SAP Note 736902

$
0
0

Dear Experts,

 

I don't have service.sap.com but, would like to know what is mentioned in SAP Note 736902. Can anybody download it and send it to me.

 

Thanu

How to merge pdf output as attachemnt and download the complete attachment

$
0
0

Dear All,

   I was new in sap interactive form , my current requirement is download pdf as attachment because when im download data its downloaded as single page not attachment. please help us.

Date format - Month Issue in Spanish

$
0
0

Hi All,

 

I need to display date in DD/MMM/YYYY format and its working fine in English.

But for Spanish(ES), it is showing the month in lower case. like 22/ago/2014 which is 22/Aug/2014 (in english).

Could any one please help me to get Spanish month upper case or first letter in upper case.

 

Thanks,
Chandra.


Adobe forms from scratch - Standard programs?

$
0
0

Hi,

 

I have just begun trying to implement Adobe forms from scratch at my company. Previosly we have used an external printing solution so I can't convert anything. My plan is to create a new output medium and let the users select the new type by themself. But I have a couple of questions:

 

1. How do I create a new medium (Examples: Print output/Fax/Telex, as found in t-code NACT - Processing routines)

 

2. I guess there are SAP standard printing programs, interfaces and forms, but I can't find them. I need to be able to print all the usual docs from orders, deliveries and invoices. All I have in NACT are old home-made (Z*) programs so if you know what SAP think we should use now, please let me know!

 

We have ERP6 ehp4 on netweaver 7 ehp1 and I have created one "Adobe form" myself so I can confirm that it works. but I don't want to invent the wheel twice...

 

Thanx in advance!

 

 

Br Linus Hellsing

Printer tray's

$
0
0

Hello

I have the following requirement:

The form purchase order is to be issued for each purchasing group into a different Printer tray:

Group1 to tray1

Group2 to tray2

and so on

(about 8 groups).

 

I know that I can define the printer tray’s in a XDC-File and I can set in the form the paper type.

But I’m not able to find a solution, how I can tell the form witch try is used for group 1, group 2, etc.

 

Many thanks in advance for your help

 

Daniel

Adobe Form translation in to different languages

$
0
0

Hi All,

 

Can you please guide me through the procedure/process of "how to translate Adobe forms in to a different languages".

 

Thanks.

adobe interactive forms submit button does not work

$
0
0

Hi Guys,

 

I am using adobe reader 9.4 and  my system is ECC6 netweaver 700 EHP2

 

My browser displays online form but when i click on submit BUTTON nothing happens. my abaper has set a break point for SUBMIT and it should trigger it but

 

nothing happens. i had looked in the previous forums but could not identify the problem.

 

Is this a problem of ACF or it is automatically installed as I am working on ECC6...

 

i searched in tools-->manage addon but could not find SAP ACF entry... I am useing Internet Explorer 8.

 

I had also checked by lowering the version of adobe reader to 7.1, but still the same problem exists. so i installed adobe reader back to 9.4.

 

 

and need a clarification: is it done in the coding part or any configuration is required.

 

any suggestions

 

thanks

ADOBE PRINT BASED: javascript for accessing data not displayed in page

$
0
0

Hi

 

I am running into issues when trying to access the contents of an context [form of internal table] that is not displayed in the page.

 

Replica of my data view is:

 

ZFIEXPRS

|____CARDS

     |__DATA

          |___ACCOUNT

          |___SCORE

          |___FRCSF

          |___TEDSE

          |___FLAG

 

With the program been triggered it extract 25 records and creates 25 pages. In each of the page I want to display a text based on the contents of the context element FLAG,

 

I tried to access the FLAG by:

 

this.parent.dataNode.CARDS.DATA.FLAG.value;

 

But i could see that it access only the first instance of the node and the same is copied to rest of the page, in other words only the first entry of the internal table is accessed. How i can access this variable in each of the page, such as in page one it would be CARDS[1]-FLAG, page 2 it is CARDS[2]-flag etc etc? Pls can any help be offered?

Add dynamically footer image to a adobe form

$
0
0

Hello,

 

I need some advises how to add dynamically footer image to the adobe form.

Example: Purchase order will be created by 3 different plants -  PL01, PL02 and PL03.

Depends on the plant I need to have different footer image (plant address).

 

Can you please describe where to store my images, how to link adresses to image boxes in the form and how to switch depends on the plant (e.g. Formcalc).

 

Thanks,

 

Evgenij

Dynamic Labels

$
0
0

Label.jpg

Hi All,

 

Is it possible to print labels as given in the attachement.

The height and width of each label is dynamic.

Even the number of columns is dynamic.

 

Please suggest.

 

Regards,

Tharanggany


Send Parameter from workflow to interactive form?!

$
0
0

HI Experts

 

Im working on a scenario as below:

 

We created an interactive form that allow a person to request for a loan, but in our scenario an employee must introduce 2 person (employee of company) as guarantors for payment. in our workflow we created a method that allow us to find that guarantors based on entered employee numbers and send the approval form to them , indeed our Method returns First name and Last name of employee.

 

Question:

 

How can i send First Name and Last name of guarantors from Workflow back to the interactive form in order to update the info type?

 

any substitute way to complete the task is highly appreciated.

Development of Adobe Document Forms; NWDI necessary?

$
0
0

Hello,

our customer plan to develop Adobe Forms. Is for this a seperat installation of a NWDI necessary?

 

kind regards

Lutz

Question about printing SAP Interactive Forms by Adobe

$
0
0

Hello,

 

I hope somebody can help me with my problem.

 

We have some SAP Interactive Forms in our company that were saved on a Windows file server. I read this documents via OPEN DATASET into a internal table which contains the binary data of the Interactive Form. Then i use the function module SCMS_BINARY_TO_XSTRING to get the data into XSTRING format. Then I open a ADS Spool request via function module ADS_SR_OPEN to write the XSTRING data into a ADS Spool request (  ADS_WRITE_TO_FILE). At the end I confirm the Spool request via ADS_SR_CONFIRM and close it via  ADS_SR_CLOSE.

 

Now i can see the new Spool request in transaction SP01. The Spool looks good and I can print preview it by clicking on the PDF symbol. But the problem is that i can not print it on a network printer. The network printer is customized as device type PDF1. The result of printing is that the printer prints out a paper with the following text.

 

Please wait...

If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.

 

Does any one have a idea what I can do to fix this problem?

 

Thanks in advance.

 

Andreas

XDC File Modification - Multiple Tray issue in HP P4014

$
0
0

Hi Experts,

 

We have a requirement of printing checks from multiple trays - first page of the adobe form containing the check should be picked up from a printer tray1  having special paper (with blue background) and 2nd page onwards it will pick up from tray 2 of the printer having normal Letter sized paper.

 

The printer in use is HP P4014 which supports HP PCL 5e, 6 & Postscript Language level 3.

 

I have obtained a hppcl5e.xdc file and modified it with tray numbers and media mapping.

 

The problem I am facing is there is no document for HP printers PPD file or PCL escape sequence for Tray for this particular printer model. Therefore I am not sure if I am using the correct tray nos. To direct papers to correct trays I am using Letter paper type for first page and LetterSmall for second page onwards.

 

I have referred to the following links and OSS notes as reference for resolving this issue -

 

XDC Scenarios for Print Control

http://help.sap.com/saphelp_nw70/helpdata/en/57/7076f4c8384ca084413bf1e480e3f0/content.htm

 

How to define output trays

 

https://service.sap.com/sap/support/notes/8928 - Note 8928 - List of supported printers device types

 

https://service.sap.com/sap/support/notes/1365714 - Note 1365714 - TROYMICR: Incorrect print output with 701/711/720 kernel

 

https://service.sap.com/sap/support/notes/94233 - Note 94233 - Support of MICR font

 

https://service.sap.com/sap/support/notes/766410 - Note 766410 - SAP Interactive Forms: XDC scenarios for the printer control

 

https://service.sap.com/sap/support/notes/1135055 - Note 1135055 - Printer Vendor Wizard Note: HP

 

https://service.sap.com/sap/support/notes/1097990 - Note 1097990 - List of Printer Vendor Wizard Notes

 

https://service.sap.com/sap/support/notes/1103826 - Note 1103826 - Printer is missing in the Device Type Selection Wizard

 

https://service.sap.com/sap/support/notes/1036961 - Note 1036961 - Device type selection wizard in transaction SPAD

 

 

Please let me know if anybody in the forum has faced such issues.

 

Thanks and Regards,

Rohit

CORBA Connection to XMLForm failed...

$
0
0

Hi,

 

we are configuring the ADS and are unsuccesful. Here are the details:

-The Java instance (NW 70 SPS18) is installed on a seperate instance.

-The ERP 6.0 instance is ABAP only (NW70 SP15).

-OS is Solaris 10 64bit (supports ADS 32 bit acccording to the PAM),

-DB is Oracle 10.2

 

The RFC connection from ABAP to Java is working (HTTP 302 is returned)

The J2EE Destination is working (Error 404 is received but this is Ok accoding to manual)

 

The FP_PDF_TEST_00 program returns the version number of the ADS

The FP_TEST_00, FP_CHECK_DESTINATION_SERVICE (with and without RFC destionation) and FP_CHECK_HTTP_DATA_TRANSFER (with and without RFC destionation) all crash with the same error. This is also logged in the Default Trace of the Java instance:

 

"CORBA Connection to XMLForm failed, please verify the binaries are deployed to the os_libs directory and that the XML Form Module service is started". You may be running on a non-supported platform.

 

[Error Log file "2009.12.07.165337SAFP<USERNAME>.pdf" written to/usr/sap/<SID>/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]"

 

Service XMLFormService: Native process (PID=0) /usr/sap/<SID>/JC##/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm.exe terminated abnormally with error code 9

 

ld.so.1: XMLForm: fatal: libX11.so.4: open failed: No such file or directory

 

couldn't set locale correctly

 

 

The binaries are there however. When executing the XMLFom.exe from the shell using sidadm it returns pretty much the same errors as listed above. It's looking for the files in /bin/ instead of /usr/sap/<SID>/JC##/j2ee/os_libs/adssap/XMLFormService/bin but this could be that your not supposed to run the script from the command prompt.

 

interestingly enough, the generated PDF error files are ok. And in the PDF the message is "no errors reported".

 

I've renamed the adssap folder as suggested in some forums and the folder was regenerated. However, it made no difference.

 

I've configured ADS quite a few times now, but never ran into this. It seems to be an OS related problem, but I could use some help resolving it.

 

Cheers

marcel

Viewing all 1237 articles
Browse latest View live


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