cancel
Showing results for 
Search instead for 
Did you mean: 

WDA set up Print Pages

tharaka_fernando
Contributor
0 Kudos

Hi All,

I need to customize the print page in my WDA program.

Ex :

Page 1.

Selection Screen

Page 2.

result screen

Can you plz advice on this?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos

Hi,

There is no such provision. Design a Smartform/Adobe form and pass the values from WDA to Form and call the form/ Print the Form.

Regards,

Kiran

ramakrishnappa
Active Contributor
0 Kudos

Hi Tharu,

Are you referring to the print_page( ) options as below


data:

l_api_componentcontroller type ref to if_wd_component,

l_appl type ref to if_wd_application. l_api_componentcontroller = wd_comp_controller->wd_get_api( ).

l_appl = l_api_componentcontroller->get_application( ).

l_appl->print_page( ).

I dont think its possible to customize the print page as per our requirement. It just prints the visible area of window.

Instead, you need to go for adobeforms/smartforms development, where you can controll the output.

Regards,

Rama