Skip to Content
0
Former Member
Jul 26, 2005 at 09:34 PM

Related to previous post..

540 Views

Hi realted to my previous question, I was looking at standard ABAP SAPCript driver program PSFCOBJL.

I see something like follwoing inside include LCODRINC:-

Import .....

FROM MEMORY ID 'PPT'.

......

......

IMPORT ITAB

ITAB_TDR FROM MEMORY ID 'PPI'.

IMPORT PRLST_TMP FROM MEMORY ID 'PPS'.

What does memory ID' PPT', 'PPI' and 'PPS' signify.

Is this the place from where we can ftech the initail data field(Explained in my previous post)

Tushar.