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

Function module / BAPI for changing planning date (FDTAG)

Former Member
0 Likes
1,650

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
974

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

2 REPLIES 2
Read only

Former Member
0 Likes
975

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

Read only

0 Likes
974

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.