SAP ABAP Function Module CHECK_STRING_SUCCESSOR (Prüft, ob ein String ein direkter Nachfolger eines anderen Strings ist.)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       IQSM (Package) Application Development R/3 Serial Numbers
Basic Data
Function Module CHECK_STRING_SUCCESSOR Prüft, ob ein String ein direkter Nachfolger eines anderen Strings ist.  
Function Group IPW0   INST-MP Cross-Application Funct.Areas  
Program Name SAPLIPW0   FUNCTION GROUP Serial Numbers / Object List 
INCLUDE Name LIPW0U55    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing I_BASE_STRING TYPE CLIKE
Importing I_CHECK_STRING TYPE CLIKE
Importing I_ALPHABET TYPE SYABCDE Constant: Alphabet (A,B,C,...)
Importing I_DIGITS TYPE CLIKE '0123456789'
Importing I_SPECIAL_CHARS TYPE C '-'
Importing I_WITH_SECOND_DIGIT TYPE XFELD ' ' Checkbox
Exception NOT_SUCCESSOR TYPE
Exception STRINGS_EQUAL TYPE
Exception BASE_STRING_WRONG TYPE
Exception CHECK_STRING_WRONG TYPE
Exception NOT_SAME_LENGTH TYPE
Exception DIGITS_MISSING TYPE
Exception WRONG_STRING TYPE
Exception INTERNAL_ERROR TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950404 
SAP Release Created in