how many structures are in sap R/3(ABAP)
Answer Posted / jayaram
generally we have two types of structure.
local structure: this we will define in program and we can
used in any where of that program.
Global structure: This we will define in SE11 and we can
used globally.
And we have another two structures like
append structure and
include structure
these two we will used for modifying the standard sap tables.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is meant by hotspots?
What will exactly the hide statement do?
Name the abap/4 modularization techniques? : abap modularization
Concepts of OO ABAP and why we are using it?
What are the Various Types of internal tables?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
How to write a bdc – how do you go about it?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is the difference between ABAP and HR ABAP
What are the two ways of producing a list within a transaction?
What is generic area buffering in abap?
What is the different between abap and ooabap? Why do we use ooabap?
Why are insert and append statement used in sap abap?
What is an “on request field” statement?