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

whats the problem???

Former Member
0 Likes
567

hi

am getting short dump in MFBF transaction here..

CALL FUNCTION 'J_1I_VAT_TAX_ACCOUNT_DET_SD'

TABLES

it_accit = accit_fi.

it saying that E_AMOUNT is unknown.

this function is giving error..pls chk..can give any sujetions??

hi

am getting short dump in MFBF transaction here..

CALL FUNCTION 'J_1I_VAT_TAX_ACCOUNT_DET_SD'

TABLES

it_accit = accit_fi.

it saying that E_AMOUNT is unknown.

this function is giving error..pls chk..can give any sujetions??

3 REPLIES 3
Read only

Former Member
0 Likes
537

first check for any inactive versions of that FM or Main program , if not then u are missing few Notes.

regards

Peram

Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
537

Hi,

You are using E_AMOUNT in same place, but it doesn't exist or the include that this field was defined isn't active.

Check where E_AMOUNT is used and how it was defined( Isn't It a Function Module parameter ? ). Maybe it exists with a similar name like E_AMOUNTe or i_AMOUNT.

Regards.

Marcelo Ramos

Read only

Former Member
0 Likes
537

You have probably declared accit_fi incorrectly. Make sure it has the structure ACCIT_FI.

Rob