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

Table Control Issue

Former Member
0 Likes
501

Hi Everyone,

I am facing one issue while working with a table control. The complete screen is similar to me23 transaction.

This means screen has some header details, like package number, package text.

Screen also contains a table control which has item details which contains material details containing in the above package.

Table Control displays the first 10 lines of Item.

The requirement is: If user changes the package text at the header level, item detail text for each material should also be changed at item level.

I wrote a logic for this requirement which is working only for the first 10 records(as they are visible on screen i.e item actually has 20 lines out of which first 10 are visible, rest of the 10 records will be visible when you scroll down).

My logic is not working for the records which are not visible on table control.

I searched SDN, but could not find much for this requirement.

Request you all to guide me for this issue.

Thanks and Regards,

Abhijeet

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

HI,

If iam not wrong then have u written the logic in the flow logic loop of item TC ?

If yes then write a separate module in flow logic and update the item internal table

Or can u elaborate what logic have u implemented.

Regards,

Madhukar Shetty

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
474

Without your logic, it's not very easy to tell you what's wrong with it? Updating item level details based on a header change is not difficult; perhaps you should explain what you did.

Read only

Former Member
0 Likes
475

HI,

If iam not wrong then have u written the logic in the flow logic loop of item TC ?

If yes then write a separate module in flow logic and update the item internal table

Or can u elaborate what logic have u implemented.

Regards,

Madhukar Shetty

Read only

0 Likes
474

Thanks everyone!!

I resolved this issue.

I am closing this thread.