This document shall explain step-by-step instructions with screenshots to use LSMW to create Materials data relevant to SAP Production Planning. Basic Data1, MRP1, 2, 3, 4, work scheduling, Accounting1, costing1 views (Mandatory fields) master data transfer will be demonstrated using Standard Batch / Direct Input method.
ABAP
Browse ABAP related topics under this category
The OpenSQL Editor for SAP has finally arrived
You also think that an SQL Editor is missing from the SAP environment? Not any more! Hovitaga developed an SAP add-on that greatly extends the ABAP Workbench.
The main feature of the OpenSQL Editor is that it can instantly execute every syntactically correct SELECT statement. You can join multiple tables and use complex WHERE clauses, there are no limitations. Just build your query, press F8 and see the result in a ALV Grid or ALV Tree. There is no easier way to get this done! Your possibilities go far beyond the SE16N and the tool is much more flexible than the SAP Query. Besides that you can also execute UPDATE and DELETE commands, but only if you have the proper authorizations.
Let’s take a closer look.
SAP Query Tutorial for Beginners
SAP Query is SAP’s tool to define and execute once own reports without knowing ABAP programming language. In this document following key topics to explore SAP Query are covered in detail:
- What is SAP Query? Purpose and Advantages of SAP Query?
- Configuration for SAP Query
- Create transaction for SAP-Query
- Creating Ad Hoc query (HCM related infoset query)
- Developing SAP Query for Task List Data Extraction
- Transport of SAP Query objects
- Setting the Expiry date in SAP Query
- SAP Query for getting hourly background job status
- Building an SAP Query using ABAP Code
- Development of Basic List Query using SAP Query
- Working with infosets/User Groups/Query in detail
Yet Another Step by Step ABAP Query Tutorial
ABAP Query is a functional tool used to develop simple report by writing queries instead of writing ABAP report program i.e. without ABAP coding. All you need is to join the table and drag and drop field that you wish to occur in the report.
This document gives brief introduction on ABAP concepts and stepwise approach to create ABAP Query. Step by step approach of creating ABAP query is covered as following in this tutorial:
- Create User Group [SQ03]
- Create Infoset [SQ02]
- Create Queries [SQ01]
How to Find User Exits or BADI in SAP ?
User-Exits or BADI allows users to add their own functionality to SAP standard screen without being have to modify the standard program.
This document helps people to find the corresponding user exit or BADI that are tied to SAP standard transaction code using [CMOD], [SMOD] and [SE18] transactions. . Following methods are explained in this tutorial;
- Method 1: (User Exits)
- Method 2: (Function Module Exit)
- Method 3: (Identifying BADI)
How to Define & Implement BADI in SAP
Business add-ins [BADI] in SAP are enhancements to the standard version of the system. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery.
This document describes required steps for defining and implementing BADIs in SAP with screenshots..
ABAP Object Oriented Programming (OOPS) Tutorials For Beginners
This free ABAP Object Oriented Programming (OOPS) tutorial PDF document will help you writing ABAP from the point of object oriented view. You will find many tutorials with step by step approach and screenshots. Find index below for the tutorial book;
- Global Class Functionality – Step-by-step approach [SE24]
- Working with the Keyword SUPER in object Oriented Programming
- Working with Inheritance
- Working with constructor
- Insert data into the database table using Classes
- Working with import, export and change parameters of a class [SE38]
- Working on Polymorphism
- Enhancement of a Standard Class
- ABAP Classes in Workflow
- Working with events in a Global Class
- Working with Interfaces
- Creating a global class from a local class
- Create Transaction for local class method
- Persistent Objects: A Quick Reference
- Binding in ABAP Object Oriented Programming
- Understanding “ABAP Unit”
- Abstract Classes and Methods in Object Oriented Programming
- Final Classes and Methods in Object Oriented Programming
- Redefining methods in subclass
- Event Handler Technique in Object oriented ABAP