yashoratna
Active Participant
Member since ‎2020 Dec 09

User Statistics

  • 54 Posts
  • 1 Solutions
  • 28 Kudos given
  • 62 Kudos received

User Activity

Introduction:  It begins innocently enough. We run the report /UI5/UI5_REPOSITORY_LOAD, hoping to capture all the UI5 changes in SAP Transport. The report prompts us for a file location path and Transport request, and we obligingly provide the necess...
Introduction:Let me share a curious situation I recently ran into. Imagine you need to fetch the maximum value from a table field. Easy peasy, right? Just use ORDER BY in your SQL SELECT statement and you're golden. Well, not so fast. That works perf...
Introduction: One business functionality in SAP CRM billing required development on SAP CRM JAVA pricing customer user-exit. I was wondering how to see the running code in an existing user exit. In order to address this, we must first download it usi...
Introduction: I recently encountered an odd problem when reading data from the material master database table. It had a few strange characters. Though I couldn't see anything in the GUI with my bare eyes except some spaces (Image 1), something was bu...
Introduction:  I recently came across an unusual scenario where we were sending an XML file to a customer whose system was unable to read the entire file.Reason: The system could not read more than 240 characters because all the data was on a single ...