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

im unable to open the print screen

$
0
0

Hi

 

Im using adobe forms in my requirement.

 

The problem is i have developed the code as shown below

 

  fp_outputparams-getpdf  = 'X'.
  CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
      ie_outputparams = fp_outputparams
    EXCEPTIONS
      cancel          = 1
      usage_error    = 2
      system_error    = 3
      internal_error  = 4
      OTHERS          = 5.
  IF sy-subrc <> 0.
    CASE sy-subrc.
      WHEN OTHERS.
    ENDCASE.
  ENDIF.

  CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
    EXPORTING
      i_name                    = 'ZFORM_EFORM'
  IMPORTING
    E_FUNCNAME                = lv_fm_name.

*  ls_docparams-langu  = sy-langu.


CALL FUNCTION lv_fm_name
  EXPORTING
  /1BCDWB/DOCPARAMS        ls_docparams
    lt_eform_data            = GT_EFORM_DATA
    lt_history_table        = lt_valid_hist
* IMPORTING
*  /1BCDWB/FORMOUTPUT      =
EXCEPTIONS
  USAGE_ERROR              = 1
  SYSTEM_ERROR            = 2
  INTERNAL_ERROR          = 3
  OTHERS                  = 4
          .
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.

CALL FUNCTION 'FP_JOB_CLOSE'.
** IMPORTING
**  E_RESULT            =
** EXCEPTIONS
**  USAGE_ERROR          = 1
**  SYSTEM_ERROR        = 2
**  INTERNAL_ERROR      = 3
**  OTHERS              = 4
*          .
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.

 

 

 

 

 

But the thing is after executing this program im unable to open the adobe form. Im not able to get the print screen as popup.

Please help me why the print screen is not comming after executing the above code.


Barcode 128B and wrong character encoding?

$
0
0

Hello.

 

I'm using Barcode Type Code 128B in Adobe Form. The Barcode is linked to data field MATNR.

 

If MATNR is numeric barcode information is set correctly. But if MATNR is e.g. 012236-602-26

then our barcode reader recognizes the "-" characters as char "ß".


In the properties of the barcode i can't adjust codepage or font type.

 

Anyone has experience with this issue ?

 

Best regards,
Sebastian

ADD new page in adobe forms

$
0
0

Hi!!!

 

how to create a button in adobe forms to add a new page?

 

 

Anyone has experience With This issue?

 

Best regards,

Populate Text module with internal table field value and show on Adobe form

$
0
0

Hi Experts,

In the form interface, there is a table say 'Items' which has 3 field say A, B, C.

 

I have a text module created via tcode 'smartforms'. The text module 'T1' should have some dynamic content like 'Item number is &items-B&'.

I need to display a table on form which should look like:

 

| Col1          | Col2  | Col3         |

-


<items-A>

<T1>

<items-C>

<items-A>

<T1>

<items-C>

.....

 

But the text object actually need a field which has data, incase of table it should be table with index specied. E.g. &items[1]-B& I can't hardcode the index since I need the data to be populated based on current index.

 

Now,  in the form context, should I add T1 Text field under the same node as table or outside it? Can you suggest how to solve it?

 

Thank you!

 

Need help in colouring the subtotals table row

$
0
0

Hi All,

 

I am Printing the  sub totals based on the Comany code and currency in the Internal table. I mean for every new company code and new currency, i am printing the subtotal value of amount.

 

Now my requirement is that subtotal row should be coloured with yellow colour.

 

I understand that some scripting logic should be written.

 

I have written at row level some logic. But its not working.

 

Can anyone please help me out.

 

Below is the code which I have written in Java script in Initialise event.

 

 

data.FIRST.ListofItems.Table.Table1.Row1::initialize - (JavaScript, client)

 

if ( FIRST._ListofItems.TABLE.TABLE1.ROW1.XBLNR == ' ' ) && ( FIRST._ListofItems.TABLE.TABLE1.ROW1.BLDAT == ' ' ) && ( FIRST._ListofItems.TABLE.TABLE1.ROW1.BLDAT == ' ' )

{

 

this.border.fill.colour.value= "200,200,200"

 

}

 

 

Thanks and Regards,

Karthik Ganti.

Smart Forms with editable fields and signature field provided by Webdynpro ABAP

$
0
0

Hi,

 

i've created an interactive smart form.. Everything fine. The preview of the adobe livecycle designer looks excellent, every field is editable, the signaturefield is signable...

But when i try to test my form using transaction SE80 i'll get a pdf without any signable field, without any editable textfield and so on

 

I've used the standard printer ZPDF1 for that purpose. (PDF1)

 

Every value provided by the interface is displayed correctly in the pdf , but no field offers the possibility to change values anymore the pdf looks like a real printed document.

 

I want to build a webdynpro application where the user gets a pdf in the last step, where he or she is able to edit single values in the prefilled PDF and afterwards to sign this document with his/her digital certificate...

 

hope you could help me

 

kind regards

christian

Problem with drop down list

$
0
0

Hello experts,

I am trying to create drown down list in adobe form by using webservices. The problem is drop down is showing only one record even though it has 20 records. Please help.

 

Regards,

Mohammed Quddus.

How to Color a particular table row in adobeform ?

