InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which Type Of Workprocess Can Execute Only Once In R/3 System(sap)? |
|
Answer» Dialog work processor. |
|
| 2. |
Can We Attach More Than One Messages With One Idoc? |
|
Answer» yes, we can ATTACH more than ONE message TYPES to one idoc. For example sendor WANTS the RECORDS on both material and purchase at same time then we need to add two message types to one idoc. yes, we can attach more than one message types to one idoc. For example sendor wants the records on both material and purchase at same time then we need to add two message types to one idoc. |
|
| 3. |
Suppose Their Is One Sender And We Have Three Receivers. While Generating An Idoc Will It Generate 3 Idocs For Three Receivers? Explain In Detail How The Flow Goes From Outbound To Inbound Systems? |
|
Answer» in SALE we maintain the Sendor as well as three Receivers (how many receivers to send the same idoc), and assign the sendor in sendor system as well as assign receivers in receivers system(sale-->ASSIGNMENT) three receivers.
in SALE we maintain the Sendor as well as three Receivers (how many receivers to send the same idoc), and assign the sendor in sendor system as well as assign receivers in receivers system(sale-->assignment) three receivers. |
|
| 4. |
Where To See Idoc In Inbound Side Whether It Is Received In Receiver System Or Not? |
|
Answer» By executing Conversion Program RBDMOIND...
By executing Conversion Program RBDMOIND... |
|
| 5. |
How The Data Is Coming From 3rd Party System To Sap System? |
|
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 INTEGRATION 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. 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 integration 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. |
|
| 6. |
While Sending Idoc From Receiver Side I Got Msg Type 3 And 12.but In Receiver Side While Executing We02, I Am Getting The Error No Idocs Selected Instead Of Getting Msg Type 53.i Am Simply Sending A Material From One Client To Another Client? |
|
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. 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. |
|
| 7. |
How To Debug An Idoc? |
|
Answer» for OUTBOUND we can send through program or functionmodule.but INBOUND idoc only through function module. so its DEPENDS whether it is outbound or inbound.then we will DEBUG. for outbound we can send through program or functionmodule.but inbound idoc only through function module. so its depends whether it is outbound or inbound.then we will debug. |
|
| 8. |
When Idoc Is Created In Which Table Its Stored? |
Answer»
|
|
| 9. |
What Is The Main Difference Between Interfaces And Xi, I Think Both Are Cross-applications Right? What Is The Exclusive Difference? |
|
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
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 |
|
| 10. |
How To Send The Idoc To Multiple Sub Systems? |
|
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. 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. |
|
| 11. |
Without Using The Distribution Model, Can We Send Data From One System To Another System By Using Ale? |
|
Answer» no we con't send.because When ever we TRY to send an IDOC it checks with distribution model and is there any filtering is DEFIND or not, if it is defined then checks with filter data and then it checks with RECIVER and messagetype. no we con't send.because When ever we try to send an IDOC it checks with distribution model and is there any filtering is defind or not, if it is defined then checks with filter data and then it checks with reciver and messagetype. |
|
| 12. |
What Is The Main Difference Between Ale/idoc And Bapi? |
|
Answer» ALE/IDocs are USED for ASYNCHRONOUS INFORMATION INTERCHANGE.while BAPIs are used for SYNCHRONOUS information interchange. ALE/IDocs are used for asynchronous information interchange.while BAPIs are used for synchronous information interchange. |
|
| 13. |
What Is The Table For Trfc Port? |
|
Answer» 'TidDatabaseConnectionString' this is the type of PORT for processing IDOC's. DIFFERENT TYPES OF PORTS 'TidDatabaseConnectionString' this is the type of port for processing idoc's. DIFFERENT TYPES OF PORTS |
|
| 14. |
Why We Need To Create Rfc Destination From Pi To R/3? |
|
Answer» pi(process INTEGRATION) itself ACTS as MIDDLEWARE for CREATING connection between A2A OR B2B SCENARIOS.pi provides SINGLE point of integration. pi(process integration) itself acts as middleware for creating connection between A2A OR B2B SCENARIOS.pi provides single point of integration. |
|
| 15. |
How To Debug Idoc Manually? If I Want To Extend The Standard Idoc Say Matmas, Where We Have To Write Code For Extension? |
|
Answer» For ERRORS we NEED to check for the status codes and coming to debug we can debug our the assigned function module i.e idoc_input_matmas05 or Z(fun module) in case of custom and while processing in bd87 the COMPLETE idoc can be processed by selecting the option available. For errors we need to check for the status codes and coming to debug we can debug our the assigned function module i.e idoc_input_matmas05 or z(fun module) in case of custom and while processing in bd87 the complete idoc can be processed by selecting the option available. |
|
| 16. |
Can We, Generate I Doc For More Than 1 Vendor. I.e Can We Generate Idoc For More Than 1 Po Order? |
|
Answer» No it is not possible.because VENDOR NUMBER or PO numbers are the uniqe.so it can HOLDS the same vendor or po number uniquely. No it is not possible.because vendor number or po numbers are the uniqe.so it can holds the same vendor or po number uniquely. |
|
| 17. |
How To Reprocessing The Idoc? |
|
Answer» If you have any error in IDOC U can edit it by using we02 TCODE, after that you can reprocess the CORRECTED IDOC by using bd87tcode. If you have any error in IDOC u can edit it by using we02 tcode, after that you can reprocess the corrected IDOC by using bd87tcode. |
|
| 18. |
What Is The Difference Between Template And Table In Smart Forms? |
| Answer» | |
| 19. |
Explain Some Real Time Scenarios In Ale Idocs? |
Answer»
|
|
| 20. |
What Is The Diff Between Sap Memory And Abap Memory? |
|
Answer» SAP MEMORY (Global Memory): - is available to a user during the entire duration of a terminal session. Its contents are retained across transaction boundaries as well as external and internal sessions. ABAP/4 memory: The contents of the ABAP/4 memory are retained only during the LIFETIME of an external session (see also Organization of Modularization Units). You can retain or pass data across internal sessions. The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory. SAP memory (Global Memory): - is available to a user during the entire duration of a terminal session. Its contents are retained across transaction boundaries as well as external and internal sessions. ABAP/4 memory: The contents of the ABAP/4 memory are retained only during the lifetime of an external session (see also Organization of Modularization Units). You can retain or pass data across internal sessions. The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory. |
|
| 21. |
Suppose I Was Sent 10 Records Using Outbound In Ale/idoc 8 Records Are Up Dated In Data Base Tables What Happend Remaing Records Did Not Showing Error In We02? |
| Answer» | |
| 22. |
I Have Generated An Idoc With Error Again When Iam Generating It. It Is Generated With Different Idoc Number. But I Want The Same No Previously It Is Generated? |
|
Answer» You can use BD87 if you want to reprocess same IDOC number,here it will not generate new idoc number. SUPPOSE there was RFC Issue ,CONNECTION got failed then after rectifying RFC Connection then you can reprocess same idoc number. in case data is missing, then you NEED to WE19 Transaction -> enter idoc number -> fill the missing data. just drag the segments ,here you can fill data where ever required. If you use WE19 then it creates new idoc ,it gives work flow message. You can use BD87 if you want to reprocess same idoc number,here it will not generate new idoc number. suppose there was RFC Issue ,connection got failed then after rectifying RFC Connection then you can reprocess same idoc number. in case data is missing, then you need to WE19 Transaction -> enter idoc number -> fill the missing data. just drag the segments ,here you can fill data where ever required. If you use WE19 then it creates new idoc ,it gives work flow message. |
|
| 23. |
Where All The Idocs Get Stored After Creation? |
| Answer» | |
| 24. |
What Is The Difference Between Repair And Correction In Sap? |
|
Answer» SAP system present in customer environment is COPY of original system which is at SAP itself. That means all the objects present in customer environment are copy of the object originally created in SAP environment. So, If we modify copy of object then it is called as REPAIR and ASSIGNED to development task repair. Repair of object is ALSO called as modification. Whereas if we modify object in it's original system where it is actually created may it be SAP system or the objects created by customer in customer environment. Then such CHANGES is called as corrections and assigned to task Development/Correction. SAP system present in customer environment is copy of original system which is at SAP itself. That means all the objects present in customer environment are copy of the object originally created in SAP environment. So, If we modify copy of object then it is called as repair and assigned to development task repair. Repair of object is also called as modification. Whereas if we modify object in it's original system where it is actually created may it be SAP system or the objects created by customer in customer environment. Then such changes is called as corrections and assigned to task Development/Correction. |
|