hi there,
im finding it hard to find any docs or tutorials about this, i want to get some fields of a table and display them as a message just to get the idea on how it works. I've tired
varText := cctables.FIELD(Name);
MESSAGE(varText);
------
varText := cctables.Value(Name);
MESSAGE(varText);
but doesnt work. Anyone can please link any documentation or share a solution it will be greatfull
Thanks