2009 May 25 8:42 AM
Hi experts,
I created a PP production order by using a configured material.
I can see internal object number in table AFPO-CUOBJ.
I'd like to change and save a value of characteristics by using ABAP.
Could you tell me it if there is a BAPI or FM to save values of characteristics in variant configuraion?
BR,
Hi experts,
I created a PP production order by using a configured material.
I can see internal object number in table AFPO-CUOBJ.
I'd like to change and save a value of characteristics by using ABAP.
Could you tell me it if there is a BAPI or FM to save values of characteristics in variant configuraion?
BR,
2009 May 25 8:50 AM
you can chnage the variant configuration data using below bapi with strcture order_cfgs_value =
CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
EXPORTING
salesdocument
order_header_in =
order_header_inx =
TABLES
return = return_lt
order_item_in =
order_item_inx =
partners =
partnerchanges =
partneraddresses =
order_cfgs_ref =
order_cfgs_inst =
order_cfgs_part_of =
order_cfgs_value =
2009 May 29 11:05 AM
Thanks for your reply but my question is not about sales order.
2009 May 25 8:55 AM
hi ,
check these :
BAPI_PROC_CHAR_GET_LIST
BAPI_PROC_CHAR_GET_HELPVALUES
Reg
Siva Prasad
2009 May 29 11:07 AM
Thanks for your reply but my question is not about getting characteristics value, but saving.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |