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

How to Upload Smartforms from Application Server

Former Member
0 Likes
2,593

Hi Guys,

I have to upload the SMARTFORMS in to the System.That can be done as follows:

1- Tcode - Smartforms

2- Utilities -> Upload form

3- Give form Name

4- Give path of Form on presentation server and upload.

But I have to give the path of Form from the Application Server. As i have all the forms to be uploaed in New system on the Application Server.

I will be writing the program to program to read XML file(smartform) from application server to internal table and then upload it in the System.

Please let me know if it is possible to upload Smartforms from Application Server?

Regards

Sandeep

Download the XML file from application server to local machine using tcode "CG3Y". Then upload the same using the Tcode "smartforms".

Regards

Vinod

2 REPLIES 2
Read only

Former Member
0 Likes
1,144

Download the XML file from application server to local machine using tcode "CG3Y". Then upload the same using the Tcode "smartforms".

Regards

Vinod

Read only

Former Member
0 Likes
1,144

Vinod,

Thanks for the reply.

But Actually I want to Automate this process of Uploading the Smartforms.

So I want to directly upload it from Application server.

As it is not possible to upload the Smartforms from Presentation Server Automatically.

In this human Intervention will be required.