‎2009 Sep 04 8:33 AM
Dear Expert,
I am trying to create a custom infotype.
In the custom infotype, there are 3 fields on screen
-
Infotype 9001
Field A
Field B
Field C
-
My first question is:
I have create a custom table to store the options for Field A to use
zcustableA
zcode char(10)
zdesc char(40)
But when I click the F4 help button on Field A, only zcode will be displayed. Is there any way to include zdesc also?
My second question is:
If the value selected in FieldA is "A1", how can I hide FieldB and show Field C?
Best Regards,
KT
‎2009 Oct 15 4:28 AM