Posts

Showing posts with the label Create Data Element in SAP

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'.        

How to create Data Element in SAP

Image
Data Element: Describe the role played by a field in a technical context. Contains the field information. Create Data Element in SAP:  Go to SE11, Select Data Type Radio button and provide a name which is start with Z or Y, like : ZSAPAN_DATAELEMNT Press Create button. Pop up will be open and select Data element radio button and press continue Give a short description and domain name, then select Field label tab In field label tab provide short, medium and long length as well as field label. Save it and Active. By activating data element is ready for use.