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

Hide Master Page

$
0
0

Hi Folks,

 

I have a page with fields in design view, which is placed in the content area of the master page.

Now, i want to hide this page based on a condition. I am following the below steps to hide it.

 

I am writing the below code in the design view page (initialization event, form ready event).

 

if ( $.HIDEPAGE_FLAG == "X" ) then

$.presence = "hidden"

endif

 

 

The fields present in the design view page are hidden, but I am getting a blank page. I am not able to hide this blank page.

Can you guys tell if i am missing anything here/how do i hide this blank page ?

 

Kind Regards,

Chaitanya


How to develop a single form for multiple Layouts in Adobe

$
0
0

Hi experts,

 

I have Developed an AdobeForm in Letter Layout.

Is there any settings in ADS/Layout in SFP, for giving print in both Letter and A4 Pages without developing new Page Layout?

We are facing allignment issues, if print is given in A4.

 

Thanks in Advance!

Roopesh

How to hide 'SAVE' button in adobe form layout

$
0
0

Hi  Friends,

 

I have a requirement to hide 'SAVE' button in adobe form layout .They dont want to save the form .

Is there any way to achieve this .I have gone through scn ,but couldnt find the proper solution

 

 

 

Thanks and Regards,

 

Subeesh Kannottil

Multiple Document In Single PDF

$
0
0

Hi Experts ,

 

                   I have a requirement  , I am developing an adobe form where multiple documents are being created son in print preview

                   if I press  the next document then next PDF is opened  , my requirement I want these documents in on single PDF one after another,

                    please guide me how to do this .

Continuation of Dynamic Field in the next line

$
0
0

Hi,

We are developing an Adobe Form.

We are facing the problem when we want to show a i/o field in more then 1line.

Although we have made  it into multiple line for that field it is showing the extra line beneath the field but we want it to get start from the starting of the line

in next line.

 

Below is the Example

 

Getting in this Way:

The designation would be "President of

and would be joining.          Global services"

 

Want in this Way:

The designation would be "President of

Global Services" and would be joining.

 

 

Regards,

Shashikanth

Cell Borders in tables of adobe form

$
0
0

I have a table in adobe form.Table was created using sub forms,all columns are individually defined into a separate sub forms-flowed.

 

In one column,data field will have multiple lines,lines increase according to data,but borders between the columb are not increasing/expanding

according to the data,so I get half line borders

Pleas let me know how to increase/expand the borders between the columbs

Hide/ Delete of the MASTER Page in adobe forms

$
0
0

HI Friends,

 

i am a new of the Adobe Forms. My adobe form has the 5 pages, at the time of execution. i am gettin the 4 page is blank and it is master page.

 

Execution time, i am getting the frist 3 pages with data and 5th page also except the 4th Page, the 4th page it's always display the Empty, please suggest me how to delete/Hide the master page at the time of form display.

 

Can you please help me for this case.

 

Thanks & Regards,

kirankumar P

How To Debug Adobe Form in Production ?

$
0
0

Hi gurus,

            Could anybody please help to debug a adobe form in production system. what is the procedure to debug in production.

 

 

 

Thanks & Regards,

Suman Kumar


ADS error XMLForm DCOM

$
0
0


Hello colleagues,

 

When execute this report FP_CHECK_DESTINATION_SERVICE i have this error,

 

XMLForm DCOM

org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 2 completed: No

 

Can you help me??

 

Thanks.

Alternative for table in deep structure

$
0
0

Hi SAP

 

In a SAP standard form PTRV_EXPENSE_FORM which prints the details of a single expense statement, alternatives are defined for output based on flags which declare if all items in the table have the same currency for example.  As such, currency and exchange rate columns can be suppressed .

 

However in form PTRV_EES_FORM, the output is for multiple expense statements and the flag is set in the deep structure for each expense.  The layout of the form is designed with alternatives in mind i.e. it has the same layout blocks as PTRV_EXPENSE_FORM however the conditional logic in the context has not been coded so it always displays the default block without receipt currency / exchange rate.

 

I cannot see how to code the alternative in context since it does not allow me to select the table with the flags from the deep structure ( i.e. it is passed a table of tables ). I would need EXPENSE_STATEMENT-I_FORM_CONTROL-FC_REC_TAXFREE_ONE_RCURR which does not compile

 

 

 

any ideas ?

 

regards

Ian

How to change co-ordinates of an internal table in page 1 & 2 using offline adobe forms?

$
0
0

Hello All,

 

How to change co-ordinates of an internal table(main window data) from page 2 onwards in offline adobe forms. For e.g., I need to print my internal table around 3-4 lines along with header&footer(only 1st page)in page 1. From 2nd page onwards Internal table should print header and use remaining page til end.

 

Thanks in advance for your help.

 

Thank you,

Janakiram.

Adobe Forms Installation in ABAP

$
0
0

