Skip to Content
0
Former Member
Sep 10, 2007 at 07:55 AM

TO KEEP INTERNAL TABLE IN SESSION

25 Views

Hi,

in my program i am using the internal table XVBAP, and then i am calling a subroutine :

PERFORM repairitems_prepare IN PROGRAM sapfv45p TABLES da_itemkom

da_serikom

USING y_wa_output-posnr

CHANGING da_headkom.

in this subroutine in one place there is one statement:

Read table XVBAP.

There is nothing to pass in the subrouting excepte POSNR. That means the above statement will read XVBAP table by keeping them in session.

So please help me to how to keep in session or there is some other way.