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