cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Standard text in SmartForms

Former Member
0 Kudos

Hi,

I have requirwemnt where I need to retrive the data from the Standard text to display.

But it variews based on SalesOrge and Comany Code u2018Zxxxx_SALES_yyyyu2019 here XXXX is SalesOrge and YYYY Company code.

How to call the standard text Dynamically in Samrtform?

Regards

Irfan

Accepted Solutions (0)

Answers (2)

Answers (2)

asik_shameem
Active Contributor

Create a variable and concatenate the text name as per need into a variable say GV_TEXTNAME.

Create a text node of type INCLUDE TEXT, insert the variable in the name between &'s as below.

Text name -> &GV_TEXTNAME&

Text object -> TEXT

Text ID -> ST

Language -> E or whatever

Former Member

Hi,

For displaying standard text dynamically, just follow the following steps:

1. Create a text element and in general attributes give type as Include Text.

2. Instead of providing any static Standard text in Text Name field, you need to click on the arrow button pointing right, which is for Dynamic Field Value. There you can provide your variable as &VARIABLE&, which contains the standard text name based on the conditions.

3. Pass value statically like Text Object-TEXT, Text ID - ST , Language - EN or else you can passs them dynamically as per your requirement.

As you will be passing variables in order to print dynamic standard texts, it is better to check the option "No error if no text exists".

Karthik

Edited by: Karthik S on Sep 2, 2010 2:40 PM