SAP /SCMTMS/CL_BUPA_SELECT_HELPER OO Class - Helper Class for Direct Selects
/SCMTMS/CL_BUPA_SELECT_HELPER 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 /SCMTMS/CL_BUPA_SELECT_HELPER 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 /SCMTMS/CL_BUPA_SELECT_HELPER 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 |
| SEL_BUPA_INFO_BY_ORG_UNIT | Select Business Partner Information by Org. Unit Id | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_BUPA_INFO_BY_ORG_UNIT...more details | ||
| SEL_BUPA_RELATED_INFORMATION | Select Business Partner related Information | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_BUPA_RELATED_INFORMATION...more details | ||
| SEL_BUT000_BY_PARTNER_GUID_TAB | Select BUT000 By Table of Partner GUIDs | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_BUT000_BY_PARTNER_GUID_TAB...more details | ||
| SEL_BUT000_BY_PARTNER_TAB | Select BUT000 by Table of Partners | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_BUT000_BY_PARTNER_TAB...more details | ||
| SEL_INTERNETUSER_BY_TSP_KEY | Select Internetuser by a TSP Key | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_INTERNETUSER_BY_TSP_KEY...more details | ||
| SEL_PARTNER_ADNUM | Select Partner Address Info by Partner/Partner-GUID Table | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_PARTNER_ADNUM...more details | ||
|
| ||
| SEL_PARTNER_BY_BPH_SEARCH_TERM | Select Partner by BP Hierarchie Search Term | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_PARTNER_BY_BPH_SEARCH_TERM...more details | ||
| SEL_PARTNER_BY_PARTNER_SO | Select Partner by Partner Select Option | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_PARTNER_BY_PARTNER_SO...more details | ||
| SEL_PARTNER_GUID_BY_UNAME_REL | Select Partner GUID by User Name relation | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_PARTNER_GUID_BY_UNAME_REL...more details | ||
| SEL_PARTNER_WOADR | Select Partner WOADR by Partner/PArtner-GUID Table | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_PARTNER_WOADR...more details | ||
| SEL_SLVL_CODES_BY_PARTNER | Select Service Level Codes by Partner | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_SLVL_CODES_BY_PARTNER...more details | ||
| SEL_SUBSIDARY_BY_PARTNER_SO | Select Subsidiary by Partner Select Option | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_SUBSIDARY_BY_PARTNER_SO...more details | ||
| SEL_TSP_KEY_BY_USERNAME_SO | Select TSP Key by User Name Select Options | Public |
| CALL METHOD /scmtms/cl_bupa_select_helper=>SEL_TSP_KEY_BY_USERNAME_SO...more details | ||
/SCMTMS/CL_BUPA_SELECT_HELPER types
MTYS_BUPA_ADNUM -MTYS_BUPA_SLC -
MTYS_BUPA_WOADR -
MTYS_PARTNER -
MTYT_BUPA_ADNUM -
MTYT_BUPA_SLC -
MTYT_BUPA_WOADR -
MTYT_PARTNER -
MTYT_SOBID -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects