У нас вы можете посмотреть бесплатно SAP CPI XML Modifier & All Splitters Explained | Complete Practical Demo in Hindi | Day - 5 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
SAP BTP CPI COMPLETE TRAINING – BEGINNER TO ADVANCED – 30 DAYS COURSE IN HINDI In this video, you will learn XML Modifier and all types of Splitters in SAP BTP Cloud Integration (SAP CPI) with a complete practical example using Postman, XML payload, and Groovy scripting. This session is part of the SAP BTP CPI Complete Training – Beginner to Advanced (30 Days Course) in Hindi, specially designed for beginners and working professionals who want real project-level understanding. 🔹 Topics Covered in This Video XML Modifier in SAP CPI What is XML Modifier and why it is used How to read XML payload in SAP CPI How to modify XML elements and structure How XML Modifier works with namespaces Splitters in SAP CPI (Explained Practically) What is Splitter in SAP CPI Why Splitter is required in integration scenarios Types of Splitters used in this video: Iterating Splitter General Splitter XPath-based Splitter How multiple XML nodes are split into individual messages How SAP CPI processes each split message separately Real-Time XML Use Case XML Orders payload containing multiple Order nodes Each Order is split and processed individually Fields used in the XML: OrderId CustomerName Country Amount Postman Integration How to pass XML payload from Postman as request body How to test SAP CPI iFlow using Postman How to validate splitter output using CPI Monitoring 🔹 Groovy Script for Message Processing Log Attachment In this video, a Groovy script is used to create an attachment in Message Processing Log instead of writing the payload in trace, which helps avoid memory consumption issues. import com.sap.gateway.ip.core.customdev.util.Message; def Message processData(Message message) { def body = message.getBody(java.lang.String) as String; def messageLog = messageLogFactory.getMessageLog(message); if(messageLog != null){ messageLog.addAttachmentAsString("data", body, "text/plain"); } return message; } 🔹 What You Will Gain from This Video Clear understanding of XML handling in SAP CPI Practical knowledge of Splitter configuration Real project-based learning approach Confidence to work on XML-based integration scenarios Helpful for SAP CPI Interviews and Live Projects 🔹 Who Should Watch This Video SAP CPI Beginners SAP BTP Integration Developers SAP Technical Consultants Students and Freshers learning SAP CPI Professionals preparing for CPI interviews 🔹 Course Information Course Name: SAP BTP CPI Complete Training Duration: 30 Days Language: Hindi Trainer: Abhishek 🔔 Stay Connected If you find this video helpful: Like the video Subscribe to the channel Share with your friends and colleagues Feel free to comment if you have any doubts related to SAP CPI, XML, Splitters, or Groovy scripting. SAP CPI XML Modifier, SAP CPI Splitter, SAP BTP Cloud Integration, SAP CPI Training in Hindi, XML Splitter CPI, Iterating Splitter SAP CPI, Groovy Script SAP CPI, Postman SAP CPI, SAP Integration Suite