Adobe Integration Into WebDynpro ABAP

Post on 21-Dec-2015

242 views 5 download

Tags:

description

Adobe Integration in WDA

Transcript of Adobe Integration Into WebDynpro ABAP

Adobe Integration into WebDynpro

ABAP.

Published By: Samar Satapalkar Vrushali Joshi

1

This document helps to understand integration of Adobe form via Web Dynpro .

Main Purpose of Web Dynpro is to Deliver Enterprise Quality Web Development Environment Achieve Independence Improve User Experience through High Fidelity Web UI

Adobe forms key capabilities are Integrate Interactive PDF Documents into Business processes driven by

SAP application Allow fom based input combined with workflow to start automated Follow—up steps. Submit data from form back to SAP System Allow to Print Fom also.

So this following application is combination of best usage of both technologies to fulfill client demand

Please find details stepwise description of application Creation

Pre-Requisties: 1. Function Modules/ RFC should be created to pass the data. e.g. a. ZHRPAY1 – which takes input as Month and Year Combination and passes Date Range of PayStubs.b. ZHRPAY – which takes input as Date Range and passes the necessary data to Adobe form.

Steps : 1:: WEB DYNPRO Settings

1. Create WebDynpro Component2. Create Service Calls for related RFC/FMs.3. Design View4. Create Methods and Pass code.5. Create a WebDynpro Application

2

3

4

5

6

Please activate the component at this point of time.

Go to View. Click on the Context Tab. Drag and drop the Context from the Component Controller and drop it on the Main Context.

7

Go to Layout Tab of the View.

Create a GroupCreate the Elements from the Context

8

This is how your View looks now.

9

Go to Actions Tab. - Click this button which is WebDynpro code Wizard.

10

11

Create a Table UI Element.

Bind the Table to the Context.

12

13

Again create a new Service Call for a new Method ZHRPAY.

On the selection of the row for the Inputs table one must see the Adobe form with the required details of the salary of that person for the required period.

Go to the Context Tab of the view and drag and drop the Context from Component Controller.

Now go to the layout tab of the

14

Activate form and Drag drop the data values.

Create an Action on the onLeadSelection Event of the table.

This is the final PDF Format available to the employee in the PDF Format.

15