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

Regarding Module pool Programming

Former Member
0 Likes
254

Hi All,

Iam creating a module pool report similar to transaction we02.

I have got 2 normal screens and both of them have got Tabstrip controls which contain status and control record data. Now i have a tab in screen 1 details which would call the second normal screen and would contain all the control record information. My problem is that when i click on the details tab second screen is called and again i need to push enter tab to display the data. My requirement is when the user clicks on the details tab in screen one the data for the control record needs to be populated at that time itself instead of clicking enter again.

The data is pulled with IDOC num as the key field.I have tried specifying the select query in the PBO of both second screen as well in the PBO of the subscreen1 of the second screen ie the first tab of the tabstrip.

To be precise i would like to see all the data when i push the details tab in the first screen.

Can anyone plz help me with this.

thanks

keith

1 REPLY 1
Read only

Former Member
0 Likes
230

Hi,

You need to implement the logic of data fetch in <b>PAI</b> of the <b>first screen</b>. Here in user commands module, when your User command is details table, fetch the required data and fill the internal table which u display on the second screen.

In PBO of the second screen, loop the internal table filled earliar in the user commands and pass the data to Tabstrip.

This would definitely work...

Reward points if this helps...

Amogh<b></b>