Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fixed asset BAPI

Former Member
0 Likes
1,085

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

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
814

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

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
815

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

Read only

0 Likes
814

This solves my problem, thanks a lot.