Buenas!
Estoy haciendo una seleccion a la siguiente tabla
SELECT single moabw
into d_moabw
FROM v_001p_d
WHERE werks = p0001-werks
AND btrtl = p0001-btrtl.
pero me da este error:
V_001P_d is not defined in the ABAP Dictionary as a table,
projection view or database view.
Sabeis cual es el motivo del error????
Gracias
Estoy haciendo una seleccion a la siguiente tabla
SELECT single moabw
into d_moabw
FROM v_001p_d
WHERE werks = p0001-werks
AND btrtl = p0001-btrtl.
pero me da este error:
V_001P_d is not defined in the ABAP Dictionary as a table,
projection view or database view.
Sabeis cual es el motivo del error????
Gracias

Comentario