2007 Jun 29 8:24 PM
Hi,
I am getting dump when I execute the following code in ECC 6.0 with Oracle DB. it works fine in 46, 47 unicode and non unicode and ERP2004.
If I remove the period '.' after '''4500016938''' it works fine. I just want to make sure it is ECC 6.0 issue.
TABLES: EKKO.
DATA L_WHERECOND TYPE TEXT50 OCCURS 0 WITH HEADER LINE.
CONCATENATE 'EBELN' 'EQ' '''4500016938''' '.'
INTO L_WHERECOND SEPARATED BY SPACE.
APPEND L_WHERECOND.
SELECT SINGLE * FROM EKKO
WHERE (L_WHERECOND).
WRITE: SY-SUBRC.
WRITE: EKKO-EBELN, ekko-ebeln.
I really appriciate for your help.
Thanks
Swamy
2007 Jun 29 8:31 PM
short dump for me too in ECC6
EDIT: when i removed the '.' it worked, too.
Message was edited by:
robert phelan
Hi,
I am getting dump when I execute the following code in ECC 6.0 with Oracle DB. it works fine in 46, 47 unicode and non unicode and ERP2004.
If I remove the period '.' after '''4500016938''' it works fine. I just want to make sure it is ECC 6.0 issue.
TABLES: EKKO.
DATA L_WHERECOND TYPE TEXT50 OCCURS 0 WITH HEADER LINE.
CONCATENATE 'EBELN' 'EQ' '''4500016938''' '.'
INTO L_WHERECOND SEPARATED BY SPACE.
APPEND L_WHERECOND.
SELECT SINGLE * FROM EKKO
WHERE (L_WHERECOND).
WRITE: SY-SUBRC.
WRITE: EKKO-EBELN, ekko-ebeln.
I really appriciate for your help.
Thanks
Swamy
2007 Jun 29 8:31 PM
short dump for me too in ECC6
EDIT: when i removed the '.' it worked, too.
Message was edited by:
robert phelan
2007 Jun 29 9:02 PM
Thanks Robert, Can you please tell me what is database you use?
2007 Jun 29 9:13 PM
2007 Jun 29 8:42 PM
2007 Jun 29 8:45 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |