| Back to Questions Page |
| |
| Question |
where to see idoc in inbound side whether it is received in receiver system or not? |
Rank |
Answer Posted By |
|
Question Submitted By :: Surya |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | By executing Conversion Program RBDMOIND...
1) Execute RBDMOIND in outbound program
2) If the status code is convert into 3 to 12 then we can
confirm the IDOC received successfully..
Buddula15  |
| Buddula15 |
| |
| |
| Answer | You can Use the Tcode BDM2..
Through this tcode you can view the Sending system Idoc
Number and Corresponding recieving System Idoc number...
status also you can get from this Tcode..
or elso note down the Corresponding Idoc number and check
in WE02..
Renjith Remanan
Collabera/IBM/WDC  |
| Renjith |
| |
| |
| Question |
How the data is coming from 3rd party system to SAP System?
Please explain me which conncetion you have to do? |
Rank |
Answer Posted By |
|
Question Submitted By :: Gopi |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Data from 3rd party can come from middleware tools like MERCATOR. Also data can from 3rd Party from email or fax also. This can be done by intergration mail system with SAP inbox.
The usual connection for middle ware tool can be type 4 TCP/IP - depending upon the setting of your gateway server properties one can integrate SAP with other party Middleware systems.  |
| Vikas |
| |
| |
|
|
| |
| Answer | By using webmethods tool like Contiva(using in TCS) we can
get data from 3rd party system  |
| Balaraju |
| |
| |
| Question |
hi friends!while sending idoc from receiver side i got msg
type 3 and 12.but in receiver side while executing we02,i
am gettig the error 'no idocs selected' instead of getting
msg type 53.i am simply sending a material from one client
to another client.if anybody knows this problem ky revert
back. |
Rank |
Answer Posted By |
|
Question Submitted By :: Sakthivel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | check inbound partner profile(WE20) in the receiver
side.give the correct partner number,message type and
process code.i  |
| Sainathraj |
| |
| |
| Answer | The very first setting you need to check is in distribution
model if the message type is configured for given sending
recieving system combination.if this is correct and partner
profile is wrong, you will get an IDoc stuc in 56 status on
inbound.
You can also check in we09 with giving more details like
segment name (related to MARA table ) and the corresponding
material no. in the field for selection with MATNR.  |
| Nitin |
| |
| |
| Answer | Hi,
If above answers didn't solve your Problem, Check the Port
Numbere in Tcode IDX1. and Message types configuration in
IDX2.
Renjith Remanan
Collabera/IBM  |
| Renjith Remanan |
| |
| |
| 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 |
| |
| |
| Answer | you can debugg the idoc through we19  |
| Mahaboob Subhani. Shaik |
| |
| |
| Answer | for outbound we can send through program or
functionmodule.but inbound idoc only through function
module.so its depends wheather it is outbound or
inbound.then we will debug  |
| Swaraj |
| |
| |
| Answer | i think we can debug using dynamic debugging mode for the
tcodes that are used for sending data like BD14,BD12,BD10  |
| Sainathraj |
| |
| |
| Question |
Hi to all.
Let me know please 'IN real time What is actual role of an
abaper in ALE-IDOCS and also wt abaper do in case of CHANGE
POINTERS.
PLEASE SEND ANSWER TO MY ID: harksingh83@gmail.com |
Rank |
Answer Posted By |
|
Question Submitted By :: Ra..j |
| This Interview Question Asked @ Cap-Gemini , IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | IN REAL TIME MAINLY WE WORK ON EXTENDED IDOC. WE WILL GO FOR
THE CAHNGE POINTER IF THERE IS ANY CHANGE IN THE EXITING
DATA NOT THE NEW DATA.IF WE CHAGE THE DATA (EX-CUSTOMER
ADDRESS)AND EXECUTE BD21 THEN CAHNGW POINTER WILL WORK.IF WE
CREATE A NEW CUSTOEMR THEN CAHNGE POINTER WILL NOT WORK  |
| Swaraj |
| |
| |
| Answer | change pointers technique is used when u want to send only
changes that are occured to the data in the database.to do
this 3 tcodes are needed.
BD61
BD50
BD21 (or) execute RBDMIDOC  |
| Sainathraj |
| |
| |
| 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 |
| |
| |
| Answer | Transport the data r/3 system to another r/3 system
or The data will be transport one client to another client  |
| Nagu |
| |
| |
| Answer | EDIDC, EDID4, EDIDS will have the values of control record,
data record, status records. But field the values in the
segments like E1EDP01-MATNR are not stored in any tables.
Reason behind this is the values in idocs are not fixed for
all IDOCS and will differ based on the transaction data.  |
| Bhaskar |
| |
| |
| 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 |
| |
| |
| Answer | master idoc: in the outbond process all the data in sap r/3
is retreived via outbond program.after retrieving, the data
is arranged in segments in heirarichal order in an internal
table.this internal table which has segments and data is
known as master idoc.
communication idocs : this completely depends upon the
distribution model which has list of senders and
receivers.so if receivers are not attached to senders in
distribution model than we have zero communication idocs.so
communication idoc is simply the data which gives the link
between the senders and receivers.
if u send 5 records it means u r sending 5 master idocs and
the number of communication idocs depend upon the number of
receivers u have in the distribution model.  |
| Sai |
| |
| |
| Answer | Master IDoc(s) : The internal table(s) having Segments and
Master Data is known as Master IDoc. The number of Master
IDocs generated are depend upon the number of records you send.
Communication IDoc(s) : The number of Communication IDocs
generated are depend upon the number of Receivers you have
in the Distribution Model.  |
| Vinod |
| |
| |
| 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 |
| |
| |
| Answer | Hi,
Create Two output type for the same So/PO and assign the
output type in partner profile.
REgards,
Nandha  |
| Nandha |
| |
| |
| Answer | You Have to Maintina distribution model ( BD64 ) for this
scenario.  |
| Sreedhar |
| |
| |
| Answer | Then you need to maintain the partner numbers(ie logical
systems) in both SALE(tcode) and BD64. At the same time
maintain partner profiles for each receiver participating in
the communication.  |
| Sainathraj |
| |
| |
| 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 |
| |
| |
| Answer | IT IS FUNCTIONAL  |
| Sainathraj |
| |
| |
| Answer | Functional consultant responsibility.  |
| Guest |
| |
| |
|
| |
|
Back to Questions Page |