cancel
Showing results for 
Search instead for 
Did you mean: 

PR history

Former Member
0 Kudos

May I know PR change history tables ?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

ok

pankaj_singh9
Active Contributor
0 Kudos

If your query is answered then award appropriately

former_member335885
Active Contributor
0 Kudos

HI,

PCDHDR Change document header

PCDPOS Change document items

These are the two tables which you can access through SE16 / SE16N

Thanks & Regards,

Kiran

former_member192897
Active Contributor
0 Kudos

Go to SE11 / SE16 and USe Tables CDHDR / CDPOS with Table EBAN and Execute.

Regards,

Ashok

Former Member
0 Kudos

Hi,

Check

CDHDR Change document header

CDPOS Change document positionen

Regards

Merwyn

pankaj_singh9
Active Contributor
0 Kudos

Hi,

You have to use tables CDHDR (Change document header) and CDPOS (Change document items)

You have to develop a report for this using tables CDPOS and CDHDR

Go to SE11 / SE16 / SE16N, here enter Object value as "PR No" in Table CDHDR and get the Document No and then input this in CDPOS and get the changes details. You can also enter EBAN table and see the whole list. Also you can use object as BANF to get details.

Refer link;

[Change SAP documents -- tables CDHDR and CDPOS|http://www.sap123.com/showthread.php?t=47]

Former Member
0 Kudos

These tables belongs to all logistics modules. I want history table only for PR

pankaj_singh9
Active Contributor
0 Kudos

Hi,

There is not any separate table for PR Change History. You have to use the above tables only with object as BANF or Table EBAN in selection in SE11 and execute it to get changes.

EBAN - Purchase Requisition

Former Member
0 Kudos

Hello


SELECT * FROM CDHDR WHERE OBJECTCLAS EQ 'BANF'
                                            AND OBJECTID EQ EBAN-BANFN.

former_member192897
Active Contributor
0 Kudos

Go to SE11 / SE16 and Give Table CDHDR and Execute and Then Input PR Table Name EBAN and Execute then It will Show the List of Change PR Documents.

To Know Changes to a Particular Document Then Give PR Doc No in Object Value Field and Execute.

To know the Changed User Name & Time Use CDPOS Table With Trxn code ME52N.

Regards,

Ashok