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 : Data Types Domains Data Elements in SAP

Data Types Domains Data Elements in SAP:

Basically there are three types of data types in sap: Elementary Data types, Complex Data types, Reference Types.

Elementary Data types: In elementary data types there are again two types of data category: Fixed length and Variable length.

Fixed Length Data Types:
  • F Float 
  • I integer
  • H hexadecimal
  • D Date
  • T Time
  • N Numeric
  • C Text Field
  • P Parked Number
Variable Length:
  • STRING Character Sequence
  • X STRING Byte Sequence. 
Complex Types includes structure types and table types.
Reference Types includes Data References and Object References 
 

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP