cancel
Showing results for 
Search instead for 
Did you mean: 

Sample code for creating and display of Adobe form using Web Dynpro ABAP

Former Member
0 Kudos

Hello all,

I have a requirement on project regarding Adobe forms where I need to create the Adobe form and this is called using Web Dynpro ABAP.

Can any 1 please help me with the Sample code.

Following is the requirement:

Its an Online and OffLine form for user.

1. We have to show the F4 help to user with the data from ABAP database table. (Example: Field CARRID from SFLIGHT).

2. With the help of entered value in CARRID other Flight details needs to be fetched. (Example: Carrier Number, Date, etc). This details can be displayed in the F4 Help if the user wants to see.

3. Finally all the data needs to be updated to the Database.

Thanks and Regards,

Kunjal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check this Thomas Jung Web Blog:

[Web Dynpro ABAP - Adobe Interactive Forms|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3]

[Web Dynpro ABAP - Adobe Forms for Printing|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/a3e2f018-0b01-0010-c7a8-89deb6e63e97]

Regards,

$=====$

Are you newbie? Check this out: [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Web Dynpro provides two types of pre-implemented search helps :

1. ABAP Dictionary Search help

2. OVS

[Input Help for WDA|http://help.sap.com/saphelp_nw04s/helpdata/en/b3/4d3642eca5033be10000000a1550b0/frameset.htm]

I have created a blog on implementing OVS help in WDA. You can refer that for sample code.

[OVS Help in WDA|]

In addition, you can also provide help through Drop Downs and Select options.

I think you can use OVS help for your scenario.

Thanks

Shruti