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 ...
Thank you so much, Sandra_Rossi , for an absolutely brilliant explanation! Your detailed analysis and clear examples made the concept crystal clear, and I appreciate the effort you put into crafting such a comprehensive and helpful response.
First, you can convert PDF xstring data to binary format( FM SCMS_XSTRING_TO_BINARY )Then use class cl_gui_html_viewer with methods load_data/ show_url to display PDF file in popup CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer ...
We have new ways to do in new abap syntax. You can try as per below.lv_all_string = 'Test1' && 'Test2' && 'Test3'. ORlv_text1 = 'Test1'.lv_text2 = 'Test2'.lv_text3 = 'Test2'.lv_all_string = |{ lv_text1 }{ lv_text2 }{ lv_text3 }|.lv_all_string wil...
Thank you @rhoresh1 for going through the post. I checked the YouTube link. I didn't find the T-code in ECC/S4 systems. Not sure which system it is referring to. Secondly, it demonstrates to import functionality of Excel files instead of export.