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. |
How Do You Reprocess Error Inbound Idocs ? |
|
Answer» Open the IDOC in error in WE02 Transaction. EXPAND the status records, and see which segment is in error. REPLACE the error VALUE with the CORRECT value and click on the save button. Now GO to transaction BD87, enter the IDOC number and click on execute. It will re-process the IDOC with the modified data and display the success message if there are no errors in the edited data. Open the IDOC in error in WE02 Transaction. Expand the status records, and see which segment is in error. Replace the error value with the correct value and click on the save button. Now go to transaction BD87, enter the IDOC number and click on execute. It will re-process the IDOC with the modified data and display the success message if there are no errors in the edited data. |
|
| 2. |
What Is An Idoc Filtration? |
|
Answer» The system PROVIDES several filter OBJECTS for each message TYPE to filter data. We have to CHOOSE the appropriate filter for our business needs and add it to our distribution MODEL. We can create filter objects for a receiver in Distribution Model View: Tcode BD64. The system provides several filter objects for each message type to filter data. We have to choose the appropriate filter for our business needs and add it to our distribution model. We can create filter objects for a receiver in Distribution Model View: Tcode BD64. |
|
| 3. |
What Is The Serialization Of Idoc Message Type? |
|
Answer» IDocs are created, sent and posted in a specific order. This prevents errors occurring when inbound IDocs are processed. Interdependent MESSAGES can be distributed serially in different ways, as DESCRIBED in the following sections. SERIALIZATION Using Message TYPES Serialization Using Business Objects. IDocs are created, sent and posted in a specific order. This prevents errors occurring when inbound IDocs are processed. Interdependent messages can be distributed serially in different ways, as described in the following sections. Serialization Using Message Types Serialization Using Business Objects. |
|
| 4. |
What Is The Conversion Rule Of Lae/idoc? |
|
Answer» Imagine ,If both the systems have DIFFERENT configurations then we need to convert the measurements like UNIT of measure/Text id that is converting FIELD value from ONE value to another. Imagine ,If both the systems have different configurations then we need to convert the measurements like Unit of measure/Text id that is converting field value from one value to another. |
|
| 5. |
What Is An Idoc Status? What Are The Different Types Of Idoc Statuses ? |
|
Answer» When an IDoc is sent from one system to ANOTHER , it goes through variuos stages.The IDoc status indicates the stage that the Idoc in currently in. There about 75 IDoc statuses. 0-49 indicates an OUTBOUND IDoc and 50-75 as Inbound IDoc. 01 IDoc generated 02 Error passing data to port 03 Data passed to port OK 51 Application document not posted 52 Application document not fully posted 53 Application document posted When an IDoc is sent from one system to another , it goes through variuos stages.The IDoc status indicates the stage that the Idoc in currently in. There about 75 IDoc statuses. 0-49 indicates an Outbound IDoc and 50-75 as Inbound IDoc. 01 IDoc generated 02 Error passing data to port 03 Data passed to port OK 51 Application document not posted 52 Application document not fully posted 53 Application document posted |
|
| 6. |
Where Is All The Idocs Will Be Stored After Creation? |
| Answer» | |
| 7. |
How Do We Generate Idoc In Sap ? |
|
Answer» We can GENERATE IDOC USING FUNCTION MODULE MASTER_IDOC_DISTRIBUTE We can generate IDOC using function module MASTER_IDOC_DISTRIBUTE |
|
| 8. |
How Do You Reprocess Previously Generated Idoc With Same Number? |
|
Answer» We can USE BD87 ,if you WANT to REPROCESS same IDOC NUMBER. We can use BD87 ,if you want to reprocess same idoc number. |
|
| 9. |
Suppose I Was Sent 12 Records Using Outbound In Ale/idoc 10 Records Are Up Dated In Data Base Tables What Happens For Remaining Records Did Not Showing Error In We02? |
|
Answer» We are trying to generate the idocs with 12 records, and u FIND only 10 records idocs CREATED remaining records are missing.We have to check with the filter set up for the records for its receiving partner system LOGICAL system . Correct the filters then TRY regenerating the idocs(missing records). We are trying to generate the idocs with 12 records, and u find only 10 records idocs created remaining records are missing.We have to check with the filter set up for the records for its receiving partner system logical system . Correct the filters then try regenerating the idocs(missing records). |
|
| 10. |
How To Reprocess Edited Idoc's ? |
|
Answer» We can REPROCESS EDITED IDOC's USING PROGRAM RBDAGAIE (Se38 prorgram) We can reprocess edited IDOC's using program RBDAGAIE (Se38 prorgram) |
|
| 11. |
How Do You Correct And Reprocessing The Idoc? |
|
Answer» If we have any ERROR in IDOC then we can EDIT it by using WE02 Tcode,after that you can REPROCESS the CORRECTED IDOC by using BD87tcode. If we have any error in IDOC then we can edit it by using WE02 Tcode,after that you can reprocess the corrected IDOC by using BD87tcode. |
|
| 12. |
Can We Send The Idoc To Multiple Sub Systems? |
|
Answer» If you are sending ONE idoc to more systems ,then we have to create one sender logical system and more receiver logical systems in Tcode is SALE. After then we will SEND In Tcode BD64. If you are sending one idoc to more systems ,then we have to create one sender logical system and more receiver logical systems in Tcode is SALE. After then we will send In Tcode BD64. |
|
| 13. |
How To Reprocess Error Idoc's ? |
|
Answer» We can REPROCESS ERROR IDOC's(status 51) using program RBDAGAIN We can reprocess error IDOC's(status 51) using program RBDAGAIN |
|
| 14. |
How Can Debug Runtime Idoc? |
|
Answer» When it COMES to DEBUGGING, I BELIEVE we can MAKE USE of WE19 When it comes to debugging, I believe we can make use of WE19 |
|
| 15. |
What Is Structure Of Idoc? |
|
Answer» IDOC has THREE TYPE of records:
IDOC has three type of records: |
|
| 16. |
Difference Between Idoc And Idoc Type? |
|
Answer» IDOC TYPE SPECIFIES Data Structure and IDOC is the instance BASED on IDOC type. IDOC type specifies Data Structure and IDOC is the instance based on IDOC type. |
|
| 17. |
What Is An Idoc Extension ? |
|
Answer» You can even have an IDoc extension in which you can use the EXISTING Basic IDoc TYPE and add EXTRA segments and fields to it. Usually we extend an IDoc when the STANDARD SAP IDoc type is not ABLE to cater to the business process. You can even have an IDoc extension in which you can use the existing Basic IDoc type and add extra segments and fields to it. Usually we extend an IDoc when the standard SAP IDoc type is not able to cater to the business process. |
|
| 18. |
What Is Idoc Type? |
|
Answer» IDoc Type vs. IDoc: An IDoc Type is nothing but a COLLECTION of one or more structures defined in a system with specific fields. It does not HOLD Data. HOWEVER, an IDoc is SOMETHING that holds the values in the fields of the structure defined by IDOC type. The transaction code to view an IDoc type (BASIC and extension) is WE30. Examples: ORDERS04, DEBMAS04, MATMAS04, CREMAS04. These are all SAP standard Basic IDoc Types. IDoc Type vs. IDoc: An IDoc Type is nothing but a collection of one or more structures defined in a system with specific fields. It does not hold Data. However, an IDoc is something that holds the values in the fields of the structure defined by IDOC type. The transaction code to view an IDoc type (Basic and extension) is WE30. Examples: ORDERS04, DEBMAS04, MATMAS04, CREMAS04. These are all SAP standard Basic IDoc Types. |
|
| 19. |
What Is An Idoc? |
|
Answer» An IDOC (Intermediate document) is a VEHICLE that is used to TRANSFER data from one system to another. IDoc is not a technology of some sort , but it is just a container that holds data . It holds data in a structured FORMAT i.e. in the FIELDS of the Segments. An IDoc (Intermediate document) is a vehicle that is used to transfer data from one system to another. IDoc is not a technology of some sort , but it is just a container that holds data . It holds data in a structured format i.e. in the Fields of the Segments. |
|
| 20. |
How Do You View The Idoc file Status History? |
|
Answer» Select the IDOC file with transaction CODE WE02. Double-click on the IDOC file you wish to display. On the left side, you will have both the IDOC file content (segments) and the status history (SUCCESSIVE status VALUES). By clicking on the status, you will receive EVEN more details, such as time and user ID. Select the IDOC file with transaction code WE02. Double-click on the IDOC file you wish to display. On the left side, you will have both the IDOC file content (segments) and the status history (successive status values). By clicking on the status, you will receive even more details, such as time and user ID. |
|
| 21. |
How Do You Search Error Lines Within The Idoc file? |
|
Answer» Table EDID4 INCLUDES all the header and SEGMENT DATA of an IDOC file. Use transaction code SE16 to data browses the table. Another alternative is to implement transaction code WE09 or WE10. It retrieves IDOC files that match the condition you input (segment, field and value.). Table EDID4 includes all the header and segment data of an IDOC file. Use transaction code SE16 to data browses the table. Another alternative is to implement transaction code WE09 or WE10. It retrieves IDOC files that match the condition you input (segment, field and value.). |
|
| 22. |
How Do I Create A Fileter Group For My Message? |
|
Answer» To create a filter GROUP, implement TRANSACTION CODES BD59and BD95. To create a filter group, implement transaction codes BD59and BD95. |
|
| 23. |
How Can You Create A Flat File From Idoc Generated Through Transaction Code We19 For Outbound Processing? |
|
Answer» CHOOSE the standard outbound PROCESSING and SEND the created IDOC file to your file. Port TYPE file is maintained in transaction codes WE20 and WE21. Choose the standard outbound processing and send the created IDOC file to your file. Port type file is maintained in transaction codes WE20 and WE21. |
|
| 24. |
What Is The Whole Process To Send Custom Idoc From Source System To Destination System? |
|
Answer» Common configurations on both sides:
In Source system:
In Destination System:
Common configurations on both sides: In Source system: In Destination System: |
|
| 25. |
How Do You Create A Custom Idoc? |
Answer»
|
|
| 26. |
What Is A Distribution Model In Ale Idocs ? |
|
Answer» The DISTRIBUTION model describes how ALE messages FLOW between different logical SYSTEMS. You can mention the sender and receiver logical systems, the message type to be distributed and also distribute data(IDocs) based on CERTAIN conditions by using the distribution model. The distribution model describes how ALE messages flow between different logical systems. You can mention the sender and receiver logical systems, the message type to be distributed and also distribute data(IDocs) based on certain conditions by using the distribution model. |
|
| 27. |
What Is A Partner Profile ? |
|
Answer» To be able to communicate with a partner via an IDoc interface, each SYSTEM needs to maintain a partner profile. A partner profile is a MECHANISM by which the system can specify what kind of messages (message types) it can SEND or receive. Partner profiles can be MAINTAINED in WE20. To be able to communicate with a partner via an IDoc interface, each system needs to maintain a partner profile. A partner profile is a mechanism by which the system can specify what kind of messages (message types) it can send or receive. Partner profiles can be maintained in WE20. |
|
| 28. |
What Is A Message Type ? |
|
Answer» you will find that a Message type is ALWAYS ASSOCIATED with an IDoc type. , a Message type is USED just to specify the KIND of INFORMATION that a system can send or receive to or from another system. you will find that a Message type is always associated with an IDoc type. , a Message type is used just to specify the kind of information that a system can send or receive to or from another system. |
|
| 29. |
What Is A Port ? What Are The Types Of Ports ? |
|
Answer» A port is a communication channel through which Messages can be sent or RECEIVED in SAP . The common port types are the TRFC Port and the File Port. If both sender and receiver MENTION TRFC PORTS, data is exchanged via RFC connections. If however , a file port is mentioned , the IDOC is WRITTEN in a flat file at the specified location at the sender system.Then a FTP transfer should be done from that location to the receiver system or a Middleware that will send the file to the receiver system. The transaction to maintain ports is WE21. A port is a communication channel through which Messages can be sent or received in SAP . The common port types are the TRFC Port and the File Port. If both sender and receiver mention TRFC ports, data is exchanged via RFC connections. If however , a file port is mentioned , the IDOC is written in a flat file at the specified location at the sender system.Then a FTP transfer should be done from that location to the receiver system or a Middleware that will send the file to the receiver system. The transaction to maintain ports is WE21. |
|
| 30. |
What Are The Types Of Records In Sap Ale Idocs And Where Is This Information Stored ? |
|
Answer» There are THREE types of RECORDS in SAP ALE Idocs: Control Records: IDOC is STORED in STANDARD table EDIDC. Data Records: IDoc is stored in standard table EDIDD. Status Records: IDoc is stored in standard table EDIDS. There are three types of records in SAP ALE Idocs: Control Records: IDoc is stored in standard table EDIDC. Data Records: IDoc is stored in standard table EDIDD. Status Records: IDoc is stored in standard table EDIDS. |
|
| 31. |
What Is A Message Control In Sap? |
|
Answer» The MESSAGE control COMPONENT enables us to encapsulate business rules with out having to WRITE ABAP PROGRAMS. The message control component enables us to encapsulate business rules with out having to write ABAP programs. |
|
| 32. |
What Is Rfc Destination? |
|
Answer» USED to DEFINE the characteristics of communication links to a REMOTE system on which a FUNCTIONS needs to be executed. Used to define the characteristics of communication links to a remote system on which a functions needs to be executed. |
|
| 33. |
What Happens In The Inbound Process? |
| Answer» | |
| 34. |
What Happens In The Outbound Process? |
| Answer» | |
| 35. |
What Are The Process Types Of Edi? |
|
Answer»
EDI has two process: |
|
| 36. |
What Is An Edi ? |
|
Answer» EDI stands for Electronic Data Interchange.It related to the electronic exchange of business data in a structured FORMAT between two systems. The EDI subsystem generally converts the IDOC data into one of the many EDI formats and GENERATES an EDI file in an X12 format. The middleware then TRANSLATES the X12 file to an IDOC format and the IDOC is sent to the SAP system. EDI stands for Electronic Data Interchange.It related to the electronic exchange of business data in a structured format between two systems. The EDI subsystem generally converts the Idoc data into one of the many EDI formats and generates an EDI file in an X12 format. The middleware then translates the X12 file to an IDOC format and the IDOC is sent to the SAP system. |
|
| 37. |
What Are The Advantages Ale/idocs? |
Answer»
|
|
| 38. |
What Is An Ale ? |
|
Answer» ALE stands for APPLICATION LINK Enabling which links TWO systems. ALE is a technology that can enable exchange of data between two different Systems ( Sap - Sap OR Sap - Non Sap). ALE architecture has the 3 LAYERS :
ALE uses IDoc as a vehicle to transfer data between two systems. ALE stands for Application Link Enabling which links two systems. ALE is a technology that can enable exchange of data between two different Systems ( Sap - Sap OR Sap - Non Sap). ALE architecture has the 3 layers : ALE uses IDoc as a vehicle to transfer data between two systems. |
|