on 2007 Oct 30 10:08 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.