‎2009 Jun 10 11:01 AM
Hi all,
I am debugging a standard program RPRCCC00 in which i could see nowhere the table is mentioned where the data is getting uploaded .
Please give your inputs .
Thanks & Regards,
Rajasekhar.
‎2009 Jun 10 12:00 PM
you can set sql trace with filter to see which all tables are getting updated for program and user id
t code st05.
‎2009 Jun 10 11:26 AM
Hi Rajasekhar,
Put a break-point at line 410, where the uploaded data is being posted into application:
FORM cred_card_clearing.
CALL FUNCTION 'HR_TRV_CREDIT_CARD_CLEARING'
Regards,
Roger
‎2009 Jun 10 11:44 AM
I think they are updating the database table through batch input (call transaction) which can be seen inside the function module HR_TRV_CREDIT_CARD_CLEARING
‎2009 Jun 10 12:00 PM
you can set sql trace with filter to see which all tables are getting updated for program and user id
t code st05.