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 name for Form

Former Member
0 Likes
9,745

Hi Gurus,

i want to get details of a form . so i want to know is there any table which stores all the form detials ( i . e standard text,

windows.....). i have to change a standard text before that i want to know whether it is used in other forms also. so i want to know the table name where it stores all the form details.

Please help me ASAP.

Thanks and regards.

Rajesh.

Hi Gurus,

i want to get details of a form . so i want to know is there any table which stores all the form detials ( i . e standard text,

windows.....). i have to change a standard text before that i want to know whether it is used in other forms also. so i want to know the table name where it stores all the form details.

Please help me ASAP.

Thanks and regards.

Rajesh.

8 REPLIES 8
Read only

Former Member
0 Likes
4,250

Hi ,

Check table 'STXH'

filed name --> TDFORM form name

Best regards,

Brijesh

Read only

Former Member
0 Likes
4,250

Hi Brijesh,

but i did'nt get the form name for that standard text.

Read only

Former Member
0 Likes
4,250

Hi Rajeshwar.

I would like to suggest,

TNAPR - Processing programs for output.

This will give the necessary output.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Read only

Former Member
0 Likes
4,250

Hi Rajeshwar,

Table TNAPR - Stores FORMS , Smartforms names

But I dont think there is a way to find out if a standard text used in any other forms.

There is no "where used list " for finding in what forms a standard text has been used.

Please let me know if you get an answer.

Thanks,

Swati Patnaik

Read only

vamshi_mohan
Participant
0 Likes
4,250

All such table names and descriptions etc are stored in table DD02L. Search there.

Vamshi.

Read only

Former Member
0 Likes
4,250

Hi,

standard texts are stored in STXH table,you can check your text there and form,print programs you can check in TNAPR table.

Read only

Former Member
0 Likes
4,250

Raj,

STXT for Text table.

Tnapr for Formname table.

first use read_text fm if text is not found than use SAVE_TEXT to create new text.

Amit.

Read only

Former Member
0 Likes
4,250

Thanks