on 2009 Dec 16 4:06 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Srilakshmi,
Please check table CAWN for field values of ATWRT.
Regards,
Niraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.