What are the Text – elements inscripts. Where you declare
this. What is the use to this.
Answer Posted / herambarao
Any text that needs to be written on the output document
should be placed within a text element. This includes
constant text as well as variable data like internal table
data coming from the ABAP program.
It is advisable to group logically related data within one
text element.
The fields of various tables defined in the ABAP program
will be included under these text elements. These fields
are carriers of data. Every field should be included in a
pair of & characters. (e.g. &aufk-aufnr&)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Reports: Event functionality.
SM35 transaction, How to automate BDC ?
Explain what are extracts?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What are the data types of the external layer?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Can i know some of the Realtime tickets that anyone has been faced ?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What is the meaning of client independent?
What is the difference between getting and get late?
What are conversion & interface programs in sap?
What are the types of subroutines?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Name some data dictionary objects?
What is the function module to popup contents in the internal table?