Application Development 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: 

Custom Infotypes in Tabstrips and prepoluation of data in fields

anshumita_baksi
Explorer
0 Kudos

Hi All,

I have a requirement, where I need to to create a new infotype and associated maintenance transaction split over 5 tab screens containing approximately 30 fields some of which will need pre-populating and validating.

Can anyone guide me on how to proceed with the creation of tabstrips in custom infotype and prepopulation of data in the fields?

Thanks & Regards,

Anshumita.

1 REPLY 1

PedroGuarita
Active Contributor
0 Kudos

First, creating the custom infotype through PM01. In the structure, create all fields you will use to store the information of the infotype.

In the 2000 screen of the infotype (module pool MPnnnn00 screen 2000), create a tabstrip with the wizard, then it's just a matter of creating a screen for each tab and populate in the PBO of the screen 2000. It sounds simple but it does involve some work.