2
Recebe a data no formao SAP "XXXXXXXX" e converte para o formato normal "XX.XX.X XXX"  CALL FUNCTION 'CONVERSION_EXIT_PDATE_O UTPUT'  EXPORTING  input =  IMPORTING OUTPUT = Recebe data no formato normal "XX.XX.XXXX" e converte para o formato SAP "XXXXXX XX" CALL FUNCTION 'CONVERSION_EXIT_PDATE_I NPUT'  EXPORTING  input =  IMPORTING  OUTPUT =

Conversão de Datas Para Formato Normal

Embed Size (px)

Citation preview

Page 1: Conversão de Datas Para Formato Normal

7/23/2019 Conversão de Datas Para Formato Normal

http://slidepdf.com/reader/full/conversao-de-datas-para-formato-normal 1/1

Recebe a data no formao SAP "XXXXXXXX" e converte para o formato normal "XX.XX.XXXX" CALL FUNCTION 'CONVERSION_EXIT_PDATE_OUTPUT'  EXPORTING  input = IMPORTING  OUTPUT =

Recebe data no formato normal "XX.XX.XXXX" e converte para o formato SAP "XXXXXXXX"

CALL FUNCTION 'CONVERSION_EXIT_PDATE_INPUT'  EXPORTING  input = IMPORTING  OUTPUT =