what is basic difference between BDC&dialogprogramming?
what is basic difference between reports&dialogprogramming?
Answer Posted / prashant nemane
BDC is used to upload Mass data in SAP. BDC at the end
gives a Call to the transaction for which it uploads the
data.
Dialog Programming is a process were in different screens
are designed to take input from user do a process on it and
give output.
Reports are programs which take input from the user and
display data in the output.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Double click function on the lists, identifying the line selected by the user on the list?
What is the tcode to create indexes?
What is the difference between a structure and a table?
What are the classifications of the sap abap data classes?
Difference between sy-tabix and sy-index? Where it is used?
Can a transparent table exist in the data dictionary but not in the database physically?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are two methods of modifying sap standard tables?
Is it possible to bring select option in module pool screens?
Search help exit details.
What are table clusters?
How do I find the output type of a table or a program?
What is the difference between data elements and domains? : abap data dictionary
What are ranges?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?