SAP Managed Tags: ABAP Development Hi, We have packaged an ABAP Add-On in one of our development systems and installed it on a test system using transaction SAINT. We now need to remove this Add-On from the test system to re-test deployment. Has anyone ever successufully removed an AB...
But in contexts which allow for both (and even use both) tables with and without header lines, it might actually help readability to use [] –otherwise, readers would have to verify the type each time to be sure what the CLEAR does. Hmm, I did not think about it in this way! I ag...
0 Kudos 716 SAP Managed Tags: ABAP Development Hi Experts, I have a question with custom required fields in infotype, I want to remove the required field. Could you show me a solution to fix this issue? Thanks Advance. KeuReply ...
it was to set this line in the transformation just before de DSO. REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>CR_LF(1) in NAME with space. tryed that, but the error is still going on, "Message no. BRAIN315 Diagnosis Characters that have a hexadecimal display between HEX00 and...
SELECT SPACE(1) + val FROM CTE FOR XML PATH('') ))) RETURN @str END GO Code If as SQL programmer, you have created ReplaceMultipleSpaces() function in your SQL Server database, you can use this SQL function as follows in your code ...
SAP Managed Tags: ABAP Development How about this? DATA: l_field1 TYPE string, l_field2 TYPE string. DATA: numb(13) TYPE c VALUE '12123.010'. SPLIT numb AT '.' INTO l_field1 l_field2. REPLACE ALL OCCURRENCES OF '0' IN l_field2 WITH space. CONDENSE l_field2. CONCATENATE l_fi...
1,789 SAP Managed Tags: ABAP Development I don't find a way to remove it. I think it's handled differently than the classic buttons in the top of the ALV grid control (these buttons may be hidden). Why do you need to remove it, by the way? Reply Former...
This expanded space will now focus on all innovations across application development and automation at SAP. Stay tuned for more updates! Remove of non-printable characters from string Go to solution marcin_cholewczuk Active Contributor 2010 May 05 3:54 PM 0 Kudos 5,968 SAP Managed...