Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

send PDF format to dot(.) net server

Former Member
0 Likes
590

Hi,

I get the PDF form which is assigned in VA02 --> 'Issue to output' --> <Cond. type> --> Print preview.

Now my requirement is to send this pdf form to Dot net server using RFC. what are all the possible ways can any one let me know?

Thanks in Advance.

Sri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

Hi All,

Solved it by alternative solution.

solution is that i created a new program in which i call the driver program & smartform.

while calling smartform passing  ls_control_param-getotf     = 'X' and get the OTF data in the internal table.

by calling FM  CONVERT_OTF converting into PDF and send email.

Regards,

Srikanth.

Hi All,

Solved it by alternative solution.

solution is that i created a new program in which i call the driver program & smartform.

while calling smartform passing  ls_control_param-getotf     = 'X' and get the OTF data in the internal table.

by calling FM  CONVERT_OTF converting into PDF and send email.

Regards,

Srikanth.

1 REPLY 1
Read only

Former Member
0 Likes
550

Hi All,

Solved it by alternative solution.

solution is that i created a new program in which i call the driver program & smartform.

while calling smartform passing  ls_control_param-getotf     = 'X' and get the OTF data in the internal table.

by calling FM  CONVERT_OTF converting into PDF and send email.

Regards,

Srikanth.