SAP ABAP Class IF_RS_XSD_CALLBACK (Callback for XSD Parser)
Properties
Class IF_RS_XSD_CALLBACK  
Short Description Callback for XSD Parser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100225   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RS_XSD_INTERPRETER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_RS_XSD_CALLBACK has no interface implemented.
Friends
Class IF_RS_XSD_CALLBACK has no friend class.
Attributes
Class IF_RS_XSD_CALLBACK has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_FOR_PRESET Instance method Public Method Change Element on Preset 20100712
2 CHANGE_FOR_XML Instance method Public Method Change Element Before Converting to XML 20100323
3 CHECK Instance method Public Method Check the entries 20100302
4 ENCRYPT_PASSWORD Instance method Public Method Encrypted Password 20100225
5 HIDE Instance method Public Method Do Not Display Element 20100317
6 IS_NOT_CHANGEABLE Instance method Public Method Is the element locked against input? 20100304
7 IS_PASSWORD Instance method Public Method Is the element a password? 20100301
8 NO_REPEAT Instance method Public Method Element not repeatable (hide column) 20100705
Events
Class IF_RS_XSD_CALLBACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ELEMENT Public See coding 20100302 BEGIN OF TS_ELEMENT, name type string, value type string, END OF ts_element
2 TT_ELEMENT Public See coding 20100302 tt_element type table of ts_element
Method Signatures

Method CHANGE_FOR_PRESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ELEMENT Call by reference Type reference (TYPE) STRING 20100712
2 Changing C_VALUE Call by reference Type reference (TYPE) STRING 20100712

Method CHANGE_FOR_PRESET on class IF_RS_XSD_CALLBACK has no exception.

Method CHANGE_FOR_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ELEMENT Call by reference Type reference (TYPE) STRING Element 20100323
2 Changing C_VALUE Call by reference Type reference (TYPE) STRING Wert 20100323

Method CHANGE_FOR_XML on class IF_RS_XSD_CALLBACK has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ELEMENTS Call by reference Type reference (TYPE) TT_ELEMENT 20100302
2 Returning RT_MSG Value transfer Type reference (TYPE) CL_RS_XSD_INTERPRETER=>TT_MSG 20100302

Method CHECK on class IF_RS_XSD_CALLBACK has no exception.

Method ENCRYPT_PASSWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PASSWORD_CLEAR Call by reference Type reference (TYPE) STRING 20100225
2 Returning R_PASSWORD_ENCRYPTED Value transfer Type reference (TYPE) STRING 20100225
# Exception Resumable Description Created on
1 CX_RS_MSG BW Exception mit generischer Nachricht (keine spez. Attrib.) 20100225

Method HIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Type reference (TYPE) STRING element 20100317
2 Returning R_HIDE Value transfer Type reference (TYPE) RS_BOOL Boolean 20100317

Method HIDE on class IF_RS_XSD_CALLBACK has no exception.

Method IS_NOT_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Type reference (TYPE) STRING Element 20100304
2 Returning R_NOT_CHANGEABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20100304

Method IS_NOT_CHANGEABLE on class IF_RS_XSD_CALLBACK has no exception.

Method IS_PASSWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Type reference (TYPE) STRING Element 20100301
2 Returning R_PASSWORD Value transfer Type reference (TYPE) RS_BOOL Boolean 20100301

Method IS_PASSWORD on class IF_RS_XSD_CALLBACK has no exception.

Method NO_REPEAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NOREPEAT Value transfer Type reference (TYPE) RS_BOOL Boolean 20100705

Method NO_REPEAT on class IF_RS_XSD_CALLBACK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in