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 //
Posted on January 21st, 2011 in ABAP ABAP, BAPI, Basis
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 //
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 //
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 //
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 //
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 //
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 //
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 //
Enter Transaction LSMW in SAP ,to start the workbench. LSMW workbench shows the following information-
Published by admin //
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 //