Purpose
SRM calls the BAPI - BAPI_REQUISITION_CREATE for creating Purchase Requisition from Shopping Cart in classic scenario. CL_BBP_BS_ADAPTER_RQ_CRT_470 is the adapter class used to make this BAPI call. You want to use BAPI_PR_CREATE for the PR creation since BAPI_REQUISITION_CREATE has been made obsolete and is replaced by BAPI_PR_CREATE as per note 1803189.
New adapter CL_BBP_BS_ADAPTER_RQ_CRT_600 has been designed to call BAPI_PR_CREATE in the shopping cart transfer process which creates a purchase requisition in the backend.
Implementation
The new Adapter class - CL_BBP_BS_ADAPTER_RQ_CRT_600 replaces the old adapter class CL_BBP_BS_ADAPTER_RQ_CRT_470.
On making the necessary customizing, the SC (shopping cart) to PR (purchase requisition) creation in classic scenario will call BAPI_PR_CREATE instead for BAPI_REQUISITION_CREATE. Note that if the below mentioned customizing are not made, SC to PR transfer process will continue to use the old BAPI - BAPI_REQUISITION_CREATE.
Manual Customizing
Step One – Find out the relevant SYS_TYPE of the ERP system in which the Requisition will be created :
Step Two - Replace the old Adapter class with the new adapter class in the table BBP_FUNCTION_MAP
You will find an entry with the Function - CL_BBP_BS_ADAPTER_RQ_CRT_470.
Customer Enhancements and BADI Calls :
The BADI - BBP_CREATE_BE_RQ_NEW which is called via the old adapter class CL_BBP_BS_ADAPTER_RQ_CRT_470 (invoking BAPI_REQUISITION_CREATE), continues to be called even for the new adapter class CL_BBP_BS_ADAPTER_RQ_CRT_600.
If any new customer fields were added to any structures in BBPS_BADI_RQ_CREATE and in corresponding structures of BAPI_REQUISITION_CREATE then
Release :
The new Adapter class is made available in the following SPs:
1) SRM 700 - SRM 7.0 SP 19
2) SRM 701 - SRM 7.0 EHP1 SP 15
3) SRM 702 - SRM 7.0 EHP2 SP 17
4) SRM 713 - SRM 7.13 SP 12
5) SRM 714 - SRM 7.14 SP 02
Note:
1) The new Adapter has been made available from SRM 700 till the highest release
2) The new Adapter will support connecting to backend ECC from ECC 600 onwards
3) Since the new Adapter will be part of SP Release, it will be required to upgrade to the relevant SP to have the new Adapter class
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |