Application Development 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: 

Seeking explaination for one of the ABAP statement

Former Member
0 Kudos

Hi,

I was digging in one of standard SAPScript driver program.

I came across a statement which is very new to me.

What does the following mean ?

IMPORT PRLST_TMP FROM MEMORY ID 'PPS'.

Can someone tell me if I want to check the contents pf memory ID 'PPS' how do I do it ? I mean which table should I go ?

3 REPLIES 3

Former Member
0 Kudos

hi,

'PPS' is not a table. it's name of ID memory.

You use Export/Import to memory to share data drom program to program.

just press F1 on import key word.

0 Kudos

I believe that you are looking at one of the standard sapscripts for production orders, yes? This statement imports the print parameters for that production order. Look at the structure PRINT_CO. This is the data which is being imported from calling program.

Regards,

Rich Heilman

andreas_mann3
Active Contributor