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

DataMatrix Barcode with special separators

$
0
0

Hi all,

 

we have to create a new AdobeForm containing a DataMatrix barcode with the following special characters:

 

GS = group separator = hex 1D or decimal 29

RS = record separator = hex 1E or decimal 30

EOT = end of trnasmission = hex 4 or decimal 4

 

The content could be something like this (placeholders replaced by the special separator sign):

[)>RS06GS2K200612542GSP1068420081GSRSEOT

 

Please, can anybody tell me how to include these separators into my barcode data?

 

Thanks

Thorsten


Problem with Headerline and Position text

$
0
0

Hi

I am struggling with an issue which I hope you can help me solve.

 

I have an invoice form.

I want a number of ITEM LINES, and for each item Line I want to write a POSITION NOTE. And of course a HEADER, that should be shown on every page.

Very straight forward you would say. Unfortunately I cannot get it to work

 

For some reason I cannot have the header and the positions notes in place at the same time....

I have had these scenarios:

 

An invoice with a high number of lines, for each of the item lines 10, 20 and 30 a Position note was created.

 

a) Header Line, nice in place on every page

    The Position note shows only  POSITION NOTE 30 on item Line 10 !!

 

b) Header Line nice in place on every page

    The position notes 10-30 listed nicely AFTER all item Lines

 

c) Header line shows for EVERY ITEM

    But the Position notes nice in place for the item Lines 10-30

 

 

I have tried so many combinations that it is impossible to list it alle here.

The inserted TableStructure.jpg. shows the table of my itemdata

and the Hierarchy Layout.jpg  shows what it looks like in the layout just now.

 

The interesting part is The Item lines (ITEMDATA) and the Item texts (TXTDATA)

The LONSUM data in between is not a problem (I think)

 

There are no conditions connected to neither of them.

 

My questions to you is - how would you work with my table (GT_FAKLINIER3) to achieve the desired result?

 

Looking forward to hearing from you.

 

Best regards,

Jeanette

TableStructure.JPG

Hierarchy Layout.JPG

Adobe forms: MOVE UP the text field/subform

$
0
0

Hi friends,

 

IF any one of the text field is initial then hide that field and move up the remaining fieds/subforms.

Is it possible to move up the fields.

 

Thanks with Regards,
Vallamuthu M

Modify the std offline form for perf Appraisal, HAP_PDF_OFFLINE_FORM

$
0
0

Hi,

My requirement is to modify the standard adobe form HAP_PDF_OFFLINE_FORM for layout changes. Basically the table data HAP_S_PDF_DOCUMENT has to be bind to multiple subforms of similar structures and different in layout. For example, 5 rows of the table in subform 1 and 3 rows in subform 2 and rest of the table rows in 3rd subform,


Is this possible? Please share your thoughts. If it can be done by scripting, please give me some sample.


If it is just the print layout, I would have done it. We need to be able to upload the form again and with a little change in the existing subform, std upload FM is giving me exceptions.


If you have already modified, your downloaded form XML would be helpful..


Thanks, -Raj

Text overflow

$
0
0

Hi All,

 

There is a table in my form and for 1 particular column 'Description', whenever the description is too large the text is overflowing into the cell below it in next row. Can anyone suggest how to prevent this, i tried the 'Expand to fit' option in the Layout palette , but it is not working.

 

Thanks in advance

Adobe Forms - Multi language

$
0
0

Hello experts,

 

i have the requirement that i have to create one form for multiple languages (German, english, italy,...). It is only a print form.

 

The texts are non standard.

 

Can you tell me the best way/ways to implement this? Is there any standard how to do?

 

Best regards,

Philip

Adobe Interactive Forms Tutorials for Beginner

$
0
0

Hi Experts,

 

I am new to Adobe Interactive Forms. Just gone through some documents. Saw some sample forms. But i need some tutorials guide to start the developement in NWDS. Kindly help me.

 

Thanks,

Bidyut

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


How can we hide a empty row from master pages of adobe forms

$
0
0


Hii All...

 

I have a requirment likei hav a table in adobe form there are 4 rows. I want that if in  2 and 3 row if there is not data it should be hide.

right now i am getting blank line here i want to remove it also and 4 row come at place of second row.

Could someone please help me ?

 

Thanks

How to populate an image in Adobe Interactive forms using webdynpro?

$
0
0

Hello,

     I'm trying to display an image on an Inetractive adobe form using webdynpro. Here is what I have done till now:

1. I have the image data in xstring format.

2. I have created an image field in form layout and binded it to the context attribute which i'm setting at runtime with the xstring format data.

 

Issue : the image is not getting populated on the form.

 

I have tried it using ABAP dictionary interface for an offline scenario and it's working fine. But for interactive scenario where I'm using xml schema based interface, I am not able to find any option to insert a graphic node as we do in case of ABAP based interface/form.

 

please suggest.

 

thanks,

Aniket 

Dynamic Data Matrix barcode on very small label

$
0
0

Hi

 

I am trying to create a dynamic (calculated) 2D barcode on a very small label, using Adobe LiveCycle Designer.

 

I have specified a Paper Forms Barcode, with Data Matrix symbology, with a unit width of 0.0133in. There will be a maximum of 14 ASCII characters in this barcode, derived from an XML datsource. The problem is that I cannot shrink this design element down to the approximate size of the generated barcode - there is a lot of white space around the barcode, and I cannot move the barcode outside the limits of the form to compensate.

 

Is printing such a small barcode on a very small form even possible in Adobe LiveCycle Designer? The final label may be around 0.5 inch wide by 0.25 inch high, and this is the off the shelf solution provided for printing from SAP Manufacturing Execution.

 

