cancel
Showing results for 
Search instead for 
Did you mean: 

Entry FPLT does not exist in (check entry)

0 Kudos

Hi Experts,

I use invoicing plan in framework order. But I need to remove the invoicing block using BAPI_CHANGE_PO. When I used invoicing plan type 10 (sample periodic invoicing plan) the function module worked nicely. But I faced an error when I used invoicing plan type 20 (sample partial invoicing plan) like this saying that entry FPLT does not exist but in fact it's already exist.

This is how I fill the INVPLANHEADER data:

This is for the INVPLANHEADERX data:

This is for the INVPLANITEM data:

and this is INVPLANITEMX data:

Invoicing Plan data already exist when I checked the table.

I would really appreciate some help and advices because I need to fix this problem.

Thank you.

Best regards,
Riky

sveabecker
Community Advocate
Community Advocate
0 Kudos

Welcome and Thank you for visiting SAP Community to get answers to your questions. Please add more details to your question. With that, you can reach a broader range of experts to get your question answered. I also recommend to do this tutorial https://developers.sap.com/tutorials/community-qa.html

The more details you provide, the more likely it is that members will be able to assist you.

Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Regards, Svea

SAP Community Global Moderator

pataselano
Active Contributor
0 Kudos

Please capture your input parameter in table INVPLANHEADER and INVPLANHEADERX on BAPI_PO_CHANGE.

Accepted Solutions (0)

Answers (1)

Answers (1)

pataselano
Active Contributor
0 Kudos

Please try fm BILLING_SCHEDULE_SAVE and don't forget to commit after run that fm..