cancel
Showing results for 
Search instead for 
Did you mean: 

Display Change Document in Process purchase order **URGENT**

Former Member
0 Kudos

Hi All,

Can anyone of you answer, where exactly the data of display change document for process purchase order txn will be stored(tables)? From technical point of view.

Regards,

Alina.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

See related links ->

1) In transaction BBP_PD for object id BUS2201 (PO) there are versions.

2) Use the function BBP_PD_PO_GETDETAIL, the return table E_VERSION gives you all versions and their status of the PO.

3) But you can check in CDHDR & CDPOS tables for change log.

Object Class= BUPA_BBP0020

Tabname=BBPM_BUT_FRG0021

Do let me know.

Regards

- Atul

yann_bouillut
Active Contributor
0 Kudos

Hi,

Call FM BBP_PD_PO_GETDETAIL.

The return table E_VERSION give you all versions and the status (active, history, ...) of the PO

Kind regards,

Yann