SAP /FSCAA/IF_PARTNER_CONTENT OO Class - Interface Business Partner









/FSCAA/IF_PARTNER_CONTENT 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 /FSCAA/IF_PARTNER_CONTENT including details of:

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



Method list of /FSCAA/IF_PARTNER_CONTENT 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
GET_ACCOUNT_LISTget the accounts of a partnerPublic
CALL METHOD /fscaa/if_partner_content=>GET_ACCOUNT_LIST...more details

GET_BPKINDPrivate
CALL METHOD /fscaa/if_partner_content=>GET_BPKIND...more details

GET_CENTRALDATAPrivate
CALL METHOD /fscaa/if_partner_content=>GET_CENTRALDATA...more details

GET_CENTRALDATAGROUPPrivate
CALL METHOD /fscaa/if_partner_content=>GET_CENTRALDATAGROUP...more details

GET_CENTRALDATAORGANIZATIONPrivate
CALL METHOD /fscaa/if_partner_content=>GET_CENTRALDATAORGANIZATION...more details

GET_CENTRALDATAPERSONPrivate
CALL METHOD /fscaa/if_partner_content=>GET_CENTRALDATAPERSON...more details

GET_CENTRALDATA_INFOPrivate
CALL METHOD /fscaa/if_partner_content=>GET_CENTRALDATA_INFO...more details

GET_COMPLIANCE_MODEPrivate
CALL METHOD /fscaa/if_partner_content=>GET_COMPLIANCE_MODE...more details

GET_GROUPPrivate
CALL METHOD /fscaa/if_partner_content=>GET_GROUP...more details

GET_IDENTIFICATIONSPrivate
CALL METHOD /fscaa/if_partner_content=>GET_IDENTIFICATIONS...more details

GET_IREF_ADDRESSDATAPrivate
CALL METHOD /fscaa/if_partner_content=>GET_IREF_ADDRESSDATA...more details

GET_IREF_NOTICEDATAPrivate
CALL METHOD /fscaa/if_partner_content=>GET_IREF_NOTICEDATA...more details

GET_NEW_ROLEPrivate
CALL METHOD /fscaa/if_partner_content=>GET_NEW_ROLE...more details

GET_NOTICEPrivate
CALL METHOD /fscaa/if_partner_content=>GET_NOTICE...more details

GET_OREF_EXTENSIONSPrivate
CALL METHOD /fscaa/if_partner_content=>GET_OREF_EXTENSIONS...more details

GET_PARTNERCATEGORYPrivate
CALL METHOD /fscaa/if_partner_content=>GET_PARTNERCATEGORY...more details

GET_PARTNER_IDPrivate
CALL METHOD /fscaa/if_partner_content=>GET_PARTNER_ID...more details

GET_RELATIONSPrivate
CALL METHOD /fscaa/if_partner_content=>GET_RELATIONS...more details

GET_RELATION_KEYPrivate
CALL METHOD /fscaa/if_partner_content=>GET_RELATION_KEY...more details

GET_ROLESPrivate
CALL METHOD /fscaa/if_partner_content=>GET_ROLES...more details

GET_ROLES_AS_STRINGPrivate
CALL METHOD /fscaa/if_partner_content=>GET_ROLES_AS_STRING...more details

GET_ROLE_KEYPrivate
CALL METHOD /fscaa/if_partner_content=>GET_ROLE_KEY...more details

GET_TREASURY_DATAPrivate
CALL METHOD /fscaa/if_partner_content=>GET_TREASURY_DATA...more details

GET_VALID_RELATIONSPrivate
CALL METHOD /fscaa/if_partner_content=>GET_VALID_RELATIONS...more details

SET_BPKINDPrivate
CALL METHOD /fscaa/if_partner_content=>SET_BPKIND...more details

SET_CENTRALDATAPrivate
CALL METHOD /fscaa/if_partner_content=>SET_CENTRALDATA...more details

