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

A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

744


10) How to get Item Header in Sales Order?

1556


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2101


What is the name of the system variable that holds the contents of the selected line in interactive reporting?

710


What are the fields in a bdc_tab table? : abap bdc

620






Explain the advantages of abap query tool?

528


How do you move on to the next screen in interactive reporting?

614


What are the merits of its?-

632


What is a table attribute?

585


What are client dependent objects in abap/sap?

610


What is modularization and its benefits? : abap modularization

726


If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?

1248


what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary

616


What are number ranges?

628


Can we use on change of between select and endselect?

571