on 2017 May 03 3:58 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
63 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.