Top 50 Sap Pi Interview Questions You Must Prepare 27.Jul.2024

Q1. What Are Unicode Sap Web As Platforms?

oracle and ms sql

Q2. How To Solve The Following Conversion Error In Message Monitoring? Unable To Convert The Sender Service Xxxx To An Ale Logical System.

This error occurs in case of scenarios with IDOC adapters. Whenever you use business systems, make sure that the corresponding logical system name is maintained in the SLD.

Open your business system in the Integration Directory. Switch to Change mode. Access the menu path Service → Adapter Specific Identifiers. Click the button that says 'Compare with System Landscape Directory' and chose Apply. Save and activate your change list.

In case of business services, you can manually type a logical system name in the Adapter Specific Identifiers if required. This name should match the corresponding logical system name defined in the partner SAP system's partner profiles.

Q3. How To Solve The Following Error Coming In Message Monitoring? Runtimeexception In Message-mapping Transformation?

  1. The error is in Message Mapping. Go to the Test tab and test the message mapping with the incoming payload file.
  2. Check the source structure with the input file that you are sending to XI. Both structures should be exactly same. I mean all nodes and the node structures.
  3. Refresh the cache (both Delta cache and full cache) in SXI_CACHE transaction in PI.

Q4. What Is The Difference Between Rfc Adapter And Idoc Adapter?

Both RFC and IDOC adapter you can use for connecting SAP ECC from PI. But IDOC adapter you can use only for Asynchronous communication while RFC adapter you can use for Synchronous also.

Q5. Can Jdbc Adapter Query Db Tables? Can It Insert?

Yes

Q6. Where Would You Look To Find Logical System In The Sld.?

Business system wizard

Q7. If Idoc Has Been Changed In R/3 Then What Should Be Done With Respect To Pi?

Go to transaction IDX2 --> Delete the old IDOC structure and Load the new IDOC structure

Q8. The Message Has Been Sent From Sender To Pi Or From Pi To Receiver But Nothing Is Coming In Message Monitoring. Where Is The Input File?

The file got stucked in the PI queue. Check the following.

  1. qRFC Monitoring: transaction SM58 Click Deregistration Click Registration
  2. qRFC monitor (Outbound queue) Check the queue and monitor the problem
  3. qRFC monitor (Inbound queue) Check the queue and monitor the problem

Q9. What Are The Usual Project Scenarios On The Job (legacy Systems Or Erp)?

It depends on the client requirement but you should know about the R3-MDM integration.most of the requirement it would be use. Related scenarios as I mentioned are MDM-BIW integration, SRM-MDM Catalog, MDM-XI-R3 integration, RPCM,enrichment adaptor etc...

Q10. What Format Can Jdbc Adapter Communicate In? Should You Use Native Sql?

JDBC adapter converts database content to XML messages and the other way around.

Q11. Experience With Requirements Gathering?

If you have been interacting with the client for gathering the req need to explain them on what basis the req were gathered.

These are the things you can ask the client to get the requirements:

  1. What is the problem? This will give answer for why they are going for XI? Here try to Understand the business as well as integration? Where XI come into the picture?
  2. Total number of systems involved in integration? That is their SLD? Details?
  3. Scenarios (interfaces)? Total? What kind of? But here once again this is depends on project. Some times client will give this (or) based on the requirement you people have to decide? It is fully depends..!!!! take care
  4. Then based on the scenario you need to get the full information ....this is place where you can ask all the questions from scenario to scenario. Get all the details as mentioned below apart from the basics try to ask something technically.
  5. Are they providing any XSD,WSDL, documents, Naming conventions..etc
  6. Protocols related like http, ftp, smtp, soap....
  7. If file related then CSV, Fixed....like that delimiter specific details.very imp this one.
  8. If R/3 present then ....it is Idoc, Rfc, BAPI,....any proxies and web services for direct communication ....etc

These are the basic things for XI integration project and after that every thing is specific to scenarios.

Q12. Did You Work On Rfc Adapter? If Your Answer Yes Then The Interviewer Ask You What Is Program Id?

