Real-time, Practical and Placement focused SAP BO Course in Delhi
Business Object type contains methods, attributes and events which give a component based view of any Business Process. For example we have a Purchase Order business process. This process includes various small functionalities. It will have process of changing Purchase orders based upon requirements, functionality to retrieve the details of purchase order etc. Each of these functionalities is encapsulated inside a method. The method can call the function modules present in R3 system or can have their own code to execute some functionality. So if we consider Purchase Order as a Business Object then it will be identified by key field Purchase Order number. Each purchase order business object based upon key field purchase order number is different. It’s so because each purchase order is different and will contain different details. So the methods contain business functionality. Attributes are just like properties of the Business object. For example for any purchase order Purc...