The Function Module CONVERSION_EXIT_JPDAT_OUTPUT (Conversion exit, date -> Japanese date format) is a standard Function Module in SAP ERP and is part of the function group NLSB within the package SCP.
Function Module | CONVERSION_EXIT_JPDAT_OUTPUT |
Short Text | Conversion exit, date -> Japanese date format |
Function Group | NLSB |
Package | SCP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INPUT | LIKE | any ABAP field |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DAYN | LIKE | Day | ||
DAYU | LIKE | |||
ERA | LIKE | Era | ||
MONTHN | LIKE | Month | ||
MONTHU | LIKE | |||
OUTPUT | LIKE | external display INPUT, C-field | ||
SHERA | LIKE | |||
YEARN | LIKE | Year | ||
YEARU | LIKE |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.