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
How table control cn be generated using bdc? : abap bdc
Does the external program run in the same sap luw as the caller, or in a separate one?
What are screen painter? Menu painter? Gui status?
SM35 transaction, How to automate BDC ?
How will you read from internal table records in a given value range (without using loop)
Persistent class
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are the advantages of abap query tool?
What is the difference between pnp and pnpce? : abap hr
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is the difference between sy-tabix and sy-index? Where it is used?
What are the events in ABAP language?
What is the use of message command in a report? What are the different message types?
when do you need to create an internal table with header line ? and with out a header line?