| Back to Questions Page |
| |
| Question |
how do we debug an idoc ? please help me? |
Rank |
Answer Posted By |
|
Question Submitted By :: Amar |
| This Interview Question Asked @ SAP-Labs |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | using function module idoc_outbound_<message type>. we can
set the break point for this function module.  |
| Bhaskar |
| |
| |
| Question |
when idoc is created in which table its stored ... |
Rank |
Answer Posted By |
|
Question Submitted By :: Bighnaraj |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | EDIDD to store data records.
EDIDC to store control information.
EDIDS to store status of IDOC  |
| Hemlata |
| |
| |
| Answer | EDID4 is the table to store data segments (EDIDD is the
structue, not a table)  |
| Devendra Raut |
| |
| |
|
|
| |
| Question |
What is the main difference between interfaces and XI,I
think both are cross-applications right?what is the
exclusive difference. |
Rank |
Answer Posted By |
|
Question Submitted By :: Lz8xzf |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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) XI supports both Syncronus and asyncronus communications
3) in XI we can find the status of the message where it is
during the process of Message processing.
4) We have so many kinds of monitoring techniques.
5) Here we can have N number of senders and N number of
recievers based on your requirement.
6) It supports to process multiple messages at a time from
different senders to multiple recievers.
So I feel we cant perform all these things in
Interfaces.That is the reason XI come into picture.
Still if u get any thing other than this please mail me at
cravisap@gmail.com  |
| Cravisap@gmail.com |
| |
| |
| Question |
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.
|
Rank |
Answer Posted By |
|
Question Submitted By :: Lz8xzf |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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
IDOC is validated from the distribution model . And this
IDOC is stored in database table . you can see this IDOC
from we02 tcode.
Best Regards,
Suresh .  |
| Suresh |
| |
| |
| Answer | Inbound process strats when application data is creatred
inthe database.
Based on the given input outbound program trigers ,reads the
application data from the database& generates the master idoc.
Master idoc is the data inthe internal table. master idoc
data will not save any where in sap.
comm idoc is the physical idoc which is reciever specific.
1 master &communication idoc  |
| Sandeep |
| |
| |
| Answer | 5 master idocs and the number of communication idocs is
based on the number of recipient systems which is mention
in the customer distribution model of that message..  |
| Vasavi |
| |
| |
| Question |
how to send the idoc to multiple sub systems? |
Rank |
Answer Posted By |
|
Question Submitted By :: Madhuri |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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  |
| Suresh |
| |
| |
| Answer | if you are sending one idoc is to more systems you are
create one sender logical system and more recive logical
systems in T.CODE is SALE. then yoou are send In T.CODE
BD64.  |
| Ajay Kolla |
| |
| |
| Question |
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 ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Uday |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Above Realated Functionalities (operations) is Related to
Fuctional Guys only, or Sume times According to requirement
Clients are take care some output determination.  |
| Kumar |
| |
| |
| Answer | endusers and keyusers define condition records
output type and output determinition are configured by
functional consultants.  |
| M.r.reddy |
| |
| |
| Answer | All these configuration settings are done by functional
consultants.
Regards
Rami Reddy  |
| Rami Reddy |
| |
| |
| Question |
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 |
Rank |
Answer Posted By |
|
Question Submitted By :: Uday |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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
MATERIALMASTERS,CUSTOMERMASTER,VENDORMASTER.
ALL THE CHANGES CREATIONS DONE TO THOSE DOCUMENTS ARE
STORED IN CHANGE DOCUMENT HEADER TABLE.
TABLE NAME:CDHDR  |
| Mahesh |
| |
| |
| Question |
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 ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Uday |
| This Interview Question Asked @ Satyam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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 it is predefined.
in the same way if i am tranfering Customer data then my
message type would be DEBMAS.
And So on.  |
| Lavanya |
| |
| |
| Answer | to create a message control:
if you want to send a po go to <me21n> select/create the
po.no click /messages/ enter details of output type, medium
and partner , also configure the same in <nace>.
go to <we20>
select the vendor and double click the message type will
take to another screen.
click message control and enter the details with respect
to /messages/ and give the process code & save.
message control will be created.  |
| Jerome Prakash |
| |
| |
| Answer | msgcontrol is mainly used for transactional data to enerate
the idoc.frist u identify wt type of data u want transfer.
for using msg control we20 tcode inbound
parameters,outbound parametes,mudium in which vrous
componetsu fill it  |
| Bhaskar |
| |
| |
| Question |
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 ?
|
Rank |
Answer Posted By |
|
Question Submitted By :: Uday |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | it should be handled by technical consultants  |
| Venkat |
| |
| |
| Question |
How to Handle the IDOC Errors using Messages? |
Rank |
Answer Posted By |
|
Question Submitted By :: Tamseel Hashmi |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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 idoc
status).
To re-process the IDOC use - WE19 (Tcode)
OR
Re-trigger the IDOC to re-triggering the message output
(Outbound case).  |
| Sridhar Madisetty |
| |
| |
| Answer | ALE+WORKFLOW HANDLES ERRORS.  |
| Shashishekhar.ramagundam |
| |
| |
| Question |
What is IDOC Extention. & How to do it? |
Rank |
Answer Posted By |
|
Question Submitted By :: Tamseel Hashmi |
| This Interview Question Asked @ Satyam , HCL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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".  |
| Venkateswarlu.bandi |
| |
| |
| Answer | exextened functionality and use more functionality to the
basic idoc is nothing but idoc extention.  |
| Nikhil |
| |
| |
| Answer | Idoc extension is nothing but adding extra functionality to
the existing message type.
Steps :
1.Go to Tcode WE30.
In that click the radiobutton extended.Execute and save.
2.Go to Tcode we20 (create patner profiles).
in this after entering the patner profile and when u
press the enter button then it will direct u to another
page wherein u enter the message type and if it is the
extended idoc then extended message type also need to
specified.  |
| Lavanya |
| |
| |
| Answer | Adding extra functionality to basic idoc is the concept of
extended idoc.
go to we 30 click on extension idoc radio button  |
| Sukumar Ambati |
| |
| |
| Answer | idoc is nothing but intermediatery documentation for inter
company posting purpose its used  |
| Seshaiah |
| |
| |
| Question |
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. |
Rank |
Answer Posted By |
|
Question Submitted By :: Tamseel Hashmi |
| This Interview Question Asked @ Accenture |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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. Add an message
type in the outbound paramater.
6. Have an entry of port name and basic types (IDoc types)
in the outbound options tab
7. Add and an entry in the message control option with the
output type (ME21N- Output type) and the process code.
8. When you db click on the process code the FM should
appear.
9. When an output is triggered in the ME21N transaction wit
the EDI output medium. The idoc will be triggered  |
| Sridhar Madisetty |
| |
| |
| Answer | create segment using we31 x-code
create idoc(basic type ) using we30 x-code
then use we81 and we 82 x-codes  |
| Surya |
| |
| |
|
| |
|
Back to Questions Page |