Histórico da Página
...
Atributo | Tipo | Formato | Descrição | Obrigatório | Evolução |
ttv_row_id | character | x(80)rowid | RowId de outro registro de temp-table que está relacionada | ||
ttv_cod_tabela | character | x(10028) | Nome da tabela relacionada | ||
ttv_cod_campo | character | x(10035) | Nome do campo a ser passado | ||
ttv_cod_valor | character | x(1008) | Valor do campo, sempre deverá ser convertido para Character. |
...
def temp-table tt_api_params_generic no-undo
field ttv_cod_row_id as rowid label "RowId Tabela Relacionada" id as character format "x(80)"
field ttv_cod_tabela tabela as character format "x(10028)" label "Tabela" column-label "Tabela"
field ttv_cod_campo as character format campo as character format "x(10035)" label "Campo" column-label "Campo"
field ttv_cod_valor as valor as character format "x(1008)" label "Valor" column-label "Valor"
index tt_idx_param_generic generic is primary unique
ttv_cod_tabela ascending
ttv_row_id ascending
ttv_cod_campo ascendingtabela ascending
ttv_cod_row_id ascending
ttv_cod_campo ascending
.
Lista de Campo(s) que a API fgl900zo processa e que podem ser passados como parâmetro através da tamp-table tt_params_generic_api:
...