cancel
Showing results for 
Search instead for 
Did you mean: 

Grouping service positions of SHC in Backend Pur.Req.

Former Member
0 Kudos

Hello,

Im working on SRM 5.0 with R/3 46C backend.

On the basis of ths SCH in SRM, alway Pur.Requisitions are created in R/3.

In the case of a shopping cart with service positions,

SAP standard splits the service items according to various splitting criteria which leads to various Pur.req positions with their service subpositions.

I need , in this case, the Pur.Requisition in the Backend to be created with only one position, under which are grouped all service sub-positions.

How can I accomplish this? is there a BADI to do this or do I have to adapt standard coding?

Anyone had experience before with this?

Thanks for any reply.

Aart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi. So you are adding multiple lines to 1 shopping cart, each for a different service, and then it creates 1 req in the backend with multiple lines, each with 1 service.

However, you want 1 line with several services?

If I have understood correctly try BADI BBP_CREATE_BE_RQ_NEW.

Structure CS_RQ_DOCUMENT-IT_REQUISITION_SERVICES should have the info you need.

Regards,

Dave.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try implementing the BADI "BBP_SC_TRANSFER_BE " for grouping of SC's in the backend.

On SRM 5 it is BADI "BBP_BS_GROUP_BE".

BR,

Disha.

Do reward points for useful answers.