We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Experts, I'm trying to solve a string problem where I need to find the longest substring with K ( K is 2 or 3 or 4 ) unique characters. Please help,
Example -
"aabbcc", k = 1
Max substring can be any one from {"aa" , "bb" , "cc"}.
"aabbcc",...
Hi Experts,
I have a scenario where I need to create a form (say Inquiry form) in SAP UI5 and link of this form will be available in the company website so anyone who is able access company website via internet can open and fill this form too. I w...
Hi Expert,
My client want to analyse that how Splunk software will be useful with SAP. As per my initial analysis it seems Splunk can be used for Logging purpose but I think we can also do loggin in Solman.
Please let me know why we should use ...
Hi Experts,
I have an adobe form for PO output where address is getting printed using ADRNR and COUNTRY has also been passed along with address number. I want to translate this address in other language (i.e. FR) if other language is being use...
Hi Experts,
I have gone through many posts, blogs but couldnt find my answer so writing here. My question is regarding Adobe form translation. I have adobe form configured for PO output and I need to maintain the translation from English to other ...
sandra.rossi As per your logic, how I can find the duplicate characters in substring within the loop programmatically. Ex- lets say my sub-string in 5th loop pass is "ababc" here for I have 3 Unique characters but within a loop how I can identify th...
There are lots of videos and blogs which explains the logic and solution in different programmning languages not in ABAP. While I'm trying to write the logic in ABAP just seeking help to ensure I have a working and effective solution.
Hi Matthew, if we look at below example where K is 3 means my Sub-String can have maximum 3 characters and I need to find the longest Sub-String. I'm stuck to find the duplicate characters in sub-string, once I can remove duplicate characters (say "a...
Not a home work question but its a frequently asked question. I though it would be very easy but when I tried to implement I could not find a working solution so I thought to ask the experts if someone can suggest a solution.