What are the different types of enhancements?
Answer / sangeeta
1. User Exit
2. Customer Exit ( Function Module Exit, Screen exit, Field Exit, Menu Exit)
3. BADI enhancements
4. Enhancement Framework (Implicit and Explicit enhancements)
Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of program rsbdcsub? : abap bdc
what is the purpose of RDBMOIND RPOGRAM?
What are the attributes of the data in data dictionary? : abap data dictionary
what are the events in LSMW?
what is difference between (internal table types)standard table and sorted table in sap abap....
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
As an ABAP developer, how can we check after we release our object as to where has it reached(i.e. testing client box ,production client box etc)? In case it is not possible please let me know the same.
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Suppose we are transfer data through BDC from legacy to SAP and their is some duplicate data in legacy system but we don’t want this in SAP system .So how can we check that this data is already exist ?
Give an example of interface from your project explaining why you used it?
differnce between screen exit, field exit and function exit
visibility of a field string declared using tables statement? true/false.