Ist der String unbeschränkt, so wird die Konstante abap_max_db_string_ln bzw. abap_max_db_rawstring_ln aus der Typgruppe ABAP zurückgeliefert. Letzteres wird auch für die eingebauten ABAP-Typen string und xstring zurückgegeben. numofchar Anzahl der Zeichen in arg, wobei schlie...
SAP Managed Tags: ABAP Development Hi, Cosider the following scenario: I have filename stored in l_file (type string) I want to determine if the last four chararcters are .xls How do i proceed after i determine the length with strlen( l_file ). ???Reply All forum topics ...
SAP Managed Tags: ABAP Development Hello all, I'm looking for a replacement of strlen command in unicode environment. This system is being upgraded from 4.6C non-unicode system. What I want to do is the following: case1: var = strlen('123). " returns 3 case2: var = strlen("XXX(...
Former Member In response to former_member156446 2008 Jan 29 6:35 AM 0 Kudos 1,069 SAP Managed Tags: ABAP Development Hi Martin , the string Defects 301000000899 recorded is this a message from the sap program or something like that? Where are you getting the string from pleas...
SAP Managed Tags: ABAP Development Hello GURUS: I am working on ECC 6.0. And got this error message when I do check. Is there something I have to include in my own FM to use STRLEN function? Sincerely Yours Bo PengReply 1 ACCEPTED SOLUTION Jozsef...