cancel
Showing results for 
Search instead for 
Did you mean: 

Save functionality for FPM component

Former Member
0 Kudos

Hi,

my requirement is provide input field on the header portion , when i hit ' save and print preview' it should save and preoview the the whole data.

i have provided input field on the header.. but not sure how to get the print functionality in fPM component.

and also how to find what smart form/pdf using by any webdynpro component? where to check?

by input field shou;d be displayed on the existing form, when I use save and print button.

please help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First thing is to get the smart form name put a external break point in F.M SSF_FUNCTION_MODULE_NAME

and debug on save button this way you will get the smartform name.

If it's a standard FPM component enhance the component and in post exit on 'save and print'

You can get the OTF data from the smartform now and then can convert it to PDF CONVERT_OTF

Hope it helps.

Bhanu