on ‎2021 May 23 4:44 AM
Hi expert team:
I have run ARBCIG _EVENT for cost center.
Then I have run full load.
After that try create new cost center.
Then run ARBCIG_MASTER_DATA_EXPORT program in incremental mode. Nothing generated.
I also check in table ARBCiG_CHANGEDOC , no records about cost center track inside. But other object is tracked here.
Does anyone experience how to solve this pls?
Many thanks.
Request clarification before answering.
Hello Manthana,
Did you do full load first? At least in test run mode. What is the outcome?
Regards,
Yayati Ekbote
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Manthana,
If you have configured the incremental load events properly, then ARBCIG_CHANGEDOC table should have changed entries.
One thing to note: If there are no changes done to your cost center master data, then nothing will be resulted. If you are expecting that if you just configured events and it should result the data, it will not happen. There has to be change in data which will result entries in ARBCIG_CHANGEDOC table. You can see this table in SE16.
If there is data in ARBCIG_CHANGEDOC table and your program is not retrieving data in the CSV file, then you need to check the date timestamp of change and configured date timestamp. If the changes have happened earlier to the configured date timestamp, then you need to change the date timestamp to a back date.
If everything is right, then debug FM ARBCIG_COSTCENTER_EXPORT which executes when you run program ARBCIG_MASTER_DATA_EXPORT.
Regards,
Yayati Ekbote
Hello Manthana,
Have you configured field restrictions?
If yes, then, when you create new cost center in SAP ERP, then you will have the event as 'CREATED'. If you change existing cost center information then 'CHANGED' event will be triggered. For Delete also, 'CHANGED' event will be triggered.
If no, then configure field restrictions first.
For cost center there is no date timestamp. Only for IO, there is date timestamp. Sorry for that confusion. For cost center, whatever entries are available, it will pick and send.
There is a configuration of CHANGE_LOG_RETENTION parameter where the ARBCIG_CHANGEDOC table will get cleared after those number of days which will be configured against this parameter.
Regards,
Yayati Ekbote
Then it is a good idea to debug FM ARBCIG_COST_CENTER_EXPORT.Put a breakpoint in this FM and execute program ARBCIG_MASTER_DATA_EXPORTwith cost center checkbox on in incremental load. See where the logic is going wrong.
If it a release specific bug, then you'll have to raise an SR and OSS to CIG team.
Regards,
Yayati Ekbote
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.