Skip to Content
0
Former Member
Feb 16, 2009 at 09:38 AM

Exporting data to PCL2 table

165 Views

Hi Gurus,

I have to an internal table with me to export to PCL2 cluster in EPF(employee provident fund) table.

I am using the following statements:

-


rx-key-pernr = pernr-pernr.

EXPORT epf TO DATABASE PCL2(RX) ID RX-KEY.

IF SY-SUBRC EQ 0.

WRITE: / 'Update successful'.

ENDIF.

-


My query is that I am not passing anywhere that data has to go in EPF table and how will the data go and sit there.

Awaiting ur reply.

Regards,

Neha