SAP CL_BS_SOA_SIW_API_PPL OO Class - SIW customer templates: Sync inbound services: API populator









CL_BS_SOA_SIW_API_PPL 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 CL_BS_SOA_SIW_API_PPL including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_BS_SOA_SIW_API_PPL is CL_SIW_MAPPING_POPULATOR_BASE

Method list of CL_BS_SOA_SIW_API_PPL 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
ASSIGN_LINETYPESAssigns field as linetype of tableProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>ASSIGN_LINETYPES...more details

ASSIGN_NESTED_FIELDAssigns field to parent, link to source fieldProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>ASSIGN_NESTED_FIELD...more details

DO_ENTER_EXCEPTIONStart processing of an exceptionProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_EXCEPTION...more details

DO_ENTER_FIELDStart processing ofsome fieldProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_FIELD...more details

DO_ENTER_SIGNATUREStart traversing a function module like signatureProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_SIGNATURE...more details

DO_ENTER_SIMPLEStart processing of an atomic elementProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_SIMPLE...more details

DO_ENTER_STRUCTUREEnter the traversion of a structureProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_STRUCTURE...more details

DO_ENTER_TABLEStart processing of a tableProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_TABLE...more details

DO_EXIT_EXCEPTIONFinish processing an exceptionProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_EXCEPTION...more details

DO_EXIT_FIELDFinish processing of some fieldProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_FIELD...more details

DO_EXIT_SIGNATUREExiting the traversion of a signatureProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_SIGNATURE...more details

DO_EXIT_SIMPLEFinish processing of an atomic elementProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_SIMPLE...more details

DO_EXIT_STRUCTUREOn exiting a structure traversionProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_STRUCTURE...more details

DO_EXIT_TABLEFinish processing of a tableProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_TABLE...more details

DO_MAP_SIMPLEMap a simple fieldProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_MAP_SIMPLE...more details

DO_POPULATETriggers default mapping populationProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>DO_POPULATE...more details

GET_DIRECTIONReturns direction of fieldProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>GET_DIRECTION...more details

IS_LINETYPEChecks if the top of the stack is a line typeProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>IS_LINETYPE...more details

PARAMETERS_EXISTCheck if any Parameter existsProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>PARAMETERS_EXIST...more details

PROCESS_NESTED_FIELDcreates target field(s) and assigns them to target structureProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>PROCESS_NESTED_FIELD...more details

PROCESS_PARAMETER_FIELDcreates target field(s) and assigns them to target treeProtected
CALL METHOD cl_bs_soa_siw_api_ppl=>PROCESS_PARAMETER_FIELD...more details



CL_BS_SOA_SIW_API_PPL 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
M_EXPORT_FIELDSTACKInstance AttributeLIKE
IF_SXF_FIELDSTACK
Private
M_EXPORT_TYPESTACKInstance AttributeLIKE
IF_SXF_TYPESTACK
Private
M_FIELD_HANDLEDInstance AttributeLIKE
ABAP_BOOL
Private
M_IMPORT_FIELDSTACKInstance AttributeLIKE
IF_SXF_FIELDSTACK
Private
M_IMPORT_TYPESTACKInstance AttributeLIKE
IF_SXF_TYPESTACK
Private
M_REF_MAPPERInstance AttributeCommon functions for service interface creationLIKE
IF_SIW_MAPPING_HEURISTICS
Private


Links to Related Class(s)

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