‎2010 Nov 23 11:37 AM
Hi everyone,
Let's go for a problem.
Many FI documents have been created in our system, with a wrong planning date, these documents have to be changed and I have been trying to develop a report.
I am having a big trouble finding a function module or a BAPI which allows me to change the planning date (FDTAG field). I have been trying these function modules:
FI_ITEMS_CHANGE
FI_DOCUMENT_CHANGE
The first one works for changind data in the FI documents but it seems like it can't change the planning date, it returns an error message that informs that the FDTAG field can not be changed.
The second one is confusing, I have been unable to feed the function module with the data it needs to determine a single document.
I am trying to use BAPI_ACC_DOCUMENT_POST right now, it doesn't seems promising but you never know.
Has anyone had the same problem? I have been looking for an answer in both google and here but I can't find one, just some people with the same problem.
I will keep trying to find the solution, if I find it I will post it here.
Thanks in advance,
‎2010 Nov 23 11:47 AM
Hi
U can try to use the fm FI_ITEMS_MASS_CHANGE, it seems that field is not managed by that fm, but u can create an your Z fm as copy of FI_ITEMS_MASS_CHANGE, in order to change FDTAG.
Max
‎2010 Nov 23 11:47 AM
Hi
U can try to use the fm FI_ITEMS_MASS_CHANGE, it seems that field is not managed by that fm, but u can create an your Z fm as copy of FI_ITEMS_MASS_CHANGE, in order to change FDTAG.
Max
‎2010 Nov 24 10:13 AM
Hi again Max,
This worked perfectly, even better because we where already using the FDTAG field for mass changes (don't remember right now which note we implemented) so I have just used FI_ITEMS_MASS_CHANGE with no changes at all.
Thank you very much for the help.