2007 May 25 7:44 AM
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?
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?
2007 May 25 7:55 AM
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
2007 May 25 8:24 AM
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
2007 May 25 9:05 AM
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?
2007 May 25 9:21 AM
2007 May 25 10:21 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |