Posts

Showing posts from November, 2018

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.

Create Domain in SAP

Image
Create Domain in SAP: Domain Create: Go to T-code SE11, Select Domain radio button and provide name(But be careful start the name with Z or Y in the beginning) . Click Create Button. Provide Description and Save it. Select local object.  Just activate and finally Domain is created.