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

Conditional Break Not Working Dynamically

$
0
0

Hi Folks!

 

The problem I am facing is on the conditional break in SAP adobe forms.

When I give some condition (and lets say, instructs the system to start the subform from 'Top of Next Page'), it immediately puts the subform in the next page instead of evaluating the condition on run time. Is it the normal behaviour?

 

Best Regards,

Bhaskar


Fill Drop down list in SFP

$
0
0

Hello,

 

I'm creating a custom interactive form with SFP transaction.

 

I need to insert drop down list into my form. So for this I inserted some javascript code:

 

var oItems = xfa.resolveNode("xfa.record.DDOWN");

 

var nItemsLength = oItems.nodes.length;

 

for (var nItemCount = 0; nItemCount < nItemsLength; nItemCount++)

{

DD_OBJECT.addItem(oItems.nodes.item(nItemCount).DATA.TEXT.value,oItems.nodes.item(nItemCount).DATA.ID.value);

}


DDOWN corresponding to my internal table which contains TEXT and ID fields

DD_OBJECT corresponding to my dropdown form object

 

I check in debugg mode that my DDOWN table is not empty.

 

--> In my result form, the dropdown is not filled, and I cannot push the list button.

 

Do you have an idea ?

 

Thanks in advance !

David

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

Sizing for Adobe Interactive Forms

$
0
0

  Hi Everyone,

 

I’m trying to do an Adobe Interactive Forms tshirt sizing.  I’ve went through the sizing document on the SMP and would like to check if there is any information on

 

1.       1. The Memory and Harddisk required. There are SAPS information, but I’m unable to find any for memory and disk.

2.       2. Is there any minimum hardware requirements for the ADS?

Thanks!

Adobe forms - resize table row height dynamically

$
0
0

Hi All,

 

We have a requirement to adjust dynamically the height of a row based on the data, I've tried a several ways but no one work until now.

The table contain 3 columns.

 

Can you please help me to do this without using script ?

 

Thanks a lot for your help.

Mus

MSS Hire form issue in portal on Windows 7 system

$
0
0

Hi,

 

We have a hire form accessing through portal, when a position in the form is selected form loads and populates the organizational data in the form, this is working fine on windows xp system but on windows 7 system when we select position the form is not loading and data is not populated.

 

Do we need to have any specific plugin win 7 systems for Adobe reader or do we have any configuration to be set?

 

Regards.

Javascript does not work in Adobe Reader 10.1

$
0
0

Hi,

 

we are using AIF.

 

Our System data is as follows:

 

SAP EHP 1 for SAP NetWeaver

Adobe Reader 9.5.4

IE 8.07601

ZCI script

 

Our online formular script (javascript) works fine

 

Some other users use following components:

Adobe Reader 10.1

IE 8.06001

 

Our online formular (javascript) script doesn't work

 

Is there a problem with adobe reader 10.1 ?

 

 

Thanks in advance!

How to block translation? How to remove unnecessary translations?

$
0
0

Hi

In SAPscript as well in SMARTFORMS it is possible to block translation or to limit to which languages the form can be translated.

 

How do I do that in Adobe forms?

How do I get rid of translations no longer used?

 

Please help.

 

Best regards,

Jeanette


Adding Fields in the form acc. to country grouping

$
0
0

Hi all,

 

Iu2019ve created a form through HCM forms and process.

I need to display fields in it acc. to the country grouping.

Iu2019ve added fields in the form scenario from infotype PA0002 and version 99(international) screen structure HCMT_BSP_PA_XX_R0002.

But this version doesnu2019t contain 3 fields namely GESCH, MIDNM and PERID and if I add these fields

using the related country structure like HCMT_BSP_PA_US_R0002 or  HCMT_BSP_PA_CA_R0002 its erring out and not displaying the data in the fields as all the other fields are in the structure HCMT_BSP_PA_XX _R0002.

 

Can anybody please help me as to how can I add the fields which has different country groupings.

 

Regards,

Amrita.K

How to develope Offline Adobe Forms

$
0
0

Hello,

The requirement is that there should be adobe form attached in email and user will enter details in adobe form and click on Submit button on the form which will call the ABAP RFC.

 

Can we use webdynpro ABAP to do this developement ?

 

 

thanks

B.

How to block translation? How to remove unnecessary translations?

$
0
0

Hello

 

In SAPscript as well as in SMARTFORMS it is possible to limit the languages to which a form can be translated. It is also possible to block translation completely.

 

How do I do that in Adobeforms?

How do I get rid of translations already made but that should no longer be used?

 

Please help.

 

Best regards,

Jeanette

From Adobe Forms Beginner - Lots of Error

$
0
0

Hi Guys,

 

I'm new at Adobe Forms and i got lots of problems with it. First of all i cant activet my form designs dont know why. Also i got errors when i the example ABAP reports (FP_PDF_TEST_XX). It gives me "SYSTEM ERROR: SOAP çerçeve hatası: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send failed with exception communication_failure  (100.101)." error.

 

