Posts

Showing posts from April, 2017

SAP Real time Interview Questions[SAP ABAP iq]

ALL SAP ABAP Real time Interview Questions[SAP ABAP iq] These are the most important and useful SAP ABAP real-time interview questions and answers helpful for SAP ABAP freshers and experienced SAP technical consultants. Real-Time Interview Questions of all ABAP programming Objects(Applications) : SAP Data Dictionary Real time Interview Questions SAP BDC Real time Interview Questions SAP ALV Reports  Real time Interview Questions Module Pool Interview Questions SAP Smartforms Real time Interview Questions SAP BADI Real time Interview Questions SAP BAPI Real time Interview Questions SAP  IDOC Real time Interview Questions ABAP Check and Value Table Questions SAP SD MM FICO Flow Interview Questions SAP OOPs Real time Interview Questions SAP OOPs Part One  Real time Interview Questions SAP OOPs Part two Real time Interview Questions SAP OOPs Part three Real time Interview Questions S...

BADI Interview Questions in SAP ABAP

BADI Interview Questions in SAP ABAP A BAdI is an object-oriented enhancement option, which makes it the most sophisticated enhancement type. The main characteristic of a BAdI is that it provides a mechanism to change the functionality of a well-defined business function without making changes to the delivered source code. Future upgrades of the original business function can be applied without losing the customer-specific enhancements or the need to merge the changes.  If you want to become a professional and technical blogger practically, read these real-world practical SAP ABAP books . These books will help you to become a more flexible coding developer in future SAP technology. What is a BADI in SAP? BADI (Business Add-In) is a new SAP Object Oriented enhancement technique that is used to add our own business functionality to the existing SAP standard functionality.  BADI follows the Object-Oriented approach to make them reusable. A BADI can be used any number ...

SAP ABAP Smartforms Interview Questions and Answers

SAP ABAP Smartforms Interview Questions and Answers What is smartform? Smart Forms are printing forms used to print Invoice and purchase order forms etc. We are calling smartforms from  ABAP programs then spools are generated, now smartform ready to be printed. SMARTFORMS is the transaction to design the smart form layout. SMARTSTYLES are used to define paragraph and character formats (fonts, barcodes, etc.) What are the differences between SAP Scripts and Smartforms? SAP Scripts are client dependent whereas Smartforms are client independent. SAP Scripts require a driver program to display the output whereas in smartforms the form routines can be written so that it is standalone. An Table Painter and Smartstyles to assist in building up the smartforms An integrated Form Builder helps to design Smartforms more easily than SAP Scripts It is possible to create a Smartform without a main window Function module is generated for Smartforms when we are...

Interview Questions on SAP ABAP BDC

Image
Interview Questions on SAP ABAP BDC(Batch Data Communications) These Questions on BDC helpful for any fresher and experienced SAP ABAP Consultants and which are collected  from real time interviews faced in the MNC companies. What is BDC and use of it ? BDC ( Batch Data Communication ) is a process of  batch input technique .It can used to migrate data from Non-SAP or Legacy System to SAP System .This Require when client converting his business applications into SAP.  The two methods for BDC are: Session Method Call TRANSACTION Method CALL DIALOG (Outdated) What is the difference between Call Transaction  and the Session method ? Session Method Session method is used when the data volume is huge. Session method is slow. SAP Database is updated when you process the sessions. You need to process the sessions separately via SM35. Errors are automatically handled during the processing of the batch input session. Call Transaction...

SAP ABAP ALV Reports Interview Questions

SAP ABAP ALV Reports Interview Questions and Answers for Experienced  Here, I am sharing very important real-time oriented questions that are faced at several interviews on ALV Reports to help freshers and experienced SAP ABAP consultants with appropriate answers. What is ALV? ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP. What are the uses of ALV reports? Sorting of records Filtering of records Totals and Sub-totals Download the report output to Excel/HTML Changing the order of the columns in the report Hide the unwanted columns  from the report What are the standard function modules used to create ALV? REUSE_ALV_LIST_DISPLAY                     Display an ALV list REUSE_ALV_GRID_DISPLAY                   ...

SAP ABAP Data Dictionary Real Time Interview Questions and Answers

SAP ABAP Data Dictionary Real Time Interview Questions and Answers These interview Questions from the SAP ABAP Data Dictionary are faced at the different companies in the several interviews which are useful for real-time consultants and fresh learners of ABAP. What is Data Dictionary in SAP? We use the ABAP Dictionary to create and manage data definitions (metadata). The ABAP Dictionary allows a central description of all the data used in the system without redundancies. New or modified information is automatically updated for all the system components. It ensures data integrity, data consistency, and data security. What are the features or important object types in the Data Dictionary? Tables Tables are defined in the ABAP Dictionary independently of the database. Views Views are logical views of more than one table. Types The structure of a type can be defined globally in ABAP programs. Lock objects These objects are used to synchronize access to the same data by ...