2009 Dec 11 12:15 PM
Hi,
Can we use the standard text in S010 for storing only text or we can values or variables also.I want to use standard text in smartform.
Rgds
2009 Dec 11 12:21 PM
Transaction SO10 is used for storing big texts. To save variables or constants create your own table
2009 Dec 11 12:20 PM
Hi,
No you cannot you it for storing values or variables.
Its a standard text, how can you store values in it.
Regards
Abhii
2009 Dec 11 12:21 PM
Transaction SO10 is used for storing big texts. To save variables or constants create your own table
2009 Dec 11 12:56 PM
I want to use concatenate standard text and values in smartforms .How do we do it.Benefit of standard text is we have translation into other languages.
Rgds
2009 Dec 11 12:59 PM
Hi Sanjay,
This is not possible. Please be specific in your requirement.
Regards
Abhii
2009 Dec 11 1:07 PM
in your SF, create a code element,
here use FM READ TEXT to read the data to some string table. and concatenate you value to this table..
loop at this table.. and display it..work around this logic
2009 Dec 11 1:12 PM
Dear Abhii,
Ever tried this ?? I dont think so.
@OP:
It is very much possible to add a variable to a standard text. But you have to be sure the variable name in the SO10 text & the SmartForm is same. E.g., define the SO10 text as:
The total Vendor Balance: &V_VEND_BAL&
where V_VEND_BAL = Variable for Vendor Balance.
Anyways as a suggestion you can also try creating Text Modules which can be translated using SE63.
BR,
Suhas
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |