cancel
Showing results for 
Search instead for 
Did you mean: 

Condition based text module

Former Member
0 Kudos

Hi,

I need to print different text based on customer type. Can any body guide me how to use text modules for this.

Regards,

Venkat.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

First create the different standard texts using SO10 transaction.

And then in the form window you can give the condition like if customer type = 'A' then display standard text 'a' or elseif 'b' else 'c'.

Hope it helps.

Reward if it is useful.

Thanks,

Srinivas

Former Member
0 Kudos

Hi

You can usedifferent include text type for each of the customer if you dont want to use READ_TEXT otherwise wirte the code in your smartforms and pass the that value using the loop

Regards

Shiva

Former Member
0 Kudos

Shiva,

Can you please elabarate how to call different include test types (for example sold to party and ship to party).

Regards,

Venkat.

former_member196280
Active Contributor
0 Kudos

If you want to read it from header details use function module READ_TEXT, if not try doing like this... create a customized table with customer name and text... read the customized table and display the text.

Regards,

SaiRam