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

Module pool screens in item level

Former Member
0 Likes
568

Hi

I am doing module pool table control.

if i entered value in fst line of the table control and i am double clicking and going to other T codes and Selecting sum data in to the screens and saving the data.

if my 2nd record of the table control is same as the fst record i shd get the same screens with the data selected for the fst record and user can make sum chages based on the requiremnt.

My query is how to get the screen configuration of fst record to the second record if both are equal.

Regards

Rasheed

Edited by: Rasheed salman on Dec 19, 2008 7:35 AM

Edited by: Rasheed salman on Dec 19, 2008 10:50 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

Hi,

Have you tried saving first line into some temp work area?

Second time u should compare temp work area and second line item data.

if both are same then read table control with prev line index and set line to change mode.

after u save yur changes u can restore line index.(logic u need to work ! )

Regards

Bin

Hi

I am doing module pool table control.

if i entered value in fst line of the table control and i am double clicking and going to other T codes and Selecting sum data in to the screens and saving the data.

if my 2nd record of the table control is same as the fst record i shd get the same screens with the data selected for the fst record and user can make sum chages based on the requiremnt.

My query is how to get the screen configuration of fst record to the second record if both are equal.

Regards

Rasheed

Edited by: Rasheed salman on Dec 19, 2008 7:35 AM

Edited by: Rasheed salman on Dec 19, 2008 10:50 AM

2 REPLIES 2
Read only

Former Member
0 Likes
538

Hi,

Have you tried saving first line into some temp work area?

Second time u should compare temp work area and second line item data.

if both are same then read table control with prev line index and set line to change mode.

after u save yur changes u can restore line index.(logic u need to work ! )

Regards

Bin

Read only

0 Likes
537

Hi Bindu,

Thanks for ur Reply .But my requirement after entering line item i will select tht and press enter and go to other screen and select items in to tht.

if my 2nd line item is same as fst i shd do all operations again i shd get all the screens tht i configured for fst line items.I want screens tht i opearate in for fst line item not data

Regards

Rasheed