Hi Experts
Requirement is to make RFC for CU50 from 3rd party system and feed values for characteristics for the configurable product & in next step generate cost model based on BOM(CK11N) , is there any standard BAPI to achieve this requirement or any alternative approach to meet this requirement .Please assist.
Hi,
we have a business process to get all characteristic values for a VC model from another SAP System.
You can check the function modules starting with BAPI_CFG*.
E.g. you can start the configuration via RFC with 'BAPI_CFG_CREATE'. You can check for incompletness and inconsistency with "BAPI_CFGINST_INCONSIST_CHECK" and "BAPI_CFGINST_INCOMPLETE_CHECK".
To read the configuration via RFC you can use "BAPI_CFG_READ".
Hope this helps.
Juergen
Add a comment