cancel
Showing results for 
Search instead for 
Did you mean: 

TA Cluster - Get Credit card Transactions Uploaded Date (PTK35-BEGDA)

former_member305388
Active Contributor
0 Kudos

Hi All,

I need to get the date on which credit Card transactions are uploaded through PRCC. I found that it'll be fetched from PTK35. But I donot know how I can get those details. I am getting the card transaction details from below code:

IMPORT gs_letzt

gt_ccbel

gt_inbel

gt_trans

FROM DATABASE pcl1(tc) ID tc_key.

But the above tables or structures do not have the date on which these transactions were uploaded. I think it'll be in PTK35-BEGDA. How can I get the same?

Thanks a lot!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member305388
Active Contributor
0 Kudos

Solved by myself.

We can get the date when the CC transaction are uploaded by the below line:

IMPORT ccdat FROM DATABASE pcl1(ta) ID ta_key.

Thanks!!