Files
MBS/PROYECTO/gedir/gefmrp014.per
T

22 lines
468 B
Plaintext

database rayovac
screen
{
Ano [f1 ]
Mes [f2]
Cantidad Limite [c2 ]
Tipo Suplidor [ts]
}
end
tables
cptb00001
attributes
f1 = formonly.ano1;
f2 = formonly.mes1;
c2 = formonly.cantidad1 type DECIMAL(12,2);
ts = formonly.cod_sp1 type smallint, include=(21,22,23),comments=
"Tipo Suplidor: 21 = Intercompany, 22 = Internacional, 23 = Local";
INSTRUCTIONS delimiters" "
end