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 creation

Former Member
0 Likes
535

Hi Experts,

I have a requirement to create a custom infotype with subtypes. I have maintained all the fields + 'subty' field (to store subtype no.) in PSnnnn and also maintained infotype characteristics and Technical attributes (all the standard steps). But, I want only some of the fields to be displayed depending on the subtype entered. By using the current method, I see all the fields I created in the structure irrespective of the subtype. So, is there anything else that I need to work on to make sure that only the fields I want to be displayed will be visible depending on the subtype?

Thanks

Sri

1 ACCEPTED SOLUTION
Read only

former_member31961
Contributor
0 Likes
514

Hi,

You need to modify the module pool program for this infotype, i.e. you need to programatically hide the fields for perticular subtypes.

Regards,

Shrinivas

3 REPLIES 3
Read only

former_member31961
Contributor
0 Likes
515

Hi,

You need to modify the module pool program for this infotype, i.e. you need to programatically hide the fields for perticular subtypes.

Regards,

Shrinivas

Read only

0 Likes
514

Hi Shrinivas,

Thanks for the reply....can you please be more descriptive about the module pool (what kind of module do I need to look at, what stmts correspond to the fields being visible) etc. as I am completely new to module pool programming.

Thanks

Sri

Read only

0 Likes
514

Got the issue resolved.