cancel
Showing results for 
Search instead for 
Did you mean: 

Getting status for contract document

Former Member
0 Kudos

Hi experts ,

we are running contract document in SRM portal

we need to get the status of the contract document whether it is released or saved or others

so is there any function module or any method to get the contract document status.

BR,

praveen

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

hi

manually you can filter in bbp_pd upon status and contract business object

like

distribution in correct

awaiting for approval

ERROR in distribution

released

held

expired

rejected

completed

etc.

Former Member
0 Kudos

Thanks for quick replies,

we implemented a code in BADI BBP_DOC_SAVE_BADI to save some data in backend custom tables,

this will be triggered when the contract document is released(status).But the status of the contract document will not be released as it should be saved first then released.

so are there function modules to read buffer data before saving the document.

BR,

Praveen

Former Member
0 Kudos

Hi,

FM BBP_PROCDOC_GETDETAIL

export table E_STATUS

BR

Evgeniy