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
Different between Interface and Abstract classes?
How to insert a line into abap internal tables?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
In ALV reporting when u execute your report which event gets triggered.
When is the top-of-page event triggered? : abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
How many types of tables exists and what are they in data dictionary? : abap data dictionary
Why are insert and append statement used in sap abap?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What are screen painter? Menu painter? Gui status?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is sap abap data dictionary?
What are logical data bases used in hr module? : abap hr
How to read files and process BDC's automatically ?