Posts

Showing posts with the label Data Dictionary in SAP : Part One

BAPI for material storage location Add

 We can add material storage location plant wise using third party app or web. BAPI names : BAPI_MATERIAL_MAINTAINDATA_RT Import parameters: HEADDATA: Material Tables: STORAGELOCATIONDATA: Material: Plant: STGE_LOC:   STORAGELOCATIONDATAX: Material: Plant: STGE_LOC:   use below code after completing steps. CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.        

Data Dictionary in SAP : Part One

What is data dictionary in sap? SAP data dictionary is central repository for the development of object, SAP data dictionary is used to create & maintain metadata. SQL can be divided by two parts: DML - Data Manipulation language consist of SELECT ,INSERT, UPDATE, MODIFY, DELETE etc. DDL - Data Definition language consist of CREATE TABLE, DROP TABLE, ALTER TABLE, CREATE INDEX etc. Data Dictionaries function : Database tables. views Data Elements Domains Structures Search Helps Lock Objects T-Code is : SE11