Hello:
I have a very serious problem with budget posting in CRM 7.0 EHP1.
One month ago,we installed a CRM 7.0 EHP1 instance.at the beginning ,the function of the budget posting was right,
but A few days ago,when i used the budget posting to update a fund on the CRM Web UI,after i input the sales data,the
amount field is disable,and the system no any warnning or error messages.I checked all the configrution of budget posting,
No problems found.
SO I debug the program and found when the system call the following codes there is a mesage:
report LPRC_INTF17 173lines:
new treatment for CRM7.0EHP1, call SPC_PERF_CREATE_ITEMS
break_rfc.
CALL FUNCTION 'SPC_PERF_CREATE_ITEMS' DESTINATION gv_vmc
EXPORTING
iv_document_id = ls_head-wrk_data-knumv
it_item_itab_info = lt_item_itab_info
iv_suppress_pricing = uv_suppress_pricing
iv_suppress_bom_explosion = 'X'
IMPORTING
es_profile = gs_profile_add
TABLES
it_item = lt_item_wrk_data
it_attributes = lt_order_attributes
it_timestamps = lt_order_timestamps
et_item_id = lt_item_id_perf
EXCEPTIONS
communication_failure = 1 MESSAGE lv_message
system_failure = 2 MESSAGE lv_message
OTHERS = 3.
add_profile 'SPC_PERF_CREATE_ITEMS'.
this function cann't to debug,and the parameter gs_profile_add
contains a message:
product 000000000000000000000000000000000 cann't be read?
why happend this?
I am very anxious,I hope everyone can help me! thank you !