cancel
Showing results for 
Search instead for 
Did you mean: 

Change log for AUSP?

Former Member
0 Kudos
3,692

Hi All,

I need to get the change log for AUSP table values (ATWRT field). I have checked in CDPOS, it is not capturing AUSP table. Is there any table or FM or any other way to get the change log of AUSP? Your help would be highly appreciated.

Thanks in advance,

Srilakshmi.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

you have (may be this is what you really need) a further option. There is a standard SAP report available to get an overview of EH&S changes (AUSP is used not only in EH&S!!)

This is RC1CD100. Here to get too an overview of specification related changes (AUSP changes included)

AUSP itself is a normal DDIC table. If you check technical set up of this table you will realize that "change log" is activated. If you check this option (using F1) you get an SAP help because some prerequisiteds must be fulfilled to get a log.

The report is described in the EH&S documentaiotn (sorry I way not able to find the correspondng link).

With best regards

CB

christoph_bergemann
Active Contributor
0 Kudos

Hello all

may be this report could be of interest too:

RC1_CHANGE_DOCS_DISPLAY => here you get an overview of change docs on specification level.

Furthermore if you have a suitable set up of EH&S and you are in a hitlist and mark one line then via one menue entry (i believe it is called "environment" you can get an overview of the change docs.

With bets regards

CB

Edited by: Christoph Bergemann on Aug 19, 2010 9:04 AM

Answers (2)

Answers (2)

0 Kudos

Hi

You have 2 possible solutions to meet this requirement.

Option 1: Implement point # 3 of SAP OSS Note 943559

Option 2: This is a workaround solution to skip standard SAP check for activation of change documents of Classification system and allow entries to be written into CDHDR and CDPOS table through MM01 / MM02 / CL20N tcode

Solution: Implement an implicit enhancement inside include program 'LCLVFF10', at end of subroutine 'FILL_REDUN' i.e. line number '337'.

Here modify the entry of table 'REDUN' where OBTAB = 'MARA' and set the flag 'AEBLGZUORD' equal 'X'. This will activate the change document creation for Change Object 'CLASSIFY' in CDHDR and CDPOS tables.

Sample Code

LOOP AT redun WHERE obtab EQ 'MARA'.


       redun-aeblgzuord = 'X'.


ENDLOOP.

nirajsikligar
Active Contributor
0 Kudos

hi Srilakshmi,

Please check table CAWN for field values of ATWRT.

Regards,

Niraj