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
How do you document ABAP programs? Do you use program documentation menu option?
How can a lock object be called in the transaction?
What is the difference between get and get late?
What are the modes in lock objects? : sap abap data dictionary
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
In which cluster time results are stored? : abap hr
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What are the different types of the sap abap data dictionary objects?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are smart forms?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
Explain the different types of view?
Name some system global variables you can use in abap programs?
Explain the sequences of event block?