ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  SAP ALE IDocs
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
What is idoc? What is the structure of idoc?
 Question Submitted By :: Tamseel Hashmi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 1
idoc stands for intermediate documents,it is used for data
sending current system to remote system .
the structure of idocs is
1. data records
2. control records
3. status recors
          these are stored in sap tables like that.
edidd
edidc
edids
 
Is This Answer Correct ?    4 Yes 2 No
Prabhu Das
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 2
IDOC - Stands for Intermediate documents.
The purpose of the IDOC to carry the information from one 
system to the other system(Remote system)

For example : A delivery note trigger in the SAP should be 
udpated in the wearhouse system (Remote place). Which may 
be a non-sap system. 

When an idoc is triggered from SAP. The data of the 
delivery note will be carried in the Data Record 
(Structure/Segments),

From and to address will be there in the control record.

Status record holds the status (Once the remote system 
receives the IDOC) the status is updated in this area.
 
Is This Answer Correct ?    5 Yes 1 No
Sridhar Madisetty
 
 
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 3
Idoc : Intermediate Document 

Exact use of it is transfering data from legacy system to 
the sap and vice versa.

Idoc structure is 
1 Data record : This data record can be one or more .
2 control record : This control record shd be one and it 
contain the info like who is the sender , who is the 
receiver , type of message etc.
3 Status record: This status records can also be one one or 
more basing upon the the stages the idoc is tranfered.
these status records are 1 to 75.
1 to 49 are reserved for outbound and 50 to 75 are reserved 
for outbound.
 
Is This Answer Correct ?    5 Yes 1 No
Lavanya
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 4
Idoc is a intermediate document.we can transfer the data 
across sap r/3 systems with idoc.idoc structure have three
components those are control record,data record,status 
record.Control record holds the adress details of inbound 
system.It has predefined structure EDIDC.Data record holds 
record in IDOC based on segments. predefined structure is 
EDIDD.STAUS shows the weather idoc sucees or not.It has
predefined structure BDIDOCSTAT.
 
Is This Answer Correct ?    2 Yes 1 No
Shashishekhar.ramagundam
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 5
Insimple words idoc is a container that carries data to be 
exchanged between sap system and the external sys which can 
be either r/3,r/2,legacy sys and structure of idoc is 
determined by the idoc type ..
 
Is This Answer Correct ?    0 Yes 0 No
Vasavi
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 6
IDoc (for intermediate document) is a standard data 
structure for electronic data interchange (EDI) between 
application programs written for the popular SAP business 
system or between an SAP application and an external 
program. IDocs serve as the vehicle for data transfer in 
SAP's Application Link Enabling (ALE) system.
Idoc structure is 
1 Data record : This data record can be one or more .
2 control record : This control record shd be one and it 
contain the info like who is the sender , who is the 
receiver , type of message etc.
3 Status record: This status records can also be one one or 
more basing upon the the stages the idoc is tranfered.
these status records are 1 to 75.
1 to 49 are reserved for outbound and 50 to 75 are reserved 
for outbound.
 
Is This Answer Correct ?    0 Yes 1 No
Blessen Samuel
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 7
idoc is used to transfer data across applications.structure 
of the idoc is edidc,edidd,edids.
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 
  Re: What is idoc? What is the structure of idoc?
Answer
# 8
Idoc stands for Intermediate documents used for carrying 
data from one SAP/Legacy system to another SAP/Legacy 
system.
Idoc Structure is as follows:
1 Data record : This data record can be one or more .
2 control record : This control record shd be one and it 
contain the info like who is the sender , who is the 
receiver , type of message etc.
3 Status record: This status records can also be one one or 
more basing upon the the stages the idoc is tranfered.
these status records are 1 to 75.
1 to 49 are reserved for outbound and 50 to 75 are reserved 
for outbound.
 
Is This Answer Correct ?    0 Yes 0 No
Arindam
 

 
 
 
Other SAP ALE IDocs Interview Questions
 
  Question Asked @ Answers
 
Whose responsibility is to create condition records,output type ,output determination,condition table ,access sequence? that is i want to know whether its a technical or functional consultants responsibility ?  3
how do we debug an idoc ? please help me? SAP-Labs1
when idoc is created in which table its stored ... IBM2
What is the main difference between interfaces and XI,I think both are cross-applications right?what is the exclusive difference.  1
what are the main transaction used for IDOCs  6
What is idoc? What is the structure of idoc? Cap-Gemini8
i am learning abap and finding very diffculty in understanding the message control technique especially in sending IDOCS? what are the steps in message control ? Satyam3
what are the roles and responsibilities of a technical consultant will be assigned in idoc development in real time? in case of a)IDOC EXTENSION b)sending TRANSACTIONAL IDOC c)CHANGE POINTERS  1
What is IDOC Extention. & How to do it? Satyam5
how to send the idoc to multiple sub systems? TCS2
Whose responsibility is to create condition records,output type ,output determination,condition table ,access sequence? that is i want to know whether its a technical or functional consultants responsibility ?  1
How to Handle the IDOC Errors using Messages?  2
How to create an Idoc & Attached to SAP Transaction? For example we want to trigger IDOC To other system when we Save the PO Via ME21N. Accenture2
Hi All, Can anyone help me...I have a doubt in master idoc and communication idoc generation. 1.what is master idoc. 2.what is communication idoc. 3.if i want to send the five records throgh BD10 then how may no of master and communication idocs will generate depends on what they are generating the master and communication idocs. please i need urgently.  3
 
For more SAP ALE IDocs Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com