Ansicht
Dokumentation

CONVERSION_EXIT_IDATE_OUTPUT - External date OUTPUT conversion exit (e.g. 01JAN1994)

CONVERSION_EXIT_IDATE_OUTPUT - External date OUTPUT conversion exit (e.g. 01JAN1994)

rdisp/max_wprun_time - Maximum work process run time   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module determines the external language-dependent date format for an internal date.

Example


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

...

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


Result:

EXT_DATUM = 02JAN1994

You can call the test report RSSCA1T0 to see the functionality of this function module. It contains the complete 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. Buffering can be deactivated with the function module BUFFER_CONTROL_SCA1.

Further information





Parameters

INPUT
OUTPUT

Exceptions

Function Group

SCA1

BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1311 Date: 20240523 Time: 084754     sap01-206 ( 24 ms )