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


Please Help Members By Posting Answers For Below Questions

Can you define a field without a data element? : abap data dictionary

610


Which infotype records can not be deleted ? : abap hr

596


I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.

1344


What is screen flow logic? What are the sections in it?

595


Can we make use of flow logic control key words in abap/4 and vice-versa?

581






What is the difference between field-group header and other field groups? : abap modularization

559


What are plan versions used for? : sap abap hr

563


What abap statement will trigger list generation?

619


What are the buffering options in abap?

556


I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management

1749


What is the use of a pretty printer?

601


How can we access the correction and transport system? : abap data dictionary

578


What are the different types of parameters?

560


What are field symbols?

625


What are the field and chain statements?

573