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: 

re : script

Former Member
0 Kudos

dear friends

i want to download script or smartform output to xml format.

with regards

mani

7 REPLIES 7

Former Member
0 Kudos

Hi,

When u r in a smartform, goto UTILITIES ---> download form.

Browse the location and save the form.

The saved form is in xml format.

If you want to use that form,

create a new form and go to utilities--> upload

OR:

Use function module FB_DOWNLOAD_FORM .

Provide your form name as input for i_formname.

you will get the output in xml format

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Former Member
0 Kudos

Hi Mani,

In Smartforms

goto UTILITIES ---> download form.

Browse the location and save the form.

The saved form is in xml format.

If you want to use that form,

create a new form and go to utilities--> upload

OR:

Use function module FB_DOWNLOAD_FORM .

Provide your form name as input for i_formname.

you will get the output in xml format

Reward If HelpFul.

Jagadish.

Former Member
0 Kudos

Hi Mani,

When u r in a smartform, goto UTILITIES ---> download form.

Browse the location and save the form.

The saved form is in xml format.

If you want to use that form,

create a new form and go to utilities--> upload

Kindly Reward Points If You Found The Reply Helpful,

Cheers,

Chaitanya.

prasanth_kasturi
Active Contributor
0 Kudos

for smartforms

go to initial screen of smartforms

goto utilies and downloadform and give the name of the form

for scripts use rstxscrp(u get in txt format).

Former Member
0 Kudos

dear friends

i want the output data in xml format not form.

i hope i can get the answer from you.

with regards

mani

Former Member
0 Kudos

HI

goto SMARTFORMS transaction ...in menu bar UTILITIES----DOWNLOAD FORM....the form wil be converted in xml format.

Former Member
0 Kudos

Hi Mani,

If you want to convert the output data into xml format, then this FM EFG_PP_CONVERT_TO_XML would help you.

Try this FM and hope it solves your problem.

Rewards points if it is useful.

Thanks,

Phani Diwakar.