SAP ABAP Class CL_SSC_FS_CREDIT_INFO (Credit Info for AIC Factsheet)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI (Application Component) Financial Accounting
     FIN_FSSC_FS_INT (Package) FSSC - Integration of Fact Sheet
Properties
Class CL_SSC_FS_CREDIT_INFO  
Short Description Credit Info for AIC Factsheet    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIN_FSSC_FS_INT   FSSC - Integration of Fact Sheet 
Created 20091029   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SSC_FS_CREDIT_INFO has no forward declaration.
Interfaces
Class CL_SSC_FS_CREDIT_INFO has no interface implemented.
Friends
Class CL_SSC_FS_CREDIT_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BORTYPE_DLV Constant Private Type reference (TYPE) SWO_OBJTYP 'LIKP' Object Type 20091029
2 GC_BORTYPE_SO Constant Private Type reference (TYPE) SWO_OBJTYP 'BUS2032' Object Type 20091029
3 GC_OPTI_EQ Constant Private Type reference (TYPE) OPTI 'EQ' Option for ranking structure 20091029
4 GC_SIGN_I Constant Private Type reference (TYPE) SIGN 'I' Debit/Credit Sign (+/-) 20091029
5 GC_VBTYP_C Constant Private Type reference (TYPE) VBTYP 'C' SD document category 20091029
6 GC_VBTYP_J Constant Private Type reference (TYPE) VBTYP 'J' SD document category 20091029
7 GT_CREDIT_SGMNT Static Attribute Private Type reference (TYPE) TY_T_CREDIT_SGMNT 20091103
8 GT_TVAKT Static Attribute Private Type reference (TYPE) TRCON_TVAKT_TAB Trading Contract: Table via TVAKT 20091029
9 GT_TVLKT Static Attribute Private Type reference (TYPE) LE_T_DLV_TVLKT Delivery: Types: Texts 20091117
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY Static method Private Method Check Authority 20091029
2 CHECK_BSTNK_EXISTENCE Static method Private Method Check existence of purchase order document 20091125
3 CHECK_COMPCODE Static method Private Method Check Company Code vs. Sales Org 20091030
4 DETERMINE_DATA Static method Public Method 20091029
5 GET_AUART_DESC Static method Private Method Determine description of Sales Document Type 20091029
6 GET_CREDIT_SEGMENT Static method Private Method Determine Credit Segment 20091029
7 GET_CREDIT_SEGMENT_DESC Static method Private Method Determine description of credit segment 20091103
8 GET_DELIVERIES Static method Private Method Determine Deliveries 20091117
9 GET_LFART_DESC Static method Private Method Determine description of Delivery Type 20091117
10 GET_MAP_FIELDS Static method Private Method Determine Map Fields 20091029
11 GET_VBTYP_DESC Static method Private Method Determine description of Sales Document Type 20091103
12 MAP_MESSAGE Static method Private Method Map Message to BAPI 20091029
13 VBELN_PRESELECTION Static method Private Method Pre Selection of Document IDs 20091030
Events
Class CL_SSC_FS_CREDIT_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_CREDIT_SGMNT Private See coding 20091103 TY_T_CREDIT_SGMNT type table of UKM_PI_SGM0T
Method Signatures

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VAKPA Call by reference Type reference (TYPE) VAKPA Sales Document Type 20091030
2 Importing IS_VLKPA Call by reference Type reference (TYPE) VLKPA SD Index: Deliveries by Partner Functions 20091118
3 Returning RV_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20091029

Method CHECK_AUTHORITY on class CL_SSC_FS_CREDIT_INFO has no exception.

Method CHECK_BSTNK_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_BSTNK Call by reference Type reference (TYPE) BSTNK Customer purchase order number 20091125

Method CHECK_BSTNK_EXISTENCE on class CL_SSC_FS_CREDIT_INFO has no exception.

Method CHECK_COMPCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20091030
2 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG 20091030
3 Returning RV_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20091030

Method CHECK_COMPCODE on class CL_SSC_FS_CREDIT_INFO has no exception.

Method DETERMINE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091029
2 Exporting ET_SDOC_RESULT Call by reference Type reference (TYPE) SSC_T_SDOC_RESULT FSSC: Sales Document Data for Credit View 20091029
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20091029
4 Importing IV_DATE_FROM Call by reference Type reference (TYPE) D 20091029
5 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 1 20091029

Method DETERMINE_DATA on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_AUART_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AUART Call by reference Type reference (TYPE) AUART Sales Document Type 20091029
2 Returning RV_BEZEI Value transfer Type reference (TYPE) BEZEI Name of the controlling area 20091029

Method GET_AUART_DESC on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_CREDIT_SEGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KKBER Call by reference Type reference (TYPE) KKBER Credit control area 20091029
2 Returning RV_SEGMENT Value transfer Type reference (TYPE) UKM_PI_CREDIT_SGMNT 20091029

Method GET_CREDIT_SEGMENT on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_CREDIT_SEGMENT_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREDIT_SGMNT Call by reference Type reference (TYPE) UKM_PI_CREDIT_SGMNT Credit Segment 20091103
2 Returning RV_BEZEI Value transfer Type reference (TYPE) UKM_PI_CREDIT_SGMNT_TXT Name of Credit Segment 20091103

Method GET_CREDIT_SEGMENT_DESC on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_DELIVERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELI_RESULT Call by reference Type reference (TYPE) SSC_T_SDOC_RESULT FSSC: Sales Document Data for Credit View 20091117
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20091117
3 Importing IV_DATE_FROM Call by reference Type reference (TYPE) D 20091117
4 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 1 20091117

Method GET_DELIVERIES on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_LFART_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LFART Call by reference Type reference (TYPE) LFART Delivery Type 20091117
2 Returning RV_BEZEI Value transfer Type reference (TYPE) BEZEI Name of the controlling area 20091117

Method GET_LFART_DESC on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_MAP_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MAP_FIELDS Value transfer Type reference (TYPE) TDT_SW_MAP_FIELDS Table Type for Structure TDS_SW_MAP_FIELDS 20091029

Method GET_MAP_FIELDS on class CL_SSC_FS_CREDIT_INFO has no exception.

Method GET_VBTYP_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VBTYP Call by reference Type reference (TYPE) VBTYP SD document category 20091103
2 Returning RV_BEZEI Value transfer Type reference (TYPE) BEZEI Name of the controlling area 20091103

Method GET_VBTYP_DESC on class CL_SSC_FS_CREDIT_INFO has no exception.

Method MAP_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20091029
2 Importing IS_MESSAGE Call by reference Type reference (TYPE) TDS_SW_MSG Return Parameter 20091029

Method MAP_MESSAGE on class CL_SSC_FS_CREDIT_INFO has no exception.

Method VBELN_PRESELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VBELN Call by reference Type reference (TYPE) TDT_RG_VBELN Range Table for Data Element VBELN 20091030
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20091030
3 Importing IV_DATE_FROM Call by reference Type reference (TYPE) D 20091030
4 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 1 20091030

Method VBELN_PRESELECTION on class CL_SSC_FS_CREDIT_INFO has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605