Skip to Content
0
Former Member
May 18, 2010 at 08:44 AM

Reg: Classes and memory IDs

34 Views

Hi All,

I have a class which has 5 methods and around 15 attributes.

DATA: lr_document TYPE REF TO zcl_ps_pricing_document,

" Retrieve the Document Object

lr_document = gr_runtime_context->get_document( ).

in this example, lr_document is refferencing to class zcl_ps_pricing_document.

Now Can I export and Import lr_document to memory IDs?

Regards,

Selva M