Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to connect abap function module with adobe liveCycle designer .

Former Member
0 Likes
579

HI there,

i need your help, i want to create a simple PDF form with only two fields as "number" and "sum" and a "check" button

if i insert value in number button it should display value in sum field with value 10 added to it. i want it to do using ABAP function module , i wrote a function module with one import variable as number and one export as sum, and code as

"sum = number + 10" , now my question how can i use this function module to connect with the PDF form so that back end will be my function module and front end will be my pdf form.

thanks and regards,

Syed khutubuddin.

HI there,

i need your help, i want to create a simple PDF form with only two fields as "number" and "sum" and a "check" button

if i insert value in number button it should display value in sum field with value 10 added to it. i want it to do using ABAP function module , i wrote a function module with one import variable as number and one export as sum, and code as

"sum = number + 10" , now my question how can i use this function module to connect with the PDF form so that back end will be my function module and front end will be my pdf form.

thanks and regards,

Syed khutubuddin.

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi,

ADOBE LIFE CYCLE DESIGNER software has to be installed on your pc

only then layout will work

Regards,

V.Balaji

Reward if Usefull...

Read only

0 Likes
457

HI balaji ,

thanks for your reply Balaji,i need some more help from you , adobe live cycle designer is installed in my pc, only thing is the connectivity between the function module and live cycle designer , i know the process to some extent but forgot , some render folder is needed for that and i have to create WSDL file for connectivity if you know this process please give me some brief details regarding creating a WSDL file.