2024 Mar 06 11:54 AM
Hi All!
I have 2 tables:
I created a maintenance view with fields: MANDT, AGR_NAME, TEXT (from AGR_TEXTS), NOTE.
In selection conditions I set AGR_TEXTS LINE EQ '00000' AND AGR_TEXTS SPRAS EQ SY-LANGU.
In SM30 I can add any roles from AGR_TEXTS and I get the TEXT for it, but it's not the one I need. Not from line 0, and not for my language (eg. line 1 from spras D).
For conditions for line, I also tried '', ' ', '0', < '1' ...
For conditions for spras, I also tried 'H', 'HU', LIKE 'H%' ...
What do I do wrong? Please help me.
Thanks!
2024 Mar 06 1:59 PM
How did you exactly define the foreign key relation for AGR_NAME with AGR_TEXTS?
(AGR_TEXTS is already defined as a text table for AGR_DEFINE, field AGR_NAME)
2024 Mar 06 2:44 PM