cancel
Showing results for 
Search instead for 
Did you mean: 

GROUP_PO_BACKEND in BAdI BBP_BS_GROUP_BE

Former Member
0 Kudos

Hi'

We want to further split our SC into more POs.

Using Method GROUP_PO_BACKEND in BAdI BBP_BS_GROUP_BE.

How to split into more POs?

I cannot see which data to change, in order for the split to occur.

Please provide a coding example.

Regards,

Karin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

See teh foll thread:

BR,

Disha.

<b>Pls reward points for useful answers.</b>

Answers (3)

Answers (3)

Former Member
0 Kudos

I finally figured it out.

I need to set the field refnumber to split into further PO's.

Thanks for your help and comments.

Karin.

Former Member
0 Kudos

Hi'

I have read through all of the material you recommended, but I am no further.

I cannot find BAdI BBP_SC_TRANSFER_BE in version 5.0, therefore I am using BAdI BBP_BS_GROUP_BE.

BAdI BBP_BS_GROUP_BE method GROUP_PO_BACKEND allows me to change table CT_ITEM type BBPT_BS_OBJECT_BE_SPLIT.

Unfortunately I cannot find any field like 'group_1' to change?

Can someone please provide a coding example on how to split a PO into more PO's using BAdI BBP_BS_GROUP_BE method GROUP_PO_BACKEND.

Points will be awarded!

Regards,

Karin.

Former Member
0 Kudos

Hi

Are you correctly checking in SE18 transaction for the BADI - BBP_SC_TRANSFER_BE ?? Please double-check again...

<u>See related link -></u>

We had the same issue with GROUP_PO.

SAP asked us to use BADI BBP_BS_GROUP_BE instead of BBP_SC_TRANSFER_BE for SRM 5.0 (SRM_SERVER 550). Please refer note "Note 1073137 - SRM5.0: Badi BBP_BS_GROUP_BE instead of BBP_RESERVATION_GRP"

Here CT_ITEM is changing. The field "CT_ITEM-refnumber" corresponds to "CT_PROC_ITEM-GROUP_1".

If for the badi BBP_BS_GROUP_BE you are finding that CT_ITEM is empty as well- Please implement note "Note 1040082 - BADI BBP_BS_GROUP_BE: Parameter is_object not filled".

It should resolve the issue. With CT_ITEM filled you should be able to carry out the grouping according your crieteria.

BBP_SC_TRANSFER_BE BADI (Sample documentation and source code)

Please go through the following SAP OSS Notes as , which will help ->

Note 715213 - Interface change in BAdIs in Release SRM 4.0

Note 1040082 BADI BBP_BS_GROUP_BE: Parameter is_object not filled

Note 980017 Follow-on document not created

Note 912873 Item not filled when using PO number range BADI

Note 820404 BADI BBP_SC_TRANSFER_BE not called correctly

Note 610332 BADI BBP_SC_TRANSFER_BE/BBP_RESERVATION_GRP: Customer fields

<u>Do let me know.</u>

Regards

- Atul

Former Member
0 Kudos

Hi

<u>Which SRM version are you using ?</u>

<b>In addition to the sample code given by me in the thread mentioned by Disha,</b>

<b><u>Please also go through the following threads -></u></b>

<u>All different PO headers form split criteria ...</u>

<b>SAP OSS Notes to go through-></b>

Note 770456 Split of PO when SC contains material and service item

Note 1020305 ECS shopping cart with serveral limit items

Note 929461 Consulting note for Note 887832

Hope this will help. Do let me know.

Regards

- Atul