i need the explanation for the following one .
1.BAPI
2.BADI
3.USEREXITS.
4.ALE,IDOCS,REPORT,SAPSCRIPTS,SMARTFORMS.
And their uses,what is it process in realtime.
Answer Posted / pavendhan
IDOC - Data container used to hold the data while transfer
from R/3 to R/3 or R/3 to Non SAP
ALE - Interface between various clients
BAPI - upload data from Non Sap to R/3 using objects.
BADI - Customer enhancements.
REPORTS - Programs used to retrieve data from the database
tables and show the output list as per user requirments.
SAP Scripts - Design layouts for Pre printable formatted
documents.
Smart forms - Text Management System
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which FM do you use to find out who is reporting to whom
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the purpose of sum statement?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the names of the function modules that will be generated upon activation of a lock object?
How to give programe name as input in BDC report of abap ?
How do you process errors in call transaction method? : abap bdc
If yes then why do we require logical database
Is it possible to bring select option in module pool screens?
How do you find number of records present in internal table?
What are function modules?
How can you display frames (horizontal and vertical lines) in lists?
What is a subscreen? How can we use a subscreen?
How can we access the correction and transport system?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization