SAP AC_FSBP_CC_STATE OO Class - Status Object BP Cleansing (Abstract Superior Class)









AC_FSBP_CC_STATE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class AC_FSBP_CC_STATE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FSBP_CC_STATE

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FSBP_CC_STATE_ACTION

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FSBP_CC_STATE_ACT_RELEASE

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FSBP_CC_STATE_INFO

Method list of AC_FSBP_CC_STATE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_MESSAGES_TO_LOGAdds Messages to LogProtected
CALL METHOD ac_fsbp_cc_state=>ADD_MESSAGES_TO_LOG...more details

CHANGE_STATEChanges Status of Entered BO Cleansing CaseProtected
CALL METHOD ac_fsbp_cc_state=>CHANGE_STATE...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD ac_fsbp_cc_state=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD ac_fsbp_cc_state=>CONSTRUCTOR...more details

FILL_BPCA_IF_MISSINGSets a New BPCA ID (If This Does Not Exist)Protected
CALL METHOD ac_fsbp_cc_state=>FILL_BPCA_IF_MISSING...more details

GET_BP_DATAReads Business Partner Data in CIF FormatProtected
CALL METHOD ac_fsbp_cc_state=>GET_BP_DATA...more details

GET_BP_RELATIONSHIP_OBJECTSProvides a Table with the Participating RelationshipsProtected
CALL METHOD ac_fsbp_cc_state=>GET_BP_RELATIONSHIP_OBJECTS...more details

GET_BUSINESS_PARTNER_OBJECTSProvides a Table with Participating Business PartnersProtected
CALL METHOD ac_fsbp_cc_state=>GET_BUSINESS_PARTNER_OBJECTS...more details

GET_RELATIONSHIP_TEXTProvides Message Text for a RelationshipProtected
CALL METHOD ac_fsbp_cc_state=>GET_RELATIONSHIP_TEXT...more details

GET_RELSHP_DATAReads the Business Partner Relationships in CIF FormatProtected
CALL METHOD ac_fsbp_cc_state=>GET_RELSHP_DATA...more details

MAP_PARTNER_DATA_TO_IMAGEMaps Partner Data into Internal Image FormatPrivate
CALL METHOD ac_fsbp_cc_state=>MAP_PARTNER_DATA_TO_IMAGE...more details

MAP_RELATIONSHIPS_TO_IMAGEMaps Partner Data into Internal Image FormatPrivate
CALL METHOD ac_fsbp_cc_state=>MAP_RELATIONSHIPS_TO_IMAGE...more details

PROCESS_CLEANSING_CASEProcesses Changes to Participating PartnersProtected
CALL METHOD ac_fsbp_cc_state=>PROCESS_CLEANSING_CASE...more details

READ_PROCESS_INDICATORSReads Process IndicatorsProtected
CALL METHOD ac_fsbp_cc_state=>READ_PROCESS_INDICATORS...more details

SAVE_IMAGE_DATA_TO_CCSaves Image Data in Cleansing Case BOProtected
CALL METHOD ac_fsbp_cc_state=>SAVE_IMAGE_DATA_TO_CC...more details

SAVE_MAPPING_INFO_TO_CCSaves the Mapping Information in the Cleaning Case BOProtected
CALL METHOD ac_fsbp_cc_state=>SAVE_MAPPING_INFO_TO_CC...more details

SET_BP_DATAWrites Business Partner DataProtected
CALL METHOD ac_fsbp_cc_state=>SET_BP_DATA...more details

SET_RELSHP_DATAWrites Data for a Business Partner RelationshipProtected
CALL METHOD ac_fsbp_cc_state=>SET_RELSHP_DATA...more details



AC_FSBP_CC_STATE attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
BP_ENHANCEMENTInstance AttributeSettings for Data CleansingLIKE
IF_FSBP_CC_CUSTOMIZING
Protected
CUSTOMIZINGInstance AttributeSettings for Data CleansingLIKE
IF_FSBP_CC_CUSTOMIZING
Protected
IMAGE_TABLE_NAMESStatic AttributeName of XO Tables with Image DataLIKE
TTY_XO_TABLE_NAME
Protected
MAPPING_CIFInstance AttributeMapping for Complex Business Partner StructureLIKE
FSBP_MAP_API_CIF
Protected
MAPPING_XO_CIFInstance AttributeInterface for BAdI: FSBP_CC_MAP_XO_CIFLIKE
FSBP_CC_B_MAP_XO_CIF
Protected




AC_FSBP_CC_STATE types

LTTY_BP_ENHANCEMENT - Table for Enhancement of Business Partner Data
LTTY_CLEANSING_OBJECTS - Business Partner (Objects) in Data Cleansing Case
LTTY_RELATIONSHIP_OBJECTS - Business Partner Relationship Objects in Data Cleansing Case
LTTY_REL_ENHANCEMENT - Table for Enhancement of Business Partner Relationships
LTY_BP_ENHANCEMENT - Structure for Enhancement of Business Partner Data
LTY_CLEANSING_OBJECTS - Business Partner (Object) in Data Cleansing Case
LTY_RELATIONSHIP_OBJECT - Business Partner Relationship Object in Data Cleansing Case
LTY_REL_ENHANCEMENT - Structure for Enhancement of Business Partner Relationships

Links to Related Class(s)

AC_FSBP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!