hola buenas , uso la trial de abap y cuando creo dos tablas con el abap dictionary , al intentar compilarlas me pone estos errores.
Enhacement category for table missing.
Enhacement category for include or subtype missing
las tablas no tienen gran complejidad.
1ª
DNI- type : numc , lenght : 0 , deci: o
nombr- type: char , leght
, deci; o
apellidos-type char, leght o , dec; o
telefono-type numc.leght o , dec; o
2ª
el unico campo que puede dar problemas es
precio type. dec 0, leght 0,
en Delivery and Maintenance:
Delivery class: a
data brow......: display/maintenance allowed with restrictions
alguien puede decirme cual es el problema, muchas gracias
Enhacement category for table missing.
Enhacement category for include or subtype missing
las tablas no tienen gran complejidad.
1ª
DNI- type : numc , lenght : 0 , deci: o
nombr- type: char , leght
, deci; oapellidos-type char, leght o , dec; o
telefono-type numc.leght o , dec; o
2ª
el unico campo que puede dar problemas es
precio type. dec 0, leght 0,
en Delivery and Maintenance:
Delivery class: a
data brow......: display/maintenance allowed with restrictions
alguien puede decirme cual es el problema, muchas gracias

Comentario