‎2007 Nov 20 10:25 AM
Hello,
I am trying to use the BAPI BAPI_FIXEDASSET_CHANGE to modify an fixed asset master data. Everithing works well untill I try to modify a time dependant object with time intervals. So, I fill the import parameter
TIMEDEPENDENTDATA-FROM_DATE
TIMEDEPENDENTDATA-TO_DATE
TIMEDEPENDENTDATA-COST CENTER
AND set the change parameters structure:
TIMEDEPENDENTDATAX-FROM_DATE = 'X'.
TIMEDEPENDENTDATAX-TO_DATE = 'X'.
TIMEDEPENDENTDATAX-COST CENTER = 'X'.
The change is done without errors (costcenter), but the from_date and To_date are not modified. What do I do wrong?
What do I
‎2007 Nov 20 10:38 AM
hi George,
check if T093C-XZORG is not set for the company code (if yes, that means you cannot create new intervals, only the old value will be overwritten).
ec
‎2007 Nov 20 10:38 AM
hi George,
check if T093C-XZORG is not set for the company code (if yes, that means you cannot create new intervals, only the old value will be overwritten).
ec
‎2007 Nov 20 10:55 AM