cancel
Showing results for 
Search instead for 
Did you mean: 

SRM PO CHANGE SMARTFORM

Former Member
0 Kudos

Hi friends,

I’m developing a SRM Purchase Order CHANGE smartform. The form should only print those line items that got changed (quantity or price or new line item added to PO). Can anyone tell me how to pass only changed datas to smartform. I’m assuming that I’ve copy the std. Form BBP_PO

Thanks a lot.

-Nash

Accepted Solutions (0)

Answers (1)

Answers (1)

Ramki
Active Contributor
0 Kudos

Hi Nash

I think there is no standard way of doing it.

Are you activating 'Version mgmt' ?

You can use FM BBP_PD_PO_GET_DIFF and write your own code in copied Smartform.

Best regards

Ramki

Ramki
Active Contributor
0 Kudos

Hi Nash

You can get change versions from:

BBP_PROCDOC_GET_CHANGE_VERSION

Remember to use only external versions.

Best regards

Ramki