Ejemplo:
DATA: GTD_TEXT_CAB TYPE TLINE_T.
CALL FUNCTION 'READ_TEXT'
EXPORTING
id = 'Z024' "ID del texto Standard
language = 'S' "Idioma
object = 'VBBK' "Objeto del texto Standard
name = '0090009721' "En este caso es el número de una factura.
TABLES
lines = GTD_TEXT_CAB
EXCEPTIONS
id = 1
language = 2
name = 3
not_found = 4
object = 5
reference_check = 6
wrong_access_to_archive = 7
OTHERS = 8.
No hay comentarios:
Publicar un comentario