How to write long-text in SAP scripts?
EX: I want to write text like below:
* Terms and Conditions:
1>....
2>....
3>....
Answers were Sorted based on User's Feedback
Answer / damodar reddy
goto-->tcode SO10
Crete a text , say Z_text with the required data and goto
script(se71)--->insert--->standard text--->
/: include Z_text object texx id ST
hence we can get any amount of data
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vivek
using this statement in SAPSCRIPT INCLUDE ®UD-TXTUN&
OBJECT TEXT ID ADRS
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rakesh mishra
use the function module read_text .
this is used to display the data from long text .
you can read the data from this function module and store it in tdline that is in the export of the function module .
Is This Answer Correct ? | 4 Yes | 3 No |
what is direct input method?
How did you test the form u developed? how did you taken print?
How many lists can a program can produce?
how many structures are in sap R/3(ABAP)
What are the different types of mode (run code) in call transaction method?
what are the critical issues u face in ur project?
Define alv programming in abap?
Flow of SD and MM
hi friends i am having one doubt. if i have main window in secondpage also in smart form wether it will trigger are not?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
How can cluster table be created?
HOW CAN WE MODIFY STANDARD TABLES?