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

Former Member
0 Likes
555

Hi,

I have aZtable where i make entries by using modify statement in the PAI event. if the entries are blank in the ztable,hw can i check for blank lines in the table in the PBO event?

5 REPLIES 5
Read only

Former Member
0 Likes
538

Hi Chithanya,

in PBO write a module that fetch the same data that u added to the ztable. check the sy-subrc. assign the sy-subrc value to any output field in the screen.

Or u can use a table control and try to display the selected rows fromur ztable to that table control.

Regards

sarath

Read only

former_member196299
Active Contributor
0 Likes
538

Hi Chaitanya ,

Can you be a little more specific on ' hw can i check for blank lines in the table in the PBO event? ' and what exactly you want to do by checking the blank lines in the PBO so that it will be easy for us to solve your problem ..

Regards,

Ranjita

Read only

0 Likes
538

I have aZtable where i make entries by using modify statement in the PAI event. if the entries are blank in the ztable,hw can i check for BLANK ENTRIES in the table in the PBO event?

Read only

0 Likes
538

?

Read only

0 Likes
538

Chaitanya ,

try doing like this , in the loop at PBO event when you loop your table control entries into a wa , at that time , check if the wa is blank . thats how u can check for blank Entries ..

Else , you can do one thing , put another field for selecting rows .. and give the variable name as SEL .Next , select the blank rows by this way and send them to the PBO event . and thats how you can read the blank rows from Tab con .

Revert if further clarification needed !

Regards,

Ranjita