Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table updation

Former Member
0 Likes
595

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

you can set sql trace with filter to see which all tables are getting updated for program and user id

t code st05.

3 REPLIES 3
Read only

roger_gomez
Active Participant
0 Likes
564

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

Read only

0 Likes
564

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

Read only

Former Member
0 Likes
565

you can set sql trace with filter to see which all tables are getting updated for program and user id

t code st05.