Ansicht
Dokumentation

BBP_RESERVATION_GRP - Grouping of Reservations

BBP_RESERVATION_GRP - Grouping of Reservations

General Data in Customer Master   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

With the Business Add-In BBP_RESERVATION_GRP, you determine the grouping of requirement itemswhen creating reservations in the backend system.

Dependent on the item and account assignment data, you determine with the BAdI, how many reservations are to be created from requirement items. You can create

  • one reservation for all items
  • multiple reservations for the items

The interface also takes into account customer fields in item and account assignment data. See method RESERVATION_GRP

In the activity Define Objects in Backend System (Purch. Reqs, Reservations, Purch. Orders), you have defined that a reservation is created from requirement items that are subject to the BAdI.

In the standard, the system creates one reservation for each requirement item.

The BAdI provides the method RESERVATION_GRP to override the standard.

Implement and activate the BAdI if you do not wish to use the standard.

You create a shopping cart with two or more items.

Case 1)
You use the standard. The BAdI is not required.

Case 2)
You group the items dependent on the data in the method parameters CT_PROC_ACCT and CT_PROC_RES. Using table CT_PROC_ACCT, you can group the reservations, for example, by cost center or by G/L account. This way, one reservation is created for items with the same cost center or the same G/L account. After the grouping by account assignment data, you read the item data from table CT_PROC_RES. For each item, fill the field GROUP with a value, for example:

Item Cost center GROUP
1 1000 1
2 1000 1
3 2000 2

2000

SAP recommends that you group requirement items for the creation of reservations

  • using the account assignment data in the parameter CT_PROC_ACCT.

For assistance, see the delivered sample coding.

2000

Method
RESERVATION_GRP






Addresses (Business Address Services)   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 3144 Date: 20240523 Time: 222931     sap01-206 ( 61 ms )