Purchasing Configuration Guide
Contents:
Define Number Range
Define Document Type
Set Tolerance Limits for Price Variance
Release Procedure for Purchase Order
Define Screen Layout at Document Level
Setup Stock Transport Order Read full post
MRP Guide
Through this material you will learn about MRP with an example under covered topics of Bill of Material, Workcenters and Routings with steps of
Creating Routings,
Creating Product Groups
Running MRP
Sales and Operations Plan
Transferring Sales and Operations Plan to Products
Creating Planned Orders with MRP Read full post
ABAP Training Slides for Beginners
Get the basics and most important aspects of ABAP with this presentation package.Contents covered;
Introduction to ABAP
Data Types in ABAP
Internal Tables
Statements in ABAP
Open SQL
SAP Authorizations
Subroutines in ABAP Programming
Events in ABAP Programming Read full post
Transactions Ending with “n”:What is it?
It is actually a quickstart transaction for Standard business process. For example if you take Purchase order creation ME21 you have to go through different screens( header data, item data) where as in the new enjoy transaction ME21n it can be found in single screen itself. BDC’s wont work in Enjoy Transactions, you have to use BAPI.
Finding BAdI for Particular Transaction
Bu using following two methods you can find any BAdI for any transaction
Method 1:
Go to Tranaction: SE24.
open class CL_EXITHANDLER
Open the method ” GetInstance”
Put Break point in the statement
call method cl_exithandler=>get_class_name_by_interface Read full post