cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10: Audit date

0 Kudos

Hi BPC Gurus,

In Audit section: I perform BPF Audit Report(Detailed of operational performed). In this report we have "Audit Date" field. From what table or info-provider can i get the value of this field. I need it in ABAP program. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Run the program UJ0_GET_GEN_TABNAME and then select the environment and model. You will find the table name in AUDDATA:/1CPMB/XXYYYAD. XX and YYY are environment and model initials.

Regards,

Kalyan.

0 Kudos

Hi Kalyan,

Thanks for your reply. I run program and find this table. In the table no field "Audit Date" as I understand in this table we have changed amounts.

Regards,

Amirkhan

0 Kudos

Solution of my problem is Table: UJU_AUDACTHDR

The field: TIMESTAMP

Answers (0)