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

What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

854


What’s value table?

826


How can we upload a text file having delimiters in to legacy system? : abap bdc

856


What are field groups?

811


Explain the difference between tables and structures?

739


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

802


Explain the function module in bdc?

832


Where the payroll results are stored

2033


What is the difference between Classic badi and Kernal badi ?

2150


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

794


what is leave to TRANSACTION?

1270


Mention what is alv programming in abap?

887


Can we use transfer dataset to transfer data in internal table ?

1907


what is difference between set screen and call screen ?

782


What are the features of abap/4 dictionary? : abap data dictionary

820