Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

EU VAT Validation

0 Kudos

Hello,

The customer has implemented the notes 2871162, 2876427 und 2866929. With 2866929 a new class, CL_OVF_BP_CHECK, is created. Within the local definitions of this class there is a type declaration such as

TYPES: FI_TAX_EU TYPE xxxxxx.

Of course this causes syntax errors. I think the variable has to be declared as a class type but I could not find the correct form of the declaration. Does anyone know a correcton to this note or the correct type for the variable?

Thanks and best regards,

Ali

1 REPLY 1

wnash7658
Active Participant
0 Kudos

Did you resolve this issue with other OSS notes? We have this issue:-

DATA: lt_db_relevant TYPE ovf_t_disablement_key,
lt_key LIKE it_disabled_key,
ls_key LIKE LINE OF it_disabled_key,
lt_to_insert TYPE TABLE OF OVF_DISABLEMENT,
lt_to_delete TYPE TABLE OF OVF_DISABLEMENT,
ls_to_key LIKE LINE OF lt_to_insert,
lt_change_old TYPE TABLE OF aovf_disablement, <-- syntax error
lt_change_new TYPE TABLE OF aovf_disablement, <-- syntax error