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 is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What’s value table?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What are field groups?
Explain the difference between tables and structures?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Explain the function module in bdc?
Where the payroll results are stored
What is the difference between Classic badi and Kernal badi ?
What is the difference between field-group header and other field groups? : abap modularization
what is leave to TRANSACTION?
Mention what is alv programming in abap?
Can we use transfer dataset to transfer data in internal table ?
what is difference between set screen and call screen ?
What are the features of abap/4 dictionary? : abap data dictionary