What is the advantage of structures? How do you use them in
the ABAP programs?
Answer Posted / ramachandran
you can make the structure as a separate table by referring
an internal table for that structure, we can add fields
from various transparent tables,hence we can use it for
various purposes.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the list of screen elements?
What is a fall back class?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
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?
Difference between .Include and .append?
Describe data classes? : abap hr
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Search help exit details.
What is meant by hot spots? : abap data dictionary
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Explain difference between primary key and unique key?
Advantages and disadvantages of different types of bdc's?
Can we use flow logic control key words in abap/4 and vice-verse?