Parece que usamos este módulo de función en la mayoría de nuestros programas. Funciona bastante bien.
data: i_char type table of comw with header line.
* Retrieve Characteristics.
call function 'CUD0_GET_VAL_FROM_INSTANCE'
exporting
instance = vbap-cuobj
tables
attributes = i_char
exceptions
instance_not_found = 1.
Saludos,
Rich Heilman