Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Memory id 'AGR'

Former Member
0 Likes
880

How to check work center category in memory id 'AGR' ?

Please find attached screenshot.

Regards,

Hemanth

How to check work center category in memory id 'AGR' ?

Please find attached screenshot.

Regards,

Hemanth

3 REPLIES 3
Read only

Former Member
0 Likes
798

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

Read only

Former Member
0 Likes
798

Hi

user the following :

IMPORT <AGR> FROM MEMORY ID 'AGR'.


Here, <AGR> is variable.



regards,

Chandu

Read only

custodio_deoliveira
Active Contributor
0 Likes
798

Isn't IMPORT/EXPORT from/to memory id obsolete?

I would use:

GET PARAMETER ID 'AGR' FIELD lv_work_center_cat.

Regards,

Custodio