2008 Jul 23 12:29 AM
SELECT SINGLE
shkzg zfbdt zbd1t zbd2t zbd3t rebzg
FROM bseg
INTO CORRESPONDING FIELDS OF bseg
WHERE
belnr = int_cond-value.
I am not getting any values in bseg.but If I am manually looking at the table of bseg...I am able to see the entries..
is there some thing I need to take care..?
2008 Jul 23 12:50 AM
what will be the sy-subrc value ?
2008 Jul 23 12:50 AM
2008 Jul 23 12:54 AM
its always 4 and I am not getting values from select statement.
2008 Jul 23 1:14 AM
Is int_cond-value variable is same as belnr?
Try for testing just hardcode the value
where
belnr = '0000001234' " Your table available value padded
" with zeros and check
2008 Jul 23 3:03 AM
When use INTO CORRESPONDING FIELDS OF bseg , you must use same bseg filednames in the program.
check it once.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |