How to write long-text in SAP scripts?
EX: I want to write text like below:
* Terms and Conditions:
1>....
2>....
3>....
Answer Posted / 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 |
Post New Answer View All Answers
What are the different types of parameters? How can you distinguish between different kinds of parameters?
In sap scripts, how will you link form with the event driven?
What are domains and data element? : abap hr
What is filter dependent BADI?
when do you need to create an internal table with header line ? and with out a header line?
Concepts of OO ABAP and why we are using it?
Explain the use of table maintenance allowed?
How to add a column to a table control while using alphanumerical layout editor ?
What are the different functions used in sap script?
What is protect & endprotect?
How do you find number of records present in internal table?
what is call back in alv?
What are the events driven batch jobs?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
In SAP Script,How to display a single field(like matnr)at the right end of the form.