cancel
Showing results for 
Search instead for 
Did you mean: 

Updating start date of IT 0000,0001,0002

former_member187570
Participant
0 Kudos

Hi All,

can anyone suggest how to change start date of IT 0000,0001,0002 using ABAP code.

Is there any function module or class/method to do.

Via PA41 , BDC it seems it does not work well.

Accepted Solutions (1)

Accepted Solutions (1)

former_member226519
Active Contributor
0 Kudos

you can't simply change the start date because it is key field.

create a record from "new start date" to "old start date" - 1 or, if "new start date" is > "old start date", split the record and delete the record not needed.

The "hard way" is to delete the old and insert the new records directly from/to the database tables PA0000, PA0001, PA0002. This is not recommanded.

Answers (0)