Hi,

 

it is necessary the Java stack to execute Adobe Forms in ECC 6.0, using ABAP?

 

I have tried to configure a service in transaction SM59, but in my system does not exists a J2EE Engine, and the installation guide refers to Visual Administrator, that does not exists either.

 

How can create Adobe Forms only using WAS ABAP?

 

Thanks in advance,

 

Alejandro.

Calls ADS From Java in BW System to Print PDF in ERP System

$
0
0

Dear experts,

 

I have a SAP ERP 6.0 system and a SAP Netweaver/BW 7.0 system.There is a business needs in ERP system to print in PDF format. As far as i know, to print in PDF format we must install Adobe Document Service on Java Stack.

 

Is it possible when printing PDF on ERP system, the program calls ADS on Java Stack from BW system to print the file?

 

Looking forward to hear from you soon.

Thanks in advance

Kris

ADOBE interactive form - Taking long time to Activate

$
0
0

Hi All,

 

We are desining ADOBE interactive form in SAP R/3 via SFP.

But the form is taking unusally too much time to get activated. Even one of the form could not even be activated.

It gave a time out error after around 3 hours.

 

Please help me with understanding the probable reason for this.

 

Thanks & Regards

Deb

Two flowing tables at the same page

$
0
0

I have a requirement to have 2 different tables flow for each page, 1 is for items and another for text footer

 

My current design have 2 content areas for this 2 tables, however, the 2nd table(footer) only flows after the 1st table is finished. What I want is to have the 2 tables flow at the same time.

 

I've tried different methods like having nested tables, etc. but still the same.

 

I have come across this article in SCN but can't seem to get it right?

 

http://scn.sap.com/docs/DOC-46051


Could anyone share some ideas please?


Calling a subform inside loop

$
0
0

Hello Experts,

 

We have a requirement where we have to call a subform as many times as number of entries in an internal Table.

Here is the subform:

Untitled.png

In the driver program, we have an internal table with 4 languages. I have to do mapping for those 4 languages so that the above subform appears 4 times, once for each language. Later on, if user wants to add or remove any entry, he can do it by using the Add and Remove buttons. Add/Remove buttons are working fine and the user can Add/Remove language details manually.

 

My question is, can we call this subform multiple times based on internal table entries?

 

Can you help me with this?

Repeate Subforms In Master Pages

$
0
0

Hi All,

 

Am unable to see repeated sun forms when master pages are repeating based on body pages.

 

Let me explain my scenario

 

I have one master page and one body page, master page i have one repeated sub form contains list of doctors

 

In body page am displaying ordered services which also using repeated sub forms when the data exceeds to first page it is automatically overflows to second page in this scenario repeated sub forms of master page doctors list is not displaying in exceeded second page, but it is displaying in first page.

 

Can any one give solution for this scenario.

SAP Adobeforms is not working on ehp 5

$
0
0

Hi Friends,

 

    I am using SAP EHP 5 in my laptop. I am facing one problem, when i start Adobeforms(SFP TCode) in my laptop and when i clicked on layout, i was showing an error message( Massage no.FPUIFB086 ). I don't know what to do, please solve my problem.

 

                Thank you in advance.

 

My Error Message is "could not found layout designer".

Hidden elements get displayed

$
0
0

Hi,

 

I have implemented an interactive pdf work report which is used by our service technicans. Before sending the pdf to the customer they click on a command button. Then a javascript coding will hide some elements (subforms, table rows), because they contain only internal data.

 

Everything is working fine. But sometimes the technicans tell me, that the customer can see the hidden elements. Firstly i thought, it would be a problem with the viewer, when cusomers don't use acrobat reader. In deed for example Xchange pdf viewer does not hidde correctly. But now i got a screenshot, proofing, that customer uses acrobat reader 8.1.2.

 

I don't think, it's a problem with the coding, because in >99% of all cases it's working fine.

And the technicans definitly did not forget to click on the button.

I tried to deactivate javascipt execution, before viewing the pdf. But even then the elements get hidden correctly.

So i can't reproduce this error.

 

Has anybody an idea, what the problem could be?

 

Thank you!

 

Bye

Peter

Adobe Form : Dynamic font size adjustment

$
0
0

Hi Team,

 

My Client came up with strange requirement. i have a text field in Adobe Form which is having a limited Character length and i am filling up with SAP PO and External PO number. External PO number vary in length. As of now if the length is large than the Text Field size in Adobe Form, i am giving multiple Lines which means It will show SAP PO number above and External PO number Below.

 

My client wants : Adjust it in such a way that both will come in same line, and if length increase it should reduce the font size but should display in single line only.

 

Is it Possible to reduce font size at run time if length of characters is more?

 

I think its quite not possible, but still want to check with experts

 

Any suggestions?

Regards,

Arpit Varma

Viewing all 1237 articles
Browse latest View live


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