2015 May 18 11:05 AM
How to check work center category in memory id 'AGR' ?
Please find attached screenshot.
Regards,
Hemanth
2015 May 18 11:26 AM
Hi Hemant,
Use below code.
data: lv_work_center_cat type work center category.
Import lv_work_center_cat from memory id 'AGR'.
Regards,
Ashish Chauhan
2015 May 18 11:27 AM
Hi
user the following :
IMPORT <AGR> FROM MEMORY ID 'AGR'.
Here, <AGR> is variable.
regards,
Chandu
2015 May 19 2:13 AM
Isn't IMPORT/EXPORT from/to memory id obsolete?
I would use:
GET PARAMETER ID 'AGR' FIELD lv_work_center_cat.
Regards,
Custodio
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |