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: 

Import/export smartforms

Former Member
0 Kudos

Hi experts,

I want to know plse the standard program for import export smartforms from dataset like program 'RSTXSCRP' for sapscript.

it's urgent,

Thanks

6 REPLIES 6

Former Member
0 Kudos

Hi,

In case of smartforms you can directly goto the Transaction code:SMARTFORMS.

go to UTILITIES->DOWNLOAD FORM

give the path then the form is downloaded in the XML format.

If you want to upload the form,do the same thing

UTILITIES->UPLOAD FORM.

give the path from where it needs to be uploaded.

Regards,

Raj.

0 Kudos

Thanks raj but i don't have option 'DOWNLOAP FORM' and 'UPLOAD FORM'. I have 4.6C version

0 Kudos

Hi,

You can obtain the function module name under environment.

You can use this to copy paste the code under it.

Now for impoting, the option could be generate a blank smartform first. Then under its FM name copy paste this code.

I did not find any other better option, this just a workaround and never tried... check if this can work for you.

Hope it helps.

Regards,

Siddhesh S.Tawate

0 Kudos

??? Sorry i don't understand

0 Kudos

Hi,

Whenever a smartform is activated you get a string like /acdf/233 etc. This is essentially a FM. All you Smartform logic is contained in this FM.

So what I am suggesting is,

1. Copy this FM through se37.

2. Create a blank smartform on target sys and activate it.

3. Now in smartforms screen under environmet option in menu bar you can get FM name.

4. Under this FM copy paste that code.

Check if this works ... even I am not sure.

Regards,

Siddhesh S.Tawate

Former Member
0 Kudos

This message was moderated.