cancel
Showing results for 
Search instead for 
Did you mean: 

RFC - BAPI for CU50

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

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