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

Replicating OB52 transaction

Former Member
0 Likes
1,089

HI All,

I have a requirement where in I need to maintain Log details for transaction ob52.

Whenever a user maintains any entry the details shoule be logged in.

Is tehre any way in which this can be acheived.

Thanks

Avi.

HI All,

I have a requirement where in I need to maintain Log details for transaction ob52.

Whenever a user maintains any entry the details shoule be logged in.

Is tehre any way in which this can be acheived.

Thanks

Avi.

6 REPLIES 6
Read only

Former Member
0 Likes
1,038

i think in Ob52 itself u can find out change log .

check

ob52>utilities->change Log.

if u want to write a program

check the tables : CDHDR, CDPOS.

Regards

Prabhu

Read only

0 Likes
1,038

Hi,

What are all the tables that get updated when OB52 is triggered.

Read only

0 Likes
1,038

Hi avinash,

1. T001B

regards,

amit m.

Read only

0 Likes
1,038

Is this the only tabel or there are any other tables.

Why i need to be sure is that I might have to do customization of teh same i.e OB52 for logging the changes.

Read only

0 Likes
1,038

Hi again,

1. Its the only table

2. OB52 is nothing but the tcode

which uses SM30 for maintenance of view

V_T001B

3. V_T001B uses only one table T001B

4. U can try for yourself,

using SM30,

type table/viewname as V_T001B

regards,

amit m.

Read only

0 Likes
1,038

Thankyou Amit.

As my requirement is to provide logging facitiy for OB52 I was informed that this cannot be provided as if logging has to be enabled it ahs to be at package level.

And if this is doen it can cause performance realted issues..and that is not acceptable.

Hoever can we have any other alternative solution wherin we can provide login facitily for OB52.

Thanks