Purchasing Configuration Guide

Posted on 5 January, 2009

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

Tagged with : ,

MRP Guide

Posted on 4 January, 2009

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

Tagged with :

ABAP Training Slides for Beginners

Posted on 4 January, 2009

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

Tagged with :

Transactions Ending with “n”:What is it?

Posted on 3 January, 2009

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. ;)

Tagged with :

Finding BAdI for Particular Transaction

Posted on 3 January, 2009

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

Tagged with :