cancel
Showing results for 
Search instead for 
Did you mean: 

CHaRM 7.1 API / BAPI

aditya_aghor
Explorer
0 Kudos

Hi,

I am looking to automate creation of the charm process by trying to create charms en masse programmatically via a z-program in SolMan 7.1

  1. Are there any std BAPIs for charm creation ? Since charm is based on CRM can the std CRM BAPI CRM_ORDER_MAINTAIN be used ?
  2. How do we handle assignment of charm specific attributes like Projects if we use the CRM BAPIs

I am surprised that there does not seem to be easy programmatic access to the business layer of charm(atleast did not see any documentation around it).

Regards,

Aditya

Accepted Solutions (0)

Answers (1)

Answers (1)

aditya_aghor
Explorer
0 Kudos

found the following api which looks promising ...cl_ags_crm_1o_api_sd

Former Member
0 Kudos

Hi Aditya,

yes you can use CRM_ORDER_MAINTAIN and similar function modules to create an RfC.

There are no standard BAPIs for this ChaRM specifically, you have to create one yourself.

Please rember that there is a check which prevents RfC to be created in GUI, which includes Z-Reports:

Best Regards,

Christoph