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

Regarding SmartForm

sreeramkumar_madisetty
Active Contributor
0 Likes
754

Hi Experts

I have a small doubt related to smartforms:

In the Smartforms they are using some standard texts.

How can i findout those standard texts which are using in the smartforms.

Points are awarded for correct answers.

Regards,

Sreeram Kumar.M

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

SO10 is to check the standard tesxt.

8 REPLIES 8
Read only

Former Member
0 Likes
737

Hi,

Go to the Tcode 'SO10' and find your all Std texts that are used .

regards,

Anji

Read only

Former Member
0 Likes
737

Hi,

please look at the table system defined table TTDTG.

rgds,

Prajith

Read only

Former Member
0 Likes
738

SO10 is to check the standard tesxt.

Read only

Former Member
0 Likes
737

Hi Sree Ram,

Check the SO10 Transaction Code which is the Standard Text creation T Code, here the Standard Text is created then it is transported and later used in our Form.

Hope this resolves your query.

Reward all the helpful answers.

Regards

Read only

Former Member
0 Likes
737

Sree,

SO10 is the t-code to see satadard texts.

Text Name , Text ID and Language are the inputs in that initial screen.

if u enter text name and Text ID along with Language, it will take u to the PC editor.

Regards,

Sujatha.

Message was edited by:

Sujatha Reddy

Read only

Former Member
0 Likes
737

Hi Sree Ram,

To view the standard text in SO10 (as already mentioned) you would need to get the name of the standard text and related attributes like object id etc. from within the smartform.

Do you already know the name of the smartform?

If yes, then please goto transaction SMARTFORMS, key in your smartform name and open the graphical painter which will show you (in graphical format) the positions of the windows within your smartform pages. Hence by comparing with the actual output/print out you can confirm which window contains the standard text and check within the window for the command INCLUDE. What preceeds the command is the standard text name and attributes which can then be displayed/maintained through SO10.

Regards,

Aditya

Read only

Former Member
0 Likes
737

Hi,

If it is a Z test then you can find the same in the SO10 transaction code, go to that transaction code and enter the text then enter the text and press Display, if it is a Standard transaction text then copy the text name from the Smartform, and goto that transaction and GOTO --> Text (If it is a Header text then select Header text, if it is a Item text then select item text then you can view the text)

Regards

Sudheer

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
737

Hi

It's Answered.