CHECK_FOLLOWING_PERIODS SAP Method Checks time stamps of consecutive period desc. table_str
Below is documentation, parameters and attributes of ABAP Method CHECK_FOLLOWING_PERIODS within SAP class /SCMB/CL_DATACOLUMNDESCRIPTOR. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /SCMB/CL_DATACOLUMNDESCRIPTOR into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method CHECK_FOLLOWING_PERIODS can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method CHECK_FOLLOWING_PERIODS
.| Name | Type | Data Type | Description | Default Value |
| IS_NEXT_STR | Importing | TYPE /SCMB/PERIODDESCTABLE_STR | Subsequent Period | |
| IS_PREV_STR | Importing | TYPE /SCMB/PERIODDESCTABLE_STR | Previous Period |
Exceptions of Method CHECK_FOLLOWING_PERIODS
/SCMB/CX_DMX_ILLEGAL_TST -Example ABAP coding
DATA: lv_IS_NEXT_STR TYPE /SCMB/PERIODDESCTABLE_STR,
lv_IS_PREV_STR TYPE /SCMB/PERIODDESCTABLE_STR,
lv_other TYPE c.
CALL METHOD /SCMB/CL_DATACOLUMNDESCRIPTOR=>CHECK_FOLLOWING_PERIODS(
EXPORTING
IS_NEXT_STR = lv_IS_NEXT_STR
IS_PREV_STR = lv_IS_PREV_STR ).
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects