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

Smartforms - How to import ttdtg text elements

Former Member
0 Likes
919

Hello Techies,

I'm transforming a sapscript to a smartform. In the sapscript they make use of text elements from the ttdtg table. Sapscript knows this a translates an element example &ZTEST& to its corresponding text in the correct language.

Can this still be used in some way in SMARTFORMS?

Best Regards,

Frederik

1 ACCEPTED SOLUTION
Read only

vinod_gunaware2
Active Contributor
0 Likes
717

Hi

U can use same but it can be use upto 4.6c only

otherwise u hav to use

Text QTY_TEXT

Description Text for Quantity

<b>Text type</b> <b>Include Text</b>

Text name ZGRQTY

Text object TEXT

Text ID ST

Language &W_LANGUAGE&

regards

vinod

4 REPLIES 4
Read only

vinod_gunaware2
Active Contributor
0 Likes
718

Hi

U can use same but it can be use upto 4.6c only

otherwise u hav to use

Text QTY_TEXT

Description Text for Quantity

<b>Text type</b> <b>Include Text</b>

Text name ZGRQTY

Text object TEXT

Text ID ST

Language &W_LANGUAGE&

regards

vinod

Read only

0 Likes
717

I understand that you can import text using the include function. But for TTDTG elements what object and ID should be used then?

I tried finding them but no success.

Best

Read only

0 Likes
717

Hi,

There is a FM <b>SHOW_TEXTSYMBOL</b>,which can be used to get the details.

Read only

0 Likes
717

The correct term is standard symbols (cfr SE75). I want to include standard symbols within smartforms. Although your FM can include a lot standard symbols is not included or am i wrong?

Best