Program id is one of the parameter in RFC sender Communication Channel. It should be same in RFC Destination ( Tcode -SM59 ) and XI RFC sender adapter. Once the XI components activated, sender RFC adapter will registers itself with program id specified, on SAP gateway. You can test this by using 'Test Connection' in SM59 for your RFC destination. If it is registered the test connection will go fine otherwise it will give an error.

Q13. After Transporting Pi Objects, The Objects Are Not Getting Updated / Created In The Target System?

Go to transaction SE01 -> Transports -> Global Information -> Transports -> check the error displayed there.

Also confirm that the business systems are ready for source and target system before transportation.

Q14. If Communications With Jdbc Using Xml Format, What Are 4 Actions You Could Do?

SELECT, INSERT, DELETE, UPDATE.

Q15. How To Monitor Bpm?

Use the transaction code SXMB_MONI_BPE.

Q16. How To Test The Alert?

You can test the alert by executing the report RSALERTTEST.

To check the log, execute the report SXMSALERT_LOGREADER.

Q17. Is It Possible To Transfer The Data Without Using Ir(repository)?

Yes, it is possible.

Q18. What Are The Different Ways Of Communication You Can Have With Sap System And Give The Merits And Demerits Of Each?

You can use IDOC adapter, RFC adapter and Proxy communication. Depends on the situation you can decide which way you need to connect SAP ECC from PI. If WAS version is >= 6.20 then you can go with Proxy communication with ECC. With PI 7.3 you can use proxy with Integration engine or Advanced Adapter Engine through SOAP Adapter over XI 3.0 protocol.

Q19. What Is Difference Between The Party And The Business Service And In Which Cases They Are Used With Details?

A Communication party represent a layer unit which is involved in cross-system process (eg. a company). and Business service represent an abstract, addressable unit. business services are used in cross-company process. for eg if the parties involved have only published there interfaces and not there system landscape or it is partly known. normally we use business services to communicate with different systems in same company.

Q20. What Are The Tools Used By Runtime To Monitor?

ccms (computer center management system), pmi (process monitoring infrastructure) and alert frame work.

Q21. After Some Changes Or Modification In Sld....the Changes Are Not Reflecting In Ir Or Id

Go to IR -> Menu -> Environment --> Clear SLD Data Cache

Go to ID -> Menu -> Environment --> Clear SLD Data Cache

Q22. What Does Partner Connectivity Kit Enable?

enables partners of XI customers to conduct XML document exchange with XI.

Q23. How To Solve The Following Error Coming In Message Monitoring? Party And Service Not Defined.

The problem is that the file is not able to get any party or service configured for itself.

Check the structure of input file and confirm that the same structure is assigned to Sender Interface.

Q24. Daily Activities And Responsibilities Of Xi Developer?

Monitoring after golive. troubleshoot performance issue when a ticket arises. on development part it will be creating BS, objects in IR, configuring in ID Based on the scenario that what you are working in the low level Working on SLD,IR,ID,RWB + developing the scenario+Documentation + Based on the requirements design + monitoring check + Performance+..etc

Q25. Which Development Object In Sap Xi Forms The "root Node" Of An Xml Document When An Xi Message Is Generated?

MESSAGE TYPE

Q26. How To Solve The Following Error Coming In Message Monitoring? Obligatory Node Xxx Missing In The Idoc Structure Xxx

The error is in Message Mapping. Check the node xxx and make sure all its attributes are mapped properly. For Ex: SEGMENT="1" and BEGIN="1"

Q27. What Is Ccms Button In Rwb?

It is an alert and monitoring for the error messages. To monitor SAP components . CCMS is SAP Computing Center Management System. RWB is smoothly integrated with CCMS and CCMS alerts can be viewed thro' the Runtime WorkBench. It provides alert monitoring for SAP Exchange Infrastructure Which is used for monitoring any system errors and administration errors. Enables monitor entire system centrally.

Q28. How To Transport Alert Rules?

Create a workbench transport request manually with transaction SE0@Delete the corresponding unclassified task of that request. Double click on the transport request and click on button 'edit <-> change'. For Program ID enter R3TR, for Object Type enter TABU and for Object Name enter SXMSALERTRULES.

Now click on the button with the key symbol (located under 'Function'). Click on 'Insert row' and enter * for table key. Save the request, release it and import it in the target system. Refer SAP Note 1110295

