| Back to Questions Page |
| Question |
What are the Steps for ALE Configuration in Real time
Senario. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Geet.geetu |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
1.creating "rfc" destination t.c:sm59
2.creating customer distribution model t.c:bd64
3.creating partner profile t.c:bd82  |
0 | Subbu |
| |
| |
| Question |
whai is the transaction code or table to see all print programs |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Madhuri |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Use NACE transaction and then select the output type from
that list. we can see the print programmes  |
0 | Malli.gontla |
| |
| |
| Question |
what is the keep parameter in BDC_OPEN_GROUP function module |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Madhuri119 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
If we pass KEEP = 'X'. Then Sesson will remain in SM35
transaction. After Executing our Z program we have to run
sesson in SM35. Then only Record will updated in database.  |
0 | Vandan |
| |
| |
|
|
| |
| Answer |
If KEEP = 'X' Parameter is passed. The session will remain
in SM35 even after successful execution otherwise it will be
deleted.  |
0 | Mohammad Ehtesham |
| |
| |
| Question |
what is the difference b/w database and data dictionary? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Madhuri119 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Hi,
Data Dictionay is an interface to create objects which will
be get stored in database.
In general term both refers the same meaning for Storage
Space.
Deepak
www.sahajayoga.org  |
0 | Deepak |
| |
| |
| Question |
if we are inserting record in BDC,if poweroff how can you
know how many records inserted?(poweroff yourside) |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Madhuri119 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
These types of logs are called as Application logs. In SLG1
tcode we can find those the records which r not updated.
OR
we can find by declaring one z table with only single field.
every time when ever document number is generated append
that number into that z table. if poweroff is takes place
then u can find how many updated document numbers in the z
table.  |
0 | Vandan |
| |
| |
| Question |
what is the difference table type and structure? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Srinivasaai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Stucture is line type which means body of internal table.
table type is row type which means workarea of IT.  |
0 | Uday |
| |
| |
| Answer |
A table type has some database attached to it, whereas the
structure is only a definition with NO DATABASE attached to
it.  |
0 | Apun |
| |
| |
| Question |
what is the remote system in ale whether it is sender /
receiver? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Saai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Rmote system means Receiver system  |
0 | Girish |
| |
| |
| Answer |
remote system is receiver system  |
0 | Padma |
| |
| |
| Question |
WHAT IS INTERFACE? HOW MANY INTERFACES |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
are u talking about RFC Interfaces ???  |
0 | Guest |
| |
| |
| Answer |
Generally BAPI,ALE,IDOC are called interfaces.They allow to
get data from other SAP or Non SAP system.  |
0 | Tharun |
| |
| |
| Answer |
to transfer r exchange data between R/3 n R/3 and nonsap to
SAPR/3, interfaces r useful like ALE , BAPI....  |
0 | Sudhakkar |
| |
| |
| Question |
Difference between Session Vs Call transactions? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Naren |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Session method:
...It can handle small amount of data as well as large
amount of data.
...It can handle multiple applications simultaneously.
...This method by default has log files. Log files is used
to store error records.
...It can process the data fore ground and back ground
because it can handle small amount of data as well as large
amount of data.
...It processes the database Asynchronously and updates the
database synchronously.
Call-transaction Method:
...With this method we can process the data in fore ground
only.
...This method compatible small amount of data only. user
can create log file explicitly using BDCMSGCOLL structure.
...It processes the data and updates synchronously.
...It can handle one application at a time.
Cheers..
MNK  |
0 | Norty_n |
| |
| |
| Answer |
Norty_n,
call transaction method can also be processed in the
background by mentioning the mode as 'N' in the syntax below
"CALL TRANSACTION 'MM01' USING BDCDATA MODE N UPDATE A
MESSAGE INTO MESSTAB".
Below are the difference between call transaction and
session method.
Session method Call transaction
1. Transfers data for multiple 1. Transfers data for
transactions. single transaction.
2. errog log is created by 2. errors need to be
default. handles explicitly.
3. processing is slower. 3. processing is faster
4. can transfer large amount of 4. Can transfer small
data. amount of data.
5. Data is not updated until 5. data is updated
session is processed. automatically.
Thanks
Jenny  |
0 | Jenny |
| |
| |
|
| |
|
Back to Questions Page |