Ansicht
Dokumentation

CONVERSION_EXIT_SDATE_INPUT - External date (e.g. 01.JAN.1994) INPUT conversion exit

CONVERSION_EXIT_SDATE_INPUT - External date (e.g. 01.JAN.1994) INPUT conversion exit

CPI1466 during Backup   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module determines the internal date format (YYYYMMDD) for an external date (e.g. 01.JAN.1994).

Example

Date format defintion in user master: DD.MM.YYYY

DATA: EXT_DATUM(11) TYPE C VALUE '02.JAN.1994',
INT_DATUM LIKE SY-DATUM.

...

CALL FUNCTION 'CONVERSION_EXIT_SDATE_INPUT'
EXPORTING
INPUT = INT_DATUM
IMPORTING
OUTPUT = EXT_DATUM.


Result:

INT_DATUM = 19950102

You can call the test report RSSCA1T0 to see the functionality of this function module. It contains the entire date conversion, both external and internal formats.

Notes

  • This module is called automatically when a date is output to the screen and at WRITE commands.
  • All function modules in this group are buffered by default. The buffering can be deactivated with the function module BUFFER_CONTROL_SCA1.

Further information





Parameters

INPUT
OUTPUT

Exceptions

Function Group

SCA1

Vendor Master (General Section)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1369 Date: 20240523 Time: 092336     sap01-206 ( 23 ms )