Search

Coding Blues

Customer Material info Records ( CMIR ) – SAP SD

Let’s think of a scenario where Hector Sales is a customer to Paris Inc. Paris sells five different scents named Helen 01-05 with material numbers 1001001-5. However, Hector Sales prefer PARIS_HELEN_01-05. When Hector Sales calls the sales officer at Paris... Continue Reading →

Purchase Information Record – SAP MM

Purchase Information Record or PIR stores the information for a material beyond material master. It is built upon the information available for a material and the specific vendor who supplies it. Hence, it corresponds to a vendor and can be... Continue Reading →

Table Without (Maintenance) View

Consider this situation - there is a custom table that is not expected to be maintained by user; only by program and in course of testing, you realize that you have used all available test data and means to create... Continue Reading →

General Sales Order Process Flow

Sales flow in SAP captures processing from a request from a customer to the sending the invoice to the customer who pays for it. Depending on particular business process, SAP allows manipulation in the process but at a high level,... Continue Reading →

Intercompany Process in SD

More often than less, larger organization have multiple subsidiaries which interact with each other. These subsidiaries are financially (whenever) separate which makes these transactions a little different from internal. Due to financial separation these subsidiaries have different company codes. These... Continue Reading →

Events Linkage With Function Modules

Programming for events triggered by system is a little tricky but they are a great help when using exits are not a solution. Consider a situation where a delivery details needs to be saved in a Z-Table and used to... Continue Reading →

Abstract And Final – Inheritance

Abstract Class – One-line definition of the abstract class is that it is a class which cannot be instantiated. What does that mean? Remember the example of Vehicle. The superclass Vehicle and subclasses two wheelers, light four wheelers and heavy... Continue Reading →

Rush Orders Vs Cash Sales– Concept

Rush Orders is a business scenario where the customer places the order and it is either picked up by the customer or business delivers the goods the same day. The moment sales order is saved, the delivery is generated and... Continue Reading →

Method Definition – Inheritance

A subclass can either use a method of its own or can redefine a method that is being originally defined in super class or can use a method of the superclass without redefining it. First one is a typical use... Continue Reading →

Website Powered by WordPress.com.

Up ↑