cancel
Showing results for 
Search instead for 
Did you mean: 

TTDTG in SMARTFORMS

Former Member
0 Kudos

Hi all,

we have a lot of SAP Script forms. For multi language usage we use table TTDTG. All SAP Scripts in all languages have the same contents. With the selection of the field lables from table TTDTG the lables will be printed in the language of NAST.

If I change this from SAP script to SMARTFORMS is this also possible? E.g. create a smartform in DE, EN and IT, maintain labels in TTDTG. All smartforms have the same contents and with the different languages the different labels will be selected.

SMARTFORM in DE

&TTDTG_LABEL1&

SMARTFORM in EN

&TTDTG_LABEL1&

Printout:

SMARTFORM in DE

"German value:"

SMARTFORM in EN

"English value:"

Thanks all and regards

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sure, why shouldnt it be possible?

In your smartforms just read table TTDTG, and set your values of your field descriptions accordingly. I dont see any problems arising there.

There is an additional tip for you scripts:

You dont need it in several languages, this just messes up what you gain by using Table TTDTG. Just have the form in ONE language.

If teh form exists only in german e.G. and you process it in English, the form will get drawn in original language.