what is the usage of Enhancement category in tables?
Answer Posted / gspavan
When a table is created you need to set enhancement catagory. The reason for encancement catagory is to say what type of fields you can have in your table. For the SAP tables when you want to make enhancements( adding your own fields- append structure)what type of field you can add it depends on how they set the enhancement catogary. 1> Can be enhanced deep: You can have any type of fields and if it is a standard table you can add any type of field whether it may be a character type, reference type or even a table type ( deep means structure within structure) fields. 2>Can be enhanced (character-type or numeric): Now you can add only flat data type fields not a reference type or deep structures ( a table type within a table). 3>Can be enhanced (character-type) : In a table for which this technical attribute is set you can have only character type fields and in standard tables you can enhance it by adding only character type fields not even integer or float or packed.(C, N, D and T are the character type fields and your table should contain these type of fields.). 4>Cannot be enhanced: This table cannot be enhanced means you cannot add further fields into this table.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
How to call a subroutine in sapscript?
Difference between select option and ranges ?
What are the parameters used in each function?
What are the types of subroutines? : abap modularization
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
How to analysis Background Job for performance Issue?
What statement will be found in an sap application program that implements a function module exit?
What is open sql vs native sql ?
What data is contained? : abap data dictionary
Is there any method apart from bdc for data upload to sap? : abap bdc
What are the prerequisites for creating foreign key relationship?
What is static attribute
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What are the different types of luws. What are they?