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: 

fetching sub-screen check box value in module pool

Former Member
0 Kudos

Hi,

i hav a req in which i craeted a sub-screen in a standard sap screen QA11 using screen -exit.

This sub-screen has two check box's for 2 approvals.I hav craeted as screen with this 2 check box and made that as a sub-screen to main screen.

I hav few validations to be performed on these 2 check-boxes.

1.Enabling and disabling of resp check-box based on some condition.This is happening as i hav written some logic in PBO of the screen.

2.Validations hav to be performed on the check-box like if user clicks a check-box that value has to be captured and stored in a Z custom table.My main issue comes here.i hav written some code in PAI,but when i put a break-point,that code is not at all getting triggered.

Kindly,let me know how can i get the check-box value from the sub-screen which is craeted in the standard screen of QA11 using screen-exit.

Thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Hi,

May be your code is written in PAI of some other screen.

check SY-DYNNR and also use this where you are checking chekbox value.

make sure your code is written in PAI of same subscreen

Thanks

Raghav M.

0 Kudos

Hi,

I hav checked the screen number.it is calling my sub-screen PBO but not PAI.

still trying to figure out the reason.