Please ppl, help me to fix the problems. I searched scn.com to find a solution a lot but i couldnt solve it.

ex1.jpg

ex2.jpg

Enabling Saving of Interactive Form Data from Fill-able Adobe Form to SAP transp. table

$
0
0

Hi,

 

I have a training to deliver in the next few days on Adobe Forms. I'll be able to demonstrate all functionality of Adobe Forms except Interactive Forms

 

The challenge here is that a Java Stack needs to be purchased and subsequently credentials as per SAP note 736902. This involves a huge cost and will take time.

 

Is there a way that I can at least give a live demo of how data is saved back into the SAP system from Adobe Interactive Forms, without buying Javastack and requesting credentials? I am not sure if there are any free IDES services that are fully configured to allow creation and implementation of Interactive Forms.

 

This will be purely for educational purposes.

 

Your help will be highly appreciated and any suggestions about a work around to give the students a demo on saving data in interactive forms will be welcome.

 

Points will be generously awarded.

 

Regards,

Aniruddha

Wiping off of field content in IT0002 through process and forms

$
0
0

Hi Experts,

 

I am currently working on the a marital status form through P&F.

 

We have observed an issue wherein when the form is approved and the backend table updates, the fields in infotype 02 in particular get wiped off.

 

I figured out that the fields that aren't included/defined in the back end services are vanishing, hence this can be rectified by including those one by one.

 

But is there a way to include all the fields in the process at once so that it does not have to be done manually?

OR

Is there any other way to avoid the wiping off of the field values in the table?

 

Thanks in advance.

 

Regards,

Trishna

SAP Forms by Adobe with Zebra Printers for printing Barcode Labels?

$
0
0

Hello

 

I work for an automotive company that is looking to implement SAP in North America.

 

One of our requirements is to print barcoded 4" x 6" labels off of Zebra Thermal Transfer Printers (Model ZM400).

 

Should we use SMARTFORMS or SAP Interactive Forms by Adobe for our label designs?

 

Are there major advantages / disadvantages with using one or the other when using Zebra printers?

 

Any information would be appreciated.

 

Thanks

 

Peter Graham  


Master Page suddenly moves

$
0
0

For my first assignment using LiveCycle ES2, I have to make amendments to a complex multi-page form.  If I select a field object or subform and make any changes to a Layout property (for example, width), the first Master Page moves suddenly several cm right and downwards, destroying the registration and alignment of the form.

 

Any ideas why it happens, and (more importantly) what to do about it - either how to stop that behaviour, or how to recover afterwards?

 

Thanks for any assistance,

Dave

Create Interactive Form in the background

$
0
0

Dear Experts,

 

I am currently try to create interactive forms including the interface in the background. I almost get my aim. But when the interactive form is created the layout is not set up. Therefore I can't activate the form.

 

There is also no way to give a parameter to the method. See below please.

 

DATA: lo_form                TYPE REF TO if_fp_form,

      lo_form_wb             TYPE REF TO if_fp_wb_object.


MOVE description TO lv_from_text.
lo_form = cl_fp_form=>create( ).
lo_form->set_description( lv_from_text ).
lo_form->set_interface_name( lv_iafc_target ).
TRY.
lo_form_wb = cl_fp_wb_form=>create( i_name lv_iaf_target i_form = lo_form i_devclass = lc_devclass i_ordernum = lc_trkorr ).
lo_form_wb->save( ).
lo_form_wb->free( ).
CATCH cx_fp_api_usage INTO l_exception_usage.
lv_error_iaf l_exception_usage->get_text( ).
CATCH cx_fp_api_repository INTO l_exception_repository.
lv_error_iaf = l_exception_repository->get_text( ).
ENDTRY.

 

Do you have any ideas to help me? I thank you in advance.

With kind regards

Gokselin


Issue when setting background image

$
0
0

Hi Experts,

 

I have created a graphic and included it on my form.  I have set the image to be printed as background by right clicking and selecting 'Send Backward'.  But, the image is being printed on the foreground.  I have also tried 'Send Back', but I am still facing the same issue.

 

I am using LiveCycle 8.  Could this be an issue due to the version of LiveCycle I am using?

 

If not, could you please provide a solution?

 

Thanks & Regards,

Vitish.

Adobe Form - RFFOAVIS_FPAYM

$
0
0

Hi Experts,

 

     Currently we are using a SAPscript with the print program RFFOAVIS_FPAYM. I wanted to know if there is an SAP Adobe form available which could be used with this print program?

 

Regards

Sumit

Adobe forms gets blank

$
0
0

Hi,

 

I am experiencing a problem with SAP HCM Processes & Forms.

 

Sometime the form coming in UWL is blank and doesn't have any details. Although everything seems to be in place and works fine.

 

The frequency of form getting blank is low. Not sure what is causing the form to lose it's data.

 

Can you please help me or suggest why this happens in workflow.

 

Regards,

Himanshu Verma

Viewing all 1237 articles
Browse latest View live


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