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 include text

MariaJooRocha
Contributor
0 Likes
855

Hi SDN,

Is there any inlcude text (what document class?) that we can use in smart forms that can use symbols (like &name_field&)?

Document class DOKU DT doen't have the field TDINCLID with value space on table TTXID, that I supose is necessary.

If I use the DOKU DT text include on smart forms get the message:

Entry  DT  does not exist in TTXID (check entry)

Message no. 00058

Thanks.

Regards,

Maria João Rocha

1 ACCEPTED SOLUTION
Read only

Private_Member_7726
Active Contributor
0 Likes
674

Hi,

TEXT ST (the one maintained via SO10) works, provided you supply &name_field& via SmartForm interface or Global Definitions. The documentation reccomends using "Text elements" (Smartform Text-Modules) instead of "Include Texts" (aka "Sapscript texts"). The contents of text modules are displayed directly in Smartform Editor and one can use Smartstyles on them, for example.

cheers,

Jānis

2 REPLIES 2
Read only

Private_Member_7726
Active Contributor
0 Likes
675

Hi,

TEXT ST (the one maintained via SO10) works, provided you supply &name_field& via SmartForm interface or Global Definitions. The documentation reccomends using "Text elements" (Smartform Text-Modules) instead of "Include Texts" (aka "Sapscript texts"). The contents of text modules are displayed directly in Smartform Editor and one can use Smartstyles on them, for example.

cheers,

Jānis

Read only

0 Likes
674

Hi,

Thanks.

I used text module.

Regards,

Maria João Rocha