Http://forums.sdn.sap.com/thread.jspa? Threadid = 1027022
Hi,
I have taken configuration data of sales order/item from vc_ I _get_configuration function module, I shocould change some of the data and save them back,
Can any one provide the function module name to save the configuration data in SAP sytem,
Thanks in advance,
Cucb_set_configuration
Try with function module
Ce_c_processing.also you can use
Ce_ I _set_configuration
Cucb_change_configuration
Cud0_configuration_to_db
Cucb_set_configuration
Function Group: cei0
Function Group: CLBP
Idoc_input_class_create
Ale_class_create
Bapi_class_create_test (Program)
Refer:
Http://forums.sdn.sap.com/thread.jspa? Threadid = 1128411
Http://aq33.com/development-programming/Articles009018.html
Cucb_get_single_instance
Vc_ I _get_configuration (also called cucb_get_single_instance)
Ce_ I _get_configuration
I am not able to check on a release 4.0b system, but on the 4.6c system I am working on there is a function module cucb_get_single_instance which you can use to retrieve the values for the configuration instance (VBAP-CUOBJ) before an update has occured. quite handily this function module works after an update has taken place also.
Business Requirements:
Create a contract and obtain the model selected in the configurable item to facilitate some enhanced control.
Technical Requirement: Obtain the feature value before saving the va41 (sapmv45a) contract.
Test, userexit_save_document in the exit, the VBAP-CUOBJ has been generated, through vc_ I _get_configuration to obtain the feature value.
In fact, when you jump to the configuration selection page through the "button" in the row project in va41, you have already started to construct the configuration table. At this time, the configuration table may not be stored in the database, but in the buffer.
For example: breakpoint debugging to userexit_save_document this exit, the VBAP-CUOBJ has been generated, se37 to call vc_ I _get_configuration is not available to obtain the foreground selected configuration. However, if the encoding test is performed in userexit_save_document, vc_ I _get_configuration can obtain the feature value.