‎2010 Jan 07 9:43 AM
Hi,
The following values available for me to create PR00 condition record:
Condition type (= PR00)
Sales Org
Distribution Channel
COND_NO
SCALETYPE
...
...
...
I am not able to find a bapi which can update header values of a condition record (for ex- Sales Org, Dist. Channel etc ).
Remaining all required fileds i am updating using BAPI_PRICES_CONDITIONS but can't see any table or field whih can update above mentioned fields.
Any help is highly appreciated,
Regards,
NaPPy
‎2010 Jan 07 9:54 AM
You can check with
RV_CONDITION_RESET
RV_CONDITION_COPY
RV_CONDITION_SAVE
‎2010 Jan 07 1:38 PM
Hello,
BAPI_PRICES_CONDITIONS can be used to update header fields. But make sure, you are not trying to update the key fields of the condition record table. As they are key fields of a table, they cannot be updated and the BAPI will create a new condition record in that case.
//Thanks
Janani
‎2010 Jan 07 2:12 PM
Please check the function module RV_CONDITION_RECORD
also you can check the below function modules
RV_CONDITION_CONVERT_UNITS
RV_CONDITION_COPY
RV_CONDITION_DELETE_BY_FIELD
RV_CONDITION_FIELD_CHANGE
RV_CONDITION_MAINTENANCE
RV_CONDITION_POST
RV_CONDITION_RESET
RV_CONDITION_SAVE
RV_CONDITION_SPY
Also check the function group V14A
Regards
Satish Boguda