‎2011 Mar 02 11:26 AM
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
‎2011 Mar 04 4:19 AM
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
‎2011 Mar 02 3:54 PM
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.
‎2011 Mar 04 4:19 AM
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
‎2011 Mar 07 2:10 PM
Thanks everyone!!
I resolved this issue.
I am closing this thread.