How to write long-text in SAP scripts?
EX: I want to write text like below:
* Terms and Conditions:
1>....
2>....
3>....
Answer Posted / 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 |
Post New Answer View All Answers
What are the value tables?
Can we define our own match code id's for sap matchcodes ?
What are the user groups?
Difference between Read and Get cursor?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
How to create a button in selection screen ?
Do we have to migrate all sapscript forms to smart forms?
Explain the session method? : abap bdc
What is the difference between tables and structures?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is meant by hotspots?
How do you populate data into a multiple line field? : abap bdc
What is the different between template and a table?
How to analysis Background Job for performance Issue?
Explain the advantages of logical databases?