what is EDI ,ALE , Debugging, Smart Forms ,IDOC'S & BDOC'S
Answer Posted / satyaprasad
EDI (electronic data interchange) is used to communicate SAP to NON-SAP systems.The NON-SAP systems cannot understand the SAP code .For this problem we use Middleware tools like TIBCO ,SAPXI.
ALE(Application Link Enabling) is a Network.it used to communicate two or more servers which are geographically existed.
Debugging : Detailed error analysis source code level.it is executed the program in line by line .
Smartforms : Smartforms is a TOOL .which is used to generate Business Legal Processing Documents .The Tcode of Smartforms is SMARTFORMS.it is advanced version of Scripts.
IDOC's(Intermediate Document) : it is a collection of segments .segment is a collection of fields.IDOC is used to transfer the data between two servers.Tcode for IDOC is WE30.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is a subroutine?
How do you save data in bdc tables? : abap bdc
What is the significance of delivery class?
How can we send data to external programs?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What is a table cluster? : abap data dictionary
Badi concepts
How can we use multiple transactions by using bdc_insert? : abap bdc
What is table buffer?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What is the function of the correction system? : abap data dictionary
What is the lock object?
Explain what is a logical database?
what is leave to TRANSACTION?
Difference between sy-tabix and sy-index? Where it is used?