cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive form - Getting physical form back to SAP

Former Member
0 Kudos

Hi,

This is via WD Abap Application.

I have an interactive form with submit button.After user-fills and clicks submit button it sends an email.

On the same Submit Click event I am comming back to SAP.Here I need the real PDF Form which got filled by user.

I am aware that pdfsource holds binary data but how I convert this into physical adobe form?

reason is I need to store this form on a app server server.

Rgds

Vara

Edited by: Vara K on May 13, 2009 12:24 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can convert the XSTRING using the BCS Class CL_DOCUMENT_BCS=>XSTRING_TO_SOLIX

and then using OPEN DATASET you can transfer the physical file to app. server.

Regards,

Trikanth

Former Member
0 Kudos

Hi Trikant.

Could you give liitle bit more details.

I never used this class.Any sample code is appreciated:-)

Rgds

Vara

Answers (0)