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_BASEMethod 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 Name | Description | Visability |
| ASSIGN_LINETYPES | Assigns field as linetype of table | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>ASSIGN_LINETYPES...more details | ||
| ASSIGN_NESTED_FIELD | Assigns field to parent, link to source field | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>ASSIGN_NESTED_FIELD...more details | ||
| DO_ENTER_EXCEPTION | Start processing of an exception | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_EXCEPTION...more details | ||
| DO_ENTER_FIELD | Start processing ofsome field | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_FIELD...more details | ||
| DO_ENTER_SIGNATURE | Start traversing a function module like signature | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_SIGNATURE...more details | ||
| DO_ENTER_SIMPLE | Start processing of an atomic element | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_SIMPLE...more details | ||
|
| ||
| DO_ENTER_STRUCTURE | Enter the traversion of a structure | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_STRUCTURE...more details | ||
| DO_ENTER_TABLE | Start processing of a table | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_ENTER_TABLE...more details | ||
| DO_EXIT_EXCEPTION | Finish processing an exception | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_EXCEPTION...more details | ||
| DO_EXIT_FIELD | Finish processing of some field | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_FIELD...more details | ||
| DO_EXIT_SIGNATURE | Exiting the traversion of a signature | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_SIGNATURE...more details | ||
| DO_EXIT_SIMPLE | Finish processing of an atomic element | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_SIMPLE...more details | ||
| DO_EXIT_STRUCTURE | On exiting a structure traversion | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_STRUCTURE...more details | ||
| DO_EXIT_TABLE | Finish processing of a table | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_EXIT_TABLE...more details | ||
| DO_MAP_SIMPLE | Map a simple field | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_MAP_SIMPLE...more details | ||
| DO_POPULATE | Triggers default mapping population | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>DO_POPULATE...more details | ||
| GET_DIRECTION | Returns direction of field | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>GET_DIRECTION...more details | ||
| IS_LINETYPE | Checks if the top of the stack is a line type | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>IS_LINETYPE...more details | ||
| PARAMETERS_EXIST | Check if any Parameter exists | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>PARAMETERS_EXIST...more details | ||
| PROCESS_NESTED_FIELD | creates target field(s) and assigns them to target structure | Protected |
| CALL METHOD cl_bs_soa_siw_api_ppl=>PROCESS_NESTED_FIELD...more details | ||
| PROCESS_PARAMETER_FIELD | creates target field(s) and assigns them to target tree | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| M_EXPORT_FIELDSTACK | Instance Attribute | LIKE IF_SXF_FIELDSTACK | Private | ||
| M_EXPORT_TYPESTACK | Instance Attribute | LIKE IF_SXF_TYPESTACK | Private | ||
| M_FIELD_HANDLED | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| M_IMPORT_FIELDSTACK | Instance Attribute | LIKE IF_SXF_FIELDSTACK | Private | ||
| M_IMPORT_TYPESTACK | Instance Attribute | LIKE IF_SXF_TYPESTACK | Private | ||
| M_REF_MAPPER | Instance Attribute | Common functions for service interface creation | LIKE 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