Application Development 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: 

Upload smartform output to DMS

Former Member
0 Kudos

I am trying to upload a smartform output in DMS without having to save the output in a local memory (like desktop or server). Directly upload from internal table data to DMS. I tried to use the BAPI : 'BAPI_DOCUMENT_CREATE2' but this BAPI picks the file from a local memory and then uploads the same in DMS. Kindly suggest ways to develop for this requirement.

-Regards,

Pavani

1 REPLY 1

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Pavani,

Try,

Class CL_GUI_FRONTEND_SERVICES.

by using  class  methods you can create and delete the  files.

Hope it helpful,

Regards,

Ramesh.V