New SAP ALE IDocs Interview Questions :: ALLInterview.com http://www.allinterview.com New SAP ALE IDocs Interview Questions en-us how do we debug an idoc ? please help me? http://www.allinterview.com/showanswers/77524.html using function module idoc_outbound_<message type>. we can set the break point for this function module. what is the diff between Idoc and psa when we are loading hierarchies http://www.allinterview.com/showanswers/76479.html sir send me all interview question in sap abap(ibm) as user exit,bdc http://www.allinterview.com/showanswers/76091.html Hi to all. Let me know please &#039;IN real time What is actual role http://www.allinterview.com/showanswers/75640.html when idoc is created in which table its stored ... http://www.allinterview.com/showanswers/74190.html EDIDD to store data records. EDIDC to store control information. EDIDS to store status of IDOC What is the main difference between interfaces and XI,I think both a http://www.allinterview.com/showanswers/63641.html According to my knowledge in SAP XI we have so many kind of control levels to process the message. For instance i will discuss on few points, like 1) Here using XI we can communicate with the SAP or Non-SAP at sender side or reciever side. 2) Hi All, Can anyone help me...I have a doubt in master idoc and co http://www.allinterview.com/showanswers/63639.html Hi , Master IDOC : This idoc collects all the required data into single IDOC and this is temporarily stored in memory. Communication IDOC: there can be n number of communication IDOCs generated. This comes into picture after the Master how to send the idoc to multiple sub systems? http://www.allinterview.com/showanswers/63527.html Hi, As per my knowledge, you cannot send the single IDOC to multiple system . At a time an IDOC can be directed to only single system . Thanks & Regards, Suresh Whose responsibility is to create condition records,output type ,outp http://www.allinterview.com/showanswers/56339.html Above Realated Functionalities (operations) is Related to Fuctional Guys only, or Sume times According to requirement Clients are take care some output determination. what are the roles and responsibilities of a technical consultant wil http://www.allinterview.com/showanswers/56338.html CHANGE POINTERS:ACTIVATION OF CHANGEPOINTERS FOR MESSAGE TYPES. CREATION OF IDOCS FR CHANGE POINTERS. CHANGE POINTERS CONCEPT IS BASED ON CHANGE DOCUMENT TECHNIQUE,WHICH KEEPS A TRACK ON ALL THE CHANGES MADE TO KEEP DOCUMENTS SUCH AS i am learning abap and finding very diffculty in understanding the me http://www.allinterview.com/showanswers/56337.html Message control : Every Idoc that is trasnferred is associated with the message type. Message type defines the type of data the idoc is containing. See for example : If i am transffering material data then my message type would be MATMAS Whose responsibility is to create condition records,output type ,outp http://www.allinterview.com/showanswers/56336.html it should be handled by technical consultants How to Handle the IDOC Errors using Messages? http://www.allinterview.com/showanswers/35303.html I Understand the question as to Handle the IDOC after processing which was showing with error messages. If that is the case. Reprocess the IDOC by populating the missing data/ Correct data (Depends upon the type of message showing in the i What is IDOC Extention. &amp; How to do it? http://www.allinterview.com/showanswers/35302.html idoc exetension is nothing but a to add the some more functinality to the basic idoc. that is called the idoc exetension. this is done by using the transaction code we30. and go select the radiobutton like "exetension". How to create an Idoc &amp; Attached to SAP Transaction? For example http://www.allinterview.com/showanswers/33632.html To create an Idoc. 1. Create message type. 2. Attach basic types of IDOC to message type. 3. Attach FM to the message type combination of IDOC types 4. Creat a process code and attach message type to it. 5. Create a Partner function through WE20