VALIDITY_INT_TO_GDT SAP Method Convert validity regarding time zone









Below is documentation, parameters and attributes of ABAP Method VALIDITY_INT_TO_GDT within SAP class /SCMB/CL_LDM_TRL. 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_LDM_TRL 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 directly

The following technical details of method VALIDITY_INT_TO_GDT can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method VALIDITY_INT_TO_GDT

.

NameTypeData TypeDescriptionDefault Value
IV_TIME_ZONE_CODEImportingTYPE
TZNZONE
Time Zone
IV_VALID_FROMImportingTYPE
/SAPAPO/TR_TIMESTAMP
Time Stamp
IV_VALID_TOImportingTYPE
/SAPAPO/TR_TIMESTAMP
Time Stamp
EV_VALID_FROMExportingTYPE
/SCMB/BIF_SE_DATE
Proxy Data Element (Generated)
EV_VALID_TOExportingTYPE
/SCMB/BIF_SE_DATE
Proxy Data Element (Generated)



Exceptions of Method VALIDITY_INT_TO_GDT

This method does not have any exceptions

Example ABAP coding


DATA: lv_EV_VALID_FROM TYPE /SCMB/BIF_SE_DATE,
lv_EV_VALID_TO TYPE /SCMB/BIF_SE_DATE,
lv_IV_TIME_ZONE_CODE TYPE TZNZONE,
lv_IV_VALID_FROM TYPE /SAPAPO/TR_TIMESTAMP,
lv_IV_VALID_TO TYPE /SAPAPO/TR_TIMESTAMP,
lv_other TYPE c.

CALL METHOD /SCMB/CL_LDM_TRL=>VALIDITY_INT_TO_GDT(
EXPORTING
IV_TIME_ZONE_CODE = lv_IV_TIME_ZONE_CODE
IV_VALID_FROM = lv_IV_VALID_FROM
IV_VALID_TO = lv_IV_VALID_TO
IMPORTING
EV_VALID_FROM = lv_EV_VALID_FROM
EV_VALID_TO = lv_EV_VALID_TO ).

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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!