$
0
0

Hi Guys,

 

  I want to know, how to color a complete row of a table based on some condition in adobe form...

 

I achieved coloring a particular cell in the table of adobe form through the below java script,

 

if (<condition>) {

this.border.fill.color.value = "200,200,200";

}

 

But not able to color the complete row, plz help me out...


System Error:ADS :com.adobe processingException:XMLFM Exception during render Exception

$
0
0

Dear All, We have configured ADS in DEV and QAS it is working fine. We have done the same configuration in PRD but it is giving the following error when we execute the program FP_CHECK_DESTINATION_SERVICE: SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE(200,101). Exception of class CX_FP_RUNTIME_INTERNAL System Info : SAP ECC EHP6 SAP NW 7.31 Kindly suggest some solution. Regards, Mustafa

Excel attachment is not working for HCM forms

$
0
0

Hi all,

 

User attached an excel file to HCM process and forms as requestor.

In approver not able to open excel attachment because the file is broken.

 

It is working find to attach others format attachement, i.e. msword file.

Is excel attachment is not supported in HCM process and forms? Or any configuration need to be setup first?

 

br,

Prakesh.

Interactive Form

$
0
0

Hi Experts ,

 

                     I have a question . In Adobe interactive form after print preview , can we make changes in input field and save the changes into system.

 

                    with out download it or without the help of webdynpro.

Tbarcode/SAPwin software printing SAP symbols

$
0
0

We have installed the TBarcode/SAPwin software on our Windows 2008R2 print server.  We have configured the printers to Device Type SWIN, Host Spool Access Method 'S' and configured the Host Printer and Destination host correctly.

 

With the Device Type as SWIN the SAP symbols do not print correctly.  If we print using a HP Device Type the SAP symbols print correctly.

 

We are running ECC6.

 

Does anyone have a solution?  We need to use Device Type SWIN in order for the TBarcode/SAPwin software to print barcodes.

How to print an Image dynamcially from Business store document

$
0
0

Hi Guys,

 

I would like to print the Image through URL dynamcially. I have followed the below process.

 

I need to print the image which is stored at business store document in equipment. ( IE03->Services for object->attachment list ).

In the above path there are some images. I need to print that. If I double click it it will give an URL.

 

I have used function module  'ALINK_RFC_DOCUMENT_URLS_GET' to fetch the URL. now this URL is passed to a variable and I am using this variable in context for binding.

 

In the Form, I have created an image field and binded with the above global variable. ( Also checked the embeded Image data ).

But I am not able to display the Image.

 

Apart from this, Is there any scripting logic to be written to print the Image.

 

Can anyone please help me out in achieving the same?

 

 

 

Thanks and Regards,

Karthik Ganti.

Change the position of subform in adobe forms

$
0
0


Hi,

 

I have a requirement to change the position of subform(y co-ordinate) in offline adobe forms.

 

My subform is positioned and my code is:

 

this.y = "10 in".

 

Though this question has been answered a few times,I could not find the answer in any of them.

 

Please suggest...

 

Thanks and regards,

Raka.

Adobe LiveCycle Designer License

$
0
0

Hello Guys!

 

I need to read license to install Adobe LiveCycle Designer from NOTE, where write that it's free for SAP. Where I can do it?

 

Thanks.


dynamically set y axis (position) with javascript

$
0
0

Hello

 

I wonder if it is possible with javascript to set a y position of flowed subform in non interactive adobe form?

 

For example: For a certain subform  which is inclued in (flowed) main I want to be shown at certain vertical (y) position but only in the last page at bottom of main.

 

Last page I can find with

if(xfa.layout.page(this) == xfa.layout.pageCount())

 

but when changing

this.y = "100 mm"

it doesn't changes subform position.

I also tried with this.y = "100in", but result is the same.

 

Does anybody now a solution?

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

page break number

$
0
0

Hi!!!


I need page break, just passing the total of pages that I indicated in my call to my function adobe forms

Anyone has experience With This issue?

 

Best regards,

Required Script for Adobe Form

$
0
0

Hi experts,

 

    I required your urgent help for my development. I made a adobe form for customer ledger. Form is divided in 3 parts as shown in below image:

 

Form1.png


Header sub form will print on each page if form is more than one page. Then Body will grow to multiple page according data. Next is footer, it will print on last page (either last page is 1st or 4th page) positioned bottom. The problem is that in some situation. Like it prints Header, then prints body sub-form for open item. It grow according data. suppose that open item end on second page then footer should be placed on second page at bottom aligned. Footer sub-form is 2 inches( or 10-12 rows) in height. It should be checked that after end of body subform how much space is available. if there enough space for footer to be print then footer will print on same page other wise it will create one more page, at top of that page will print header sub-form and then at bottom aligned footer sub-form (there would be blank space between header and footer).

  How to do that. Your help would be appreciate.

Please reply asap.



Thanks and Regards

Piyush Kumar

FLM Form error

$
0
0

Hi Experts,

 

The user has submitted one form through portal and when we are trying to view that form in Form Quick Viewer it is giving error as "Form not available. Contact SysAdmin."

 

Your help will be much appreciated.

 

Thank you.

Viewing all 1237 articles
Browse latest View live


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