Você está na página 1de 3

what are ALV reports? how they are different from normal reports?

Answer
# 2 ALV(ABAP LIST VIEWER) displays the output list in a grid
format and also have some operations like select
all,deselect all, ascending,descending... and it also have
one concept called blocked alv where we can display the data
from two tables in a single grid.
Reports are for displaying data and to display data in
header and item wise we use hierarchical alv so using alv is
the best way than using reports.
ALV is the advanced concept of reports.
------what is the use of start-of-selection event? what is the difference betn end-ofpage and end-of-selection?
Answer
# 1 Start-of-Selection-This event gets triggered when the user
clicks on execute button on Selection screen. All the Data
retrieval and data processing logic will be written in this
event.
End-of-page- This event is used to print page footers for a
report
End-of-selection- Any processing required before exiting the
report is done in End-of-Selection.
-------what is the use of SLIS type pool in alv reports?
Answer
# 2 slis is standard type pool thru this we can access alv
reports..it is a system inbuilt type group..
-what is the difference between user-exit & customer-exit?
Answer
# 2 USER EXITS are FORMS and are called by SAP standard programs
using PERFORM. CUSTOMER EXITS are FUNCTIONS so they are
called using CALL
FUNCTION (or more exactly CALL CUSTOMER FUNCTION).
Inside the form (user exit) you can read and change almost
any global data from host program.
Inside a function
(customer exit) you can only acces your
import/export/changing/tables parameters.
User-exit doesnt have any classification.In customer-

exit we have function-module exit , screen exit


, menu exit and TABLE EXITS OR CUSTOMER INCLUDES
user exits are only related to SD module and are
subroutines only where as customer exits are the
function modules which are applicable for all the
modules.
------hat is badi? 10. what is the difference between user-exit & BADIs? 12.
how do you get functional specs when you are assigned some object?
(specs through email..??) 13. How do you write technical specs?
Answer
# 4 Business Add-Ins are a new SAP enhancement technique based
on ABAP Objects. They can be inserted into the SAP System to
accommodate user requirements too specific to be included in
the standard delivery. Since specific industries often
require special functions, SAP allows you to predefine these
points in your software.
1) Difference between BADI and USER-EXIT.
i) BADI's can be used any number of times, where as
USER-EXITS can be used only one time.
Ex:- if your assigning a USER-EXIT to a project in
(CMOD), then you can not assign the same to other project.
ii) BADI's are oops based.
---what are user-exits? 9
Answer
# 3 user exits are the placess ie points which is provided by
the sap to add extra code to achive the business
requirement of client . but in order to use the user exits
we need sap access key ie the client need to buy the access
key from sap. but it is a big disadwantage to sap clients
so that is why sap released the consepts called customer
exits and bapis where we dont need sap access key for
enhansing the sap standard app;
--------what are enhancements?
Answer
#1
hi,
Enhancement is one with which we can add our own
fucntionality without modifying the standard program
provided by SAP according to the business needs.

There has not been any problem for enhanced code for SAP
newer version releases.
Thank You,
Regards.
----------what are the differences between scripts & smart forms?
Answer
# 1 SCRIPTS SMARTFORMS
CLIENT DEPENDENT CLIENT INDEPENDENT
MULTIPLE PAGE FORMATES MULTIPLE PAGE FORMATES
ARE NOT POSSIBLE ARE POSSIBLE
MAIN WINDOW COMPULSARY WITHOUT MAINWINDOW ITCAN
LABELS ARE USED LABELS CANNOT
NOT GENERATED ONCE SESSION CREATED
FUNCTION MODULE
------What is the difference between report and script?
Answer
# 1 Reports script

Você também pode gostar