cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form design ?

Former Member
0 Kudos

Hi All,

I have designed an Adobe Form in the NWDS Adobe Designer.

It fetches data from BAPI and on Click of the Submit Button Sends it back to BAPI.

However I am really stuck up at two places.

1) I have two radio buttons and on select of 1 radio button the dropdown list should get populated with some data from BAPI. And on select of the other the drop-down list in the pdf form should get populated with some other data from the same BAPI.

<b>How can i code that in scripting language ?????????</b>

Please help.

2) In the Adobe form, the background appears as "Draft And Not for production Use"

<b>How do i remove this ???????</b>

Thanks in advance,

Samta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Samta,

You need to use Form Calc scripting language.

/Raj.

Answers (3)

Answers (3)

debasish_panda
Explorer
0 Kudos

Hi Samta,

You can definitely use scripts to achieve the radio button functionality.

I would prefer "JavaScript" here as you need to control the flow prgramatically.

regarding second issue, you can improove by getting a licencsed J2EE Engine with licencsed ADS and ACF and a valid Credential.

Regards,

Debasish

Former Member
0 Kudos

You can also use Javacript

write some javascript code on the change event of the radio buttons.

something like <NameOfDropDown>.addElement("test");

there is a pdf document available from the adobe site

http://partners.adobe.com/public/developer/en/xml/Adobe_XML_Form_Object_Model_Reference.pdf

this is just an overview of the objectmodel.

I hope you have some experience with javascript

markus_meisl
Active Contributor
0 Kudos

Hi Samta,

I'll answer your second question:

The watermark is created by the credential delivered by SAP with the Sneak Preview. The credential is required by Adobe document services for generating the PDF.

If you get a 'full' NetWeaver from SAP (as a customer), you will also get a credential without a watermark.

Kind regards,

Markus Meisl

SAP NetWeaver Product Management