SET_CENTRALDATAGROUPPrivate
CALL METHOD /fscaa/if_partner_content=>SET_CENTRALDATAGROUP...more details

SET_CENTRALDATAORGANIZATIONPrivate
CALL METHOD /fscaa/if_partner_content=>SET_CENTRALDATAORGANIZATION...more details

SET_CENTRALDATAPERSONPrivate
CALL METHOD /fscaa/if_partner_content=>SET_CENTRALDATAPERSON...more details

SET_CENTRALDATA_INFOPrivate
CALL METHOD /fscaa/if_partner_content=>SET_CENTRALDATA_INFO...more details

SET_COMPLIANCE_MODEPrivate
CALL METHOD /fscaa/if_partner_content=>SET_COMPLIANCE_MODE...more details

SET_GROUPPrivate
CALL METHOD /fscaa/if_partner_content=>SET_GROUP...more details

SET_IDENTIFICATIONSPrivate
CALL METHOD /fscaa/if_partner_content=>SET_IDENTIFICATIONS...more details

SET_IREF_ADDRESSDATAPrivate
CALL METHOD /fscaa/if_partner_content=>SET_IREF_ADDRESSDATA...more details

SET_NEW_ROLEPrivate
CALL METHOD /fscaa/if_partner_content=>SET_NEW_ROLE...more details

SET_NOTICEPrivate
CALL METHOD /fscaa/if_partner_content=>SET_NOTICE...more details

SET_OREF_EXTENSIONSPrivate
CALL METHOD /fscaa/if_partner_content=>SET_OREF_EXTENSIONS...more details

SET_PARTNERCATEGORYPrivate
CALL METHOD /fscaa/if_partner_content=>SET_PARTNERCATEGORY...more details

SET_PARTNER_IDPrivate
CALL METHOD /fscaa/if_partner_content=>SET_PARTNER_ID...more details

SET_RELATIONSPrivate
CALL METHOD /fscaa/if_partner_content=>SET_RELATIONS...more details

SET_RELATION_KEYPrivate
CALL METHOD /fscaa/if_partner_content=>SET_RELATION_KEY...more details

SET_ROLESPrivate
CALL METHOD /fscaa/if_partner_content=>SET_ROLES...more details

SET_ROLE_KEYPrivate
CALL METHOD /fscaa/if_partner_content=>SET_ROLE_KEY...more details

SET_TREASURY_DATAPrivate
CALL METHOD /fscaa/if_partner_content=>SET_TREASURY_DATA...more details



/FSCAA/IF_PARTNER_CONTENT 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
A_BPKINDInstance AttributeLIKE
Private
A_CENTRALDATAInstance AttributeLIKE
Private
A_CENTRALDATAGROUPInstance AttributeLIKE
Private
A_CENTRALDATAORGANIZATIONInstance AttributeLIKE
Private
A_CENTRALDATAPERSONInstance AttributeLIKE
Private
A_CENTRALDATA_INFOInstance AttributeLIKE
Private
A_GROUPInstance AttributeLIKE
Private
A_IREF_ADDRESSDATAInstance AttributeLIKE
Private
A_IREF_NOTICEInstance AttributeLIKE
Private
A_NEW_ROLEInstance AttributeLIKE
Private
A_OREF_EXTENSIONSInstance AttributeLIKE
Private
A_PARTNERInstance AttributeLIKE
Private
A_PARTNERCATEGORYInstance AttributeLIKE
Private
A_RELATIONSInstance AttributeLIKE
Private
A_RELATION_KEYInstance AttributeLIKE
Private
A_ROLE_KEYInstance AttributeLIKE
Private
A_TAB_ACCOUNT_LISTInstance AttributeLIKE
Private
A_TAB_ID_DETAILSInstance AttributeLIKE
Private
A_TAB_ROLESInstance AttributeLIKE
Private
A_TREASURY_DATAInstance AttributeLIKE
Private


Links to Related Class(s)

/FSCAA/I...
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!