cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the some fields in print PDF adobe form

Former Member
0 Kudos

Hi all

Im working on travel expense form in webdynpro ABAP.I have a requirement of hiding some field in the adobe form.Can anyone tell me how to proceed ?

Thanks and Regards

Reeha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Write Script to the field in Script Editor

Ex:

Initialize Event of the field:

textfield1.presence = "hidden"

by

partha

Former Member
0 Kudos

Hi

can u pls forward some document or link giving the example for same ? And Which script is bieng used usually in web dypnro abap ( formcalc or java script)

Former Member
0 Kudos

Hi Reeha,

In case you need to use any script you may prefer formCalc script, which is very easy to use. You can use any script out of the two as per your understanding and comfort level.

If you require more technical information about FormCalc, refer to the Adobe XML Forms Architecture (XFA) Specification, version 2.4, available from:

[http://partners.adobe.com/public/developer/xml/index_arch.html.]

and

[http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf]

Hope this helps you

Regards,

Gaurav Bhardwaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Reeha,

Could u able to fix the issue? Please let me know how did u do that. I too am facing the same issue.

Thanks,

RK