Q29. What Are Routing Rules?

Receiver determination rules and interface determination rules (includes mapping assign).

Q30. What Are The Activities For Sap Netweaver Xi Integration, Implementation, Post Go-live?

SAP NetWeaver XI integration where the Involvement of charing the information between SAP and Non SAP System comes into Picture.

Implementation where the SAP involvement into the business coming into Picture.

Go Alive After Developing the interface after come acrossing various stages like testing the Interface is made alive or used to the real time scenario is said to be GO ALIVE.

Q31. What Is The Relationship Between Product, Product Version, Software Component And Software Component Version? Give An Example.

PRODUCT: Represents a collection of all versions of a product. In SAP environment, a product corresponds to an SAP technical Component, e.g. 4.6c, 4.6d, and 4.7 COMPONENT: Represents a collection of all versions of a software components Examples of Software components are SAP_APPL, SAP_ABA, SAP_HR Software.

Q32. What The Central Administration Transaction To Manage The Alerting?

ALRTCATDEF.

Q33. Can Rfc Adapter Be Used For Asynchronous Processing?

YES, RFC adapter can be used for asynchronous processing.

Q34. How To Solve The Following Error Coming In Message Monitoring? No Receiver Could Be Determined?

Problem is in Receiver Determination. Check it. If everything is fine then just edit and change something then remove that change and again reactivate the receiver determination.

Q35. What Is The Process Performed In Runtime Workbench?

message monitoring, component monitoring, performance analysis and message alerting.

Q36. What 2 Data Types Are Automatically Created When The Namespace Is Saved In The Integration Repository?

ExchangeFaultdata and Exchange log data.

Q37. How To Solve The Following Error Coming In Message Monitoring? Http_resp_status_code_not_ok

Go to transaction SICF /default_host/sap/xi/engine double click on service Now check whether you have entered correct information for the following fields. Client, user id, password, and language information.

Q38. What Are The Components In Netweaver?

mobile infrastructure, enterprise portals, biw and MDM, sap xi (integration broker and bpm) WEB AS.

Q39. How To Process The Messages Stuck In Queues?

Check the queues using transactions SMQ1 (outbound)/SMQ2 (inbound). Resolve the displayed errors. You can cancel the messages from SXMB_MONI. Execute LUW if necessary and avoid deleting entries manually.

Q40. Partner Connectivity Kit Is Directly Integrated With?

integration engine.

Q41. Briefly Explain About Netweaver?

SAP NetWeaver provides an open integration and application platform and permits the integration of the Enterprise Services Architecture. Net weaver covers following topics:

  1. People Integration
  2. Process Integration
  3. Information Integration
  4. Application Platform.

Q42. Which Adapter Should You Use While Integrating With Any Sap System? Explain Why?

SAP gives us following options to communicate with SAP systems.

  1. IDoc Adapter
  2. RFC Adapter
  3. Proxy

Q43. What Are The Quality Of Services, Which Comes Under Asynchronous Process?

exactly once and exactly once in order.

Q44. How Long Are Usually The Projects?

It depends on the client requirement.

Q45. What Is The Use Of Idx2?

Maintain the Idoc Metadata. This is needed only by XI, and not by other SAP systems. IDX2 is needed because XI needs to construct IDoc-XML from the IDoc. No other SAP system needs to do that.

Q46. Jms Adapter Can Talk With What Type Of Systems? Give Some Examples

Messaging systems to the integration engine

Q47. What Are The Integrations In Netweaver?

People integration, information integration, process integration and application platform.

Q48. What Is Global Container In Sap Xi?

Container object---> can be only used in the function it is defined in.

Global container----> it can be used and remain visible across the different function.

Global container---> in the old days it was used to store objects in mappings now we can use global variables instead.

Container Object: This object enables you to cache the values that you want to read again when you next call the same user-defined function.

From SP14 and above avoid Global Container. Use Java Section of Message Mapping to define Global Variables and to use them in your UDF's.

Q49. What Are Service Users?

they have sapmuser roles on the abap part of the SAP web as that is available on the J2ee part as groups.

Q50. What Is The Message Flow In Sap Xi?

inbound handling, receiver determination, interface determination, channel determination, mapping, outbound handling.