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

re : script

Former Member
0 Likes
776

dear friends

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

with regards

mani

7 REPLIES 7
Read only

Former Member
0 Likes
747

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.

Read only

Former Member
0 Likes
747

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.

Read only

Former Member
0 Likes
747

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.

Read only

prasanth_kasturi
Active Contributor
0 Likes
747

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).

Read only

Former Member
0 Likes
747

dear friends

i want the output data in xml format not form.

i hope i can get the answer from you.

with regards

mani

Read only

Former Member
0 Likes
747

HI

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

Read only

Former Member
0 Likes
747

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.