Hi all Could u please tell me the answers for following
questions,
Why we need IDocs...?
What is the purpose of IDocs...?
Thanks in Advance,
Sanjeev.K
Answer Posted / vishal balapure
IDoc's are ment for transfering data from one SAP/Non SAP
system to SAP/Non SAP System. IDoc stands for Intermidate
Documents. Eg. Receiving orders from Vendor and passing
them the invoice can be done using IDoc.
Even using web services we can send or recived data to and
from SAP using IDoc.
Hope i answered your question, if you need more info do let
me know.
Regards,
Vishal Balapure
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an abap data dictionary? : abap data dictionary
What is luw or data base transaction ?
What is the difference between data elements and domains? : abap data dictionary
What is an interactive report?
What is an update type with reference to a match code id? : abap data dictionary
How many types of size categories and data classes are there? : abap data dictionary
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
wat is the default file name of BAPI trace?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What are the basic components of dialog program?
What is synchronous update?
What are the user interfaces of interactive lists?
What is the significance of the memory table ‘screen’?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.