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

Table where SmartForms are stored?

Former Member
0 Likes
23,953

Hi !

i like to know in witch table SAP save smartforms.

the idea is make a program to do back up from one smartform and then restore in other system.

for example, to get a program source code , we can do a "READ REPORT"" and save in a table to download, then we can upload an make "INSERT REPORT".

Well , i like to do something like that.

I know that i can go Utilities->download and get a XML file.

But i wish to do the same programmatically.

Thank you!

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
10,624

Hi,

Try with Table TNAPR..

hope this will help you.

Regards,

Kiran

Hi !

i like to know in witch table SAP save smartforms.

the idea is make a program to do back up from one smartform and then restore in other system.

for example, to get a program source code , we can do a "READ REPORT"" and save in a table to download, then we can upload an make "INSERT REPORT".

Well , i like to do something like that.

I know that i can go Utilities->download and get a XML file.

But i wish to do the same programmatically.

Thank you!

Regards.

4 REPLIES 4
Read only

former_member214857
Contributor
0 Likes
10,624

HI

Actually there are many tables that manages SMART FORMS information. You can check list below for additional information :

SSFOBJSCR SAP Smart Forms: Object/Screen Fields Assignment

SSFSET SAP Smart Forms: Settings

SSFXSFBMP Smart Forms: BMP Cache (for XSF Output, for Example)

SSFXSFCSS Smart Forms: CSS Cache (for XSF Output, for Example)

STXFADM Smart Forms: Administration

STXFADMI Smart Forms: Administration - Interal Information

STXFADMT Smart Forms: Administration - Textual Description

STXFCONT Smart Forms: Form Subobjects (Active)

STXFCONTR Smart Forms: Runtime Objects

STXFCONTS Smart Forms: Form Subobjects (Saved)

STXFCONTV Smart Forms: Form Subobjects - Versions

STXFIMP Smart Forms: Generate at Upgrade

STXFOBJT Smart Forms: Subobject Long Texts

STXFPCUST Smart Forms: Switch the Runtime

STXFSTDPAR Smart Forms: Default Parameters

STXFTXT SAP Smart Forms: Texts

STXFTXTA SAP Smart Forms: Texts - Administration

STXFTXTV SAP Smart Forms: Texts - Versions

Kind regards

Read only

Former Member
0 Likes
10,624

Hi,

Very creative iin your idea. You may refer to SAP table begin with 'STXF*'.

Regards and good luck,

Read only

0 Likes
10,624

thank you all !

and Thien M. Pham , thanks for the support

regards!

Read only

Former Member
0 Likes
10,625

Hi,

Try with Table TNAPR..

hope this will help you.

Regards,

Kiran