2009 Feb 16 9:38 AM
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
2009 Feb 16 1:01 PM
try to use the macro .. rp-exp-c2-in
with the EPF structure (PC2_IN07) filled in along with the sequence number ...
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
2009 Feb 16 9:48 AM
data will go and stroe in pcl2 (rx)...
kindly explain more about your requirement
2009 Feb 16 10:23 AM
Hi,
Thanks for the prompt reply.
The issue is that due to some configurational issue, even the EPF data has gone and sat in RT table. So now i have to write a report where in i have to get Provident Fund (EPF) specific wagetypes data from RT and push it in EPF table.
I have done the extraction and kept in the internal table EPF in my report and now the issue is how to export it to EPF table in PCL2.
I was wondering if I am going in the direction because I am not getting the right result.
Please help.
Thanks,
Neha
2009 Feb 16 12:37 PM
Hi Neha,
Use update DB Table w r t I.T, correspondingly,
Thanks & regards,
Dileep .C
2009 Feb 16 1:01 PM
try to use the macro .. rp-exp-c2-in
with the EPF structure (PC2_IN07) filled in along with the sequence number ...
2009 Feb 16 1:41 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |