2007 Mar 01 7:36 PM
Hi!
I can't see full name of countries
My code:
REPORT Z_REQ.
TABLES T005.
DATA tmpTable LIKE T005 OCCURS 100
WITH HEADER LINE.
SELECT * FROM T005 INTO TABLE tmpTable.
LOOP AT tmpTable.
WRITE / tmpTable-LAND1.
ENDLOOP.---
AD
AE
AF...
Can anyone help me?
2007 Mar 01 7:38 PM
Hi,
GO to the table T005T. to get the country names..
Thanks,
Naren
Hi!
I can't see full name of countries
My code:
REPORT Z_REQ.
TABLES T005.
DATA tmpTable LIKE T005 OCCURS 100
WITH HEADER LINE.
SELECT * FROM T005 INTO TABLE tmpTable.
LOOP AT tmpTable.
WRITE / tmpTable-LAND1.
ENDLOOP.---
AD
AE
AF...
Can anyone help me?
2007 Mar 01 7:38 PM
Hi,
GO to the table T005T. to get the country names..
Thanks,
Naren
2007 Mar 01 7:49 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |