‎2006 Mar 28 3:36 PM
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
‎2006 Mar 28 3:40 PM
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
‎2006 Mar 28 3:40 PM
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
‎2006 Mar 28 4:05 PM
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
‎2006 Mar 28 4:19 PM
Hi,
There is a FM <b>SHOW_TEXTSYMBOL</b>,which can be used to get the details.
‎2006 Mar 29 7:28 AM
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