If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Como Agregar Campos a esta Estructura fagl_s_rfbelj10_documents_head
Si deseas fisicamente agregarle uno o mas campos a una tabla transparente o una estructura lógica, modificala por la transacción SE11.
O por el contrario tu deseas crearle uno o mas campos a una estructura dentro del programa guiate por el ejemplo que te pongo.
TYPES: BEGIN OF IT_fagl_s_rfbelj10_documents_head.
INCLUDE STRUCTURE fagl_s_rfbelj10_documents_head.
TYPES: CAMPO_AGREGADO TYPE c,
END OF IT_fagl_s_rfbelj10_documents_head.
DATA: ti_fagl_s_rfbelj10_documents_head TYPE TABLE OF IT_excepc WITH HEADER LINE.
Comentario