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
Event handling in oops
What is alv programming in abap?
How do you process errors in call transaction method? : abap bdc
What are the two different ways of building a match code object? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure
Did you create primary index?
What are indexes? : sap abap data dictionary
What are the different types of locks? : abap data dictionary
when does a list get sent to the screen on the presentation layer?
Did you create any joins?
What is value table?
How to do find it?
Can we set page headers to details lists?
What is the disadvantage of using exec sql statement in abap?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization