Application Development and Automation 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: 
Read only

Custom Infotype

Former Member
0 Likes
379

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

1 REPLY 1
Read only

Former Member
0 Likes
349

Dear all,

The problem is solved. Thanks,

Kelvin