Data Dictionary in SAP ABAP
Data Dictionary in SAP ABAP Data Dictionary in SAP ABAP is primary and most important part which every new SAP consultant must be learn to get deep into SAP applications because every objects integrates with data dictionary . Brief Lesson about SAP data dictionary in ABAP Data dictionary is a central storage of all data definitions used in the SAP system. It creates and controls the all data definitions and maintains all data without redundancy. New and modified data automatically provided for all system modules. It provides data integrity, consistency and security. SAP dictionary supports the user defined data types and it completely integrates into ABAP workbench thus which will be accessible for all integrated modules in SAP. We can create different types of Objects in ABAP dictionary which are Tables Views Types Lock objects Domains Data elements Structures Search helps Tables in ABAP data dictionary: Tables contain the fields which are created usi...