Class Method list used by SAP ABAP Class CL_BS_END_OF_MONTH (Class for BAdI Implementation: BS_END_OF_MONTH)
SAP ABAP Class
CL_BS_END_OF_MONTH (Class for BAdI Implementation: BS_END_OF_MONTH) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_TSTMP - MOVE | Arithmetic and Conversion for Time Stamps | ||
| 2 | CL_ABAP_TYPEDESCR - DESCRIBE_BY_DATA | Runtime Type Services | ||
| 3 | CL_ABAP_TYPEDESCR - GET_DDIC_OBJECT | Runtime Type Services | ||
| 4 | CL_ABAP_TYPEDESCR - IS_DDIC_TYPE | Runtime Type Services | ||
| 5 | CL_AUNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see Longtext) | ||
| 6 | CL_AUNIT_ASSERT - ASSERT_INITIAL | ABAP Unit: Assertions (see Longtext) | ||
| 7 | CL_AUNIT_ASSERT - ASSERT_NOT_INITIAL | ABAP Unit: Assertions (see Longtext) | ||
| 8 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_timestamp = cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_date ). |
|
| 9 | CL_BS_END_OF_MONTH - IS_LEAP_YEAR | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE IF is_leap_year( lv_year ) = 'X'. |
|
| 10 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_ref_date = cl_bs_end_of_month=>convert_to_timestamp( |
|
| 11 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_date ). |
|
| 12 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_timestamp = cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_timestamp_c ). |
|
| 13 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_timestamp = cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_date_c ). |
|
| 14 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_timestamp = cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_timestamp_input ). |
|
| 15 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_timestamp = cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_timestamp_input ). |
|
| 16 | CL_BS_END_OF_MONTH - CONVERT_TO_TIMESTAMP | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE lv_timestamp = cl_bs_end_of_month=>convert_to_timestamp( iv_field_value = lv_date ). |
|
| 17 | CL_BS_END_OF_MONTH - APPLY_TIME_OFFSET_EOM | Class for BAdI Implementation: BS_END_OF_MONTH | SOURCE ev_start_date = apply_time_offset_eom( lv_reference_date ). |
|
| 18 | IF_BADI_IRM_STT - GET_START_DATE | Interface for BAdI: BADI_IRM_STT |