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 to find the return code of a statement in abap programs?
What is a size category?
What is the t-code for transaction recorder? : abap bdc
Define external layer?
What is logical database? : abap hr
What are the different modules of sap? : sap abap hr
what is bapi,badi,bdc,ale idocs?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is the t-code to display batch input sessions? : abap bdc
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
How to create any functions? How to go about it?
Explain different types of locks?
What is dynpro? what are its components ?
What is occurs in internal table?
What are spa/gpa parameters (sap memory)?