Thanks

 

Stuart

Problem using i_oi_container_control->get_ranges_data

$
0
0

Hello,

 

I want to select specified worksheets from an excel-sheet by using the methods open_document,  get_spreadsheets_interface, get_sheets,

select_sheet, set_selection, insert_range and get_ranges_data of i_oi_container_control.

The whole process works fine when testing several excel-sheets which got more than one worksheet. But trying it on the excel-sheet for which the whole thing was created (with three worksheets) the program ends up in a total hang-up.

 

The problem starts within get_ranges_data: debugging shows me that the program hangs forever when calling 'OLE_FLUSH_CALL' (this cannot be debugged any further). The selected excel-sheet sits on my PC. When the hang-up is "active" I can see within task-manager that excel.exe has been started.

The whole thing can only be stopped by killing both SAP-GUI and Excel. Starting Excel again I get the information that an excel-sheet with a cryptical name (indeed it has the contents of my selected excel-sheet) has been recreated. Obviously this is the result of the hang-up. But there is no hint to the reason. All this only happens with one certain excel-sheet (unfortunately the one I need), others work fine.

 

Has anyone an idea what ist behind this problem?

 

We use SAP ECC 6.0 (no EHPs) on IBM-AIX, SAP-GUI 7.30 (Patch 5), Excel 2007 and Windows 7 64 bit.

 

 

Thanks a lot  and Merry Xmas!

 

 

Dietrich Kunze

 

Bayerische Versorgungskammer

Munich

Germany

Adobe Forms Table Field Rotation

$
0
0

Hi experts;

 

I have an issue with the text fields of my table body.

I want to rotate field in table but ı am getting error as my attachment photo.


What can i do?


( Not : Allow Page Breaks within Content     not active)

PDF Version 1.7 (Reader 9.x) not supported by SAP Adobe Document Services?

$
0
0

Hello,

The problem: I use Adobe Livecycle Designer 9 for development of Adobe Interactive Forms. The properties of my ADIFs are set to PDF Version 1.7 (Reader 9.x). Therefore I use XFA-Framework 2.8 in my JavaScript. In preview mode of adobe livecycle designer (in transaction SFP) everything works fine. But if I use sap (just try to test the form in trs. SFP) to generate my adobe form, some JavaScript coding does not work.

 

Reason: Adobe Document Services supports PDF Version 1.7 with Rader 8.x (=> XFA Version < 2.8).

By the way the PDF Version on ADS is set to 1.6 (Reader 7.x) by default. If you want to change it use note [834573|https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=834573] or set PDFVERSION - parameter to = '1.7' when generating the form in your code.

 

My question: Does anyone know if it is or going to be (before the next millennium) possible to update/whatever the Reader Version to 9.x on adobe document services? I only could find the mentioned note [834573|https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=834573]. The king of out-of-date-updates (=sap) only mentions the reader version 8.1 there.

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.


Number of Pages in Body Page

$
0
0

Hi All,

 

i have a problem that i cannot solve because i cannot read the number of pages in Body Pages.

I try to explain better:

If i want to hide an element in the Master Page i can inserting this code in the element

if(xfa.layout.page(this) > 1) { this.presence = "hidden"; }

and it works!

 

but if i do the same with an element in Body Page it doesn't work... why?!?

 

 

Thanks a lot

KR

Massimo

Data in Adobe form not flowing to next page

$
0
0

Hi,

 

I am designing an Adobe form, which contain several fields. Many of the are having multiple line items.

My problem is that, the data in my form is not flowing to next page.

I have taken every content inside subforms and all of them are FLOWED.

I have also selected ALLOW MULTIPLE LINES. But in spite of doing all efforts, data is not flowing to the next page.

 

Can somebody please help me in this scenario? Let me know what needs to be done to flow the data to next page.

Control Level Functionality.

$
0
0

Hi Guys,

 

I need to Group a Table by two fields : Example first group is on the Product Type and a further Grouping inside is on the Business Partner.

I have been trying to group by only the Product Type first but it doesn't seem to work right.

 

I have created the control level group in the Context and used Subforms to try and group it. But the Group level field is repeating for every record.

 

Expected : -

 

Product Type 1

Row1

Row2

Row3...

Product Type 2

Row1

Row2

Row3..

 

Current : -


Product Type1

Row1

Product Type1

Row2

Product Type1

Row3

Product Type2

Row1...

 

Any help is appreciated.

 

Regards

Piyush Sharma.

Facing the Error while opening the PDF Document generated by Adobe Forms

$
0
0

Hi,

I have created an Custom Adobe Form and calling this form through a Custom Program and generating the PDF and could able to download on to my desktop but when i am tyring to open it i m facing the below Error.

"There was an error opening this document. The file is damaged and could not be repaired" .

 

Please help me in this regard ASAP.

Please do find the attached error screen shot.

 

Thanks

Sushil

Dynamically binding in Formcalc

$
0
0

Hello,

 

please help with followting problem.

 

I need to change a binding of a text field (bedrate) dynamically depending of value of another field (FKART).

I can already change a caption of a field (bedrate) but not a value:

 

if ( xfa.form.data.#pageSet[0].Seite1.FKART.rawValue == "ZIFS") then

    bedrate.caption.value.#text = "Service Tax %";

    $ =?????

endif

 

 

How can I update binding for field (bedrate) to $.DATA.SUMS.SER_RATE?

Do I need to use "record" or smth else?

 

Thanks

 

Evgenij


Viewing all 1237 articles
Browse latest View live


Latest Images

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