SAP CF_ASIT_CLASSIC OO Class - ASIT Factory for Classic Accesses









CF_ASIT_CLASSIC 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 CF_ASIT_CLASSIC 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 CF_ASIT_CLASSIC 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
ACTIVE_STRUCTURES_GETDetermine infostructures for field catalogPrivate
CALL METHOD cf_asit_classic=>ACTIVE_STRUCTURES_GET...more details

CREATE_FROM_FIELDCATGenerate AS Iterator analog to AS_API_READPublic
CALL METHOD cf_asit_classic=>CREATE_FROM_FIELDCAT...more details

CREATE_FROM_INFOSTRUCGenerate AS Iterator analg to AS_API_SELECTPublic
CALL METHOD cf_asit_classic=>CREATE_FROM_INFOSTRUC...more details

EXCLUDED2SELFIELDSDetermine Selection Fields from those to Be ExcludedPrivate
CALL METHOD cf_asit_classic=>EXCLUDED2SELFIELDS...more details

GET_MOST_SUITABLE_INFOSTRUCDetermine Most Suitable InfostructurePrivate
CALL METHOD cf_asit_classic=>GET_MOST_SUITABLE_INFOSTRUC...more details

INFOSTRUC_FINDFinding a suitable infostructurePublic
CALL METHOD cf_asit_classic=>INFOSTRUC_FIND...more details

INFOSTRUC_FIND_LOWLEVELFind suitable infostructurePrivate
CALL METHOD cf_asit_classic=>INFOSTRUC_FIND_LOWLEVEL...more details

INFOSTRUC_FIND_TEMPTemporary -> Delete if Sybase DBSL Is AvailablePublic
CALL METHOD cf_asit_classic=>INFOSTRUC_FIND_TEMP...more details

OBLIGATORY2SELFIELDSDetermine selection fields from mandatory fieldsPrivate
CALL METHOD cf_asit_classic=>OBLIGATORY2SELFIELDS...more details

RESTABLE2SELFIELDSDetermine selection fields from results structurePrivate
CALL METHOD cf_asit_classic=>RESTABLE2SELFIELDS...more details

RW_STRUC_ONLY_KEEP_IF_NEEDEDAllow for RW Infostructure only, if RW Mode IdentifiedPrivate
CALL METHOD cf_asit_classic=>RW_STRUC_ONLY_KEEP_IF_NEEDED...more details

SELFIELDS_GETDetermine fields of interestPrivate
CALL METHOD cf_asit_classic=>SELFIELDS_GET...more details

SELFIELD_MARKSelects a line from R_SELFIELD according to V_MARKPrivate
CALL METHOD cf_asit_classic=>SELFIELD_MARK...more details

STRUCTURE2SELFIELDSDetermine selection fields from structurePrivate
CALL METHOD cf_asit_classic=>STRUCTURE2SELFIELDS...more details

TABLE2SELFIELDSDetermine selection fields from tablesPrivate
CALL METHOD cf_asit_classic=>TABLE2SELFIELDS...more details

TRANGE2SELFIELDSDetermine selection field from rangesPrivate
CALL METHOD cf_asit_classic=>TRANGE2SELFIELDS...more details






CF_ASIT_CLASSIC types

TY_FCAT2STRUCS -
TY_INFOSTRUC_EXT -
TY_SELFIELD -
TY_T_INFOSTRUC -
TY_T_INFOSTRUC_EXT -
TY_T_SELFIELDS -

Links to Related Class(s)

CF_ASIT_...
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!