SAP ABAP Class CL_APB_ISR_FORM_CUSTOMIZING (ISR form customizing)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MUS-LP (Application Component) Launchpad
     APB_ISR (Package) Internal Service Request on ABA
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_APB_ISR_FORM_CUSTOMIZING Interface for ISR form customizing 20090126
Properties
Class CL_APB_ISR_FORM_CUSTOMIZING  
Short Description ISR form customizing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_ISR   Internal Service Request on ABA 
Created 20090126   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APB_ISR_FORM_CUSTOMIZING has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_APB_ISR_FORM_CUSTOMIZING Interface for ISR form customizing 20090126
Friends
Class CL_APB_ISR_FORM_CUSTOMIZING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO Static Attribute Private Object reference (TYPE REF TO) CL_APB_ISR_FORM_CUSTOMIZING ISR form customizing 20090126
2 MO_FORM Instance attribute Private Object reference (TYPE REF TO) IF_FP_FORM Form Objects: Form Interface 20090126
3 MO_FORM_REF Instance attribute Private Object reference (TYPE REF TO) IF_FP_FORM Form Objects: Form Interface 20090126
4 MO_INTERFACE Instance attribute Private Object reference (TYPE REF TO) IF_FP_INTERFACE Form Objects: Interface for Form Interfaces 20090126
5 MO_WB_FORM Instance attribute Private Object reference (TYPE REF TO) IF_FP_WB_FORM Form Objects: Form Interface (Workbench) 20090126
6 MO_WB_INTERFACE Instance attribute Private Object reference (TYPE REF TO) IF_FP_WB_INTERFACE Form Objects: Interface for Form Interface (Workbench) 20090126
7 MT_FIELDS Instance attribute Private Type reference (TYPE) APB_ISR_T_CUST_CHA Customizing of Characteristics 20090126
8 MV_FORM_NAME Instance attribute Private Type reference (TYPE) FPNAME Form for Scenario 20090126
9 MV_FORM_NAME_REF Instance attribute Private Type reference (TYPE) FPNAME Form for Scenario 20090126
10 MV_INTERFACE_NAME Instance attribute Private Type reference (TYPE) FPNAME Form Interface 20090126
11 MV_SCENARIO Instance attribute Private Type reference (TYPE) APB_ISR_SCENARIO Scenario 20090126
12 MV_VERSION Instance attribute Private Type reference (TYPE) APB_ISR_VERSION Version of scenario 20090126
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELDS_FROM_INTERFACE Instance method Private Method 20090401
2 ADD_SIMPLE_TYPES Instance method Private Method 20090126
3 CALL_SFP Instance method Private Method 20090127
4 CHECK_FORM_ALREADY_EXISTS Instance method Private Method 20090127
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090126
6 CREATE_FORM Instance method Private Method 20090126
7 CREATE_FORM_NAME Instance method Private Method 20090126
8 CREATE_INTERFACE Instance method Private Method 20090126
9 CREATE_INTERFACE_NAME Instance method Private Method 20090126
10 CREATE_XML_SCHEMA Instance method Private Method 20090126
11 EVALUATE_EMPTY_TYPE Instance method Private Method 20090126
12 GET_FORM_REFERENCE Instance method Private Method 20090126
13 GET_SIMPLE_TYPES Instance method Private Method 20090126
14 GET_XML_SCHEMA Instance method Private Method 20090126
15 GET_XML_SCHEMA_FROM_DDIC Instance method Private Method 20090126
16 IMPORT_FIELDS_FROM_XML_SCHEMA Instance method Private Method 20090401
17 IS_XML_SCHEMA_IN_SYNC Instance method Private Method 20090401
18 UPDATE_INTERFACE Instance method Private Method 20090128
Events
Class CL_APB_ISR_FORM_CUSTOMIZING has no event.
Types
Class CL_APB_ISR_FORM_CUSTOMIZING has no local type.
Method Signatures

Method ADD_FIELDS_FROM_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CHARACTERISTICS Value transfer Type reference (TYPE) APB_ISR_T_CUST_CHA Customizing of Characteristics 20090401
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090401

Method ADD_SIMPLE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SCHEMA_BODY Call by reference Type reference (TYPE) STRING 20090126
2 Importing IT_SIMPLE_TYPE Call by reference Type reference (TYPE) DFIES_TABLE Table for dfies entries 20090126

Method ADD_SIMPLE_TYPES on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method CALL_SFP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODE Call by reference Type reference (TYPE) STRING 20090127

Method CALL_SFP on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method CHECK_FORM_ALREADY_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) FPNAME Name of Form Object 20090127
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090127

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHARACTERISTICS Call by reference Type reference (TYPE) APB_ISR_T_CUST_CHA 20090126
2 Importing IV_SCENARIO Call by reference Type reference (TYPE) APB_ISR_SCENARIO 20090126
3 Importing IV_TEMPLATE Call by reference Type reference (TYPE) APB_ISR_TEMPLATE 20090126
4 Importing IV_TEMPLATE_REF Call by reference Type reference (TYPE) APB_ISR_TEMPLATE 20090126
5 Importing IV_VERSION Call by reference Type reference (TYPE) APB_ISR_VERSION 20090126

Method CONSTRUCTOR on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method CREATE_FORM Signature

Method CREATE_FORM on class CL_APB_ISR_FORM_CUSTOMIZING has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method CREATE_FORM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORM_NAME Value transfer Type reference (TYPE) FPNAME Name of Form Object 20090127
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method CREATE_INTERFACE Signature

Method CREATE_INTERFACE on class CL_APB_ISR_FORM_CUSTOMIZING has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method CREATE_INTERFACE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INTERFACE_NAME Value transfer Type reference (TYPE) FPNAME Name of Form Object 20090127
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method CREATE_XML_SCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_XML_SCHEMA Value transfer Type reference (TYPE) XSTRING 20090126
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method EVALUATE_EMPTY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DFIES Call by reference Type reference (TYPE) DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET 20090126
2 Exporting ET_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for dfies entries 20090126
3 Importing IV_TABNAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20090126
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method GET_FORM_REFERENCE Signature

Method GET_FORM_REFERENCE on class CL_APB_ISR_FORM_CUSTOMIZING has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method GET_SIMPLE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for dfies entries 20090126
2 Returning RT_SIMPLE Value transfer Type reference (TYPE) DFIES_TABLE Table for dfies entries 20090126

Method GET_SIMPLE_TYPES on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method GET_XML_SCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INTERFACE Call by reference Object reference (TYPE REF TO) IF_FP_INTERFACE Form Objects: Interface for Form Interfaces 20090126
2 Returning RV_XML_SCHEMA Value transfer Type reference (TYPE) XSTRING 20090126

Method GET_XML_SCHEMA on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method GET_XML_SCHEMA_FROM_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SCHEMA_BODY Call by reference Type reference (TYPE) STRING 20090126
2 Exporting EV_SCHEMA_HEAD Call by reference Type reference (TYPE) STRING 20090126
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090126

Method IMPORT_FIELDS_FROM_XML_SCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_XSD_FIELDS Value transfer Type reference (TYPE) STRING_TABLE 20090401

Method IMPORT_FIELDS_FROM_XML_SCHEMA on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method IS_XML_SCHEMA_IN_SYNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCHEMA_MIGHT_BE_SUBSET Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20090401
2 Returning RV_IN_SYNC Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090401

Method IS_XML_SCHEMA_IN_SYNC on class CL_APB_ISR_FORM_CUSTOMIZING has no exception.

Method UPDATE_INTERFACE Signature

Method UPDATE_INTERFACE on class CL_APB_ISR_FORM_CUSTOMIZING has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_FORM_CUSTOMIZING Exception class for ISR form customizing 20090128
History
Last changed by/on SAP  20110908 
SAP Release Created in 720