cancel
Showing results for 
Search instead for 
Did you mean: 

Changing PO Type in the header

Former Member
0 Kudos

Hello experts,

We try to change PO type (Transaction Type) in the PO header by using the BAdI BBP_DOC_CHANGE_BADI. But we found a parameter IV_PROCESS_TYPE which is importing type in the method BBP_PO_CHANGE. There is no exporting or changing parameter in this method. Is there anyway to change the PO type in PO header?  

Best Regards

Ruijia

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Ruija,

why do you want to change PO process type by coding ?

If your new PO process type has same number range as the first one, this can be done by user himself.

For this, you just have to create PO (after SC approval) in "Held" status.

If you want absolutely to do this by coding, do it at SC level with Change BAdI: using your business rule, put correct PO process type in BE_DOC_TYPE fied (table BBP_PDBEI).

Regards.

Laurent.

Former Member
0 Kudos

Hi Laurent,

Thanks for your suggestion. I want to change PO process type just at for creation a PO after SC approval. Your answer is exactly what I want.

Best regards,

Ruijia

Answers (0)