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
what are the two methods of modifying sap standard tables ?
What are two methods of modifying sap standard tables? : abap data dictionary
what is the transaction transaction for setting parameters rdisp/buffermode
How do you find out whether a file exits on the presentation server?
In delivery processing which step comes first picking, packing, posting goods issue ?
What is a 'z' report?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are the functional areas? User groups? and how does ABAP query work in relation to these?
what is a text table ?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
How to display if the value entered contains records or not?
how to see the tables of 200 in client 100?
What is the difference between a dialog program and a report?
Mention some important events in abap programming.
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization