All About ABAP Query

Posted on January 21st, 2011 in ABAP, SAP Reports , , , , , , ,

The ABAP Query application is used to create reports not already present in SAP system. It has been designed for users with little or no knowledge of the ABAP programming. ABAP Query offers users a broad range of ways to define reports and create different types of reports such as basic lists, statistics, and ranked [...]

Published by admin // Comments Off

All About BAPI

Posted on January 21st, 2011 in ABAP , ,

BAPIs are standardized programming interfaces (methods) enabling external applications to access business processes and data in the R/3 System.They provide stable and standardized methods to achieve seamless integration between the R/3 System and external applications, legacy systems and add-ons. BAPIs are defined in the  BOR(Business object repository) as methods of SAP business object types that [...]

Published by admin // Comments Off

All About RFC : Remote Function Calls

Posted on January 21st, 2011 in ABAP, SAP Basis , , , ,

What is RFC? A Remote Function Call(RFC) is a call to a function module running in a system different from the caller’s. The remote function can also be called from within the same system (as a remote call).The RFC interface provides the ability to call remote functions. RFC consists of two interfaces : A calling [...]

Published by admin // Comments Off

Dialog Programming Tutorial

Posted on January 20th, 2011 in ABAP , ,

SAP-ABAP supports two types of programs – Report Program and Dialog Program. If your ABAP program demands user input , Dialog programming is used. A  user dialog is any form of interaction between the user and the program and could be any of the following Entering data Choosing a menu item Clicking a button Clicking [...]

Published by admin // Comments Off

ALV – ABAP List Viewer Programming

Posted on January 19th, 2011 in ABAP , ,

The common desired  features of any  report are “column alignment”, sorting, filtering, subtotals, totals etc. To implement these from scratch , a lot of coding effort  is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV). Using ALV, we can have three types of reports: Simple Report Block [...]

Published by admin // Comments Off

All About ABAP Report Programming

Posted on January 18th, 2011 in ABAP , , , , , ,

SAP-ABAP supports two types of Programs -  Report Programs & Dialog Programs. Report Programs are used when large amounts of data needs to be displayed Purpose/Use of Report Programs They are used  when data from a number of tables have to be selected and processed before presenting Used when reports demand  a special format Used [...]

Published by admin // Comments Off

What is Off Cycle Payroll ?

Posted on January 14th, 2011 in Payroll, SAP HR , , ,

Off-cycle payroll runs are used to make payments outside the regular payroll run like one time bonuses.   The Payroll Control Record needs to be in the Exit Payroll stage, and the off cycle run  MUST be executed after the pay date of the regular payroll run.

Published by admin // Comments Off

ABAP Data Dictionary Tutorial

Posted on January 10th, 2011 in ABAP ,

A data dictionary is a central source of information for the data in a information management system. Its main function is to support the creation and management of data definitions (or “metadata”). What is Data dictionary used for ? Management of data definitions Provision of information for evaluations Support for software development Support for documentation [...]

Published by admin // Comments Off

LSMW Data Migration – Step by Step

Posted on January 8th, 2011 in SAP Basis , ,

Enter Transaction LSMW in SAP ,to start the workbench. LSMW workbench shows the following information-

Published by admin // Comments Off

What is SAP LSMW ?

Posted on January 7th, 2011 in SAP Basis , ,

The LSMW Workbench is an  tool that supports the transfer of data from non-SAP systems (“Legacy Systems”) to SAP  R/3 systems. This can be a one-time transfer as well as a periodic one. LSMW also supports conversion of data of the legacy system in  numerous way. The data can then be imported into the SAP [...]

Published by admin // Comments Off

Home / Next Entries »

Courses

Loading