Application Development 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: 

Error in include LFIPIF00

Former Member
0 Kudos

Hi,

After the upgrade from 4.6c version to ECC6 in the include LFIPIF00 the call transaction statement is throwing an error message u2018No client line itemsu2019.This is because of the note 811562 is implemented at this statement.

In 4.6c version the error is not populated.

Is there any alternative to prevent this error or any other SAP note available?

Please reply.

Regards,

RK

5 REPLIES 5

deepak_dhamat
Active Contributor
0 Kudos

hi ,

Which is call transaction you are calling for ?

regards

Deepak.

0 Kudos

Hi Deepak,

Here the call transaction statement is calling FB01 transaction.Please find below the code.

refresh tab_msg.

wa_opt-dismode = mode. "N811562

wa_opt-updmode = update. "N811562

wa_opt-defsize = defsize. "N849676

call transaction tcode using ft

options from wa_opt "N811562

messages into tab_msg.

Regards,

RK

0 Kudos

Hi ,

IS there any message no :

It has error message "DEFTAX025 - No Client line items"

regards

Deepak.

0 Kudos

Hi Deepak,

Yes,this is the same message which I am getting.

Message ID : DEFTAX

Message No: 025

Regards,

RK

0 Kudos

Hi ,

check this snotes :

1127049 New deferred tax: DEFTAX025 when posting down payment clr.

913805 Error FF891 or DEFTAX025 when posting FI-Documents

regards

Deepak.