‎2006 Jul 06 1:25 PM
Hi all,
I'm creating a BAdI example.
In interface I determined an attribute:
Attribute = L_CARRID
Level = Instance
Typing = Type
Associated type = SPFLI-CARRID
In the code I have
method ZIF_EX_BADI_SPFLI~MYMETHOD.
data : wa_flights type sflight,
it_flights type table of sflight.
format color col_heading.
write:/ 'Flight info of:', L_CARRID, l_connid.
...
The check gives an error:
The field L_CARRID is unknown.
Why this attribute is not seen in the method?
Thank you in advance.
Eugene
‎2006 Jul 06 1:38 PM
‎2006 Jul 06 1:47 PM