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: 

whats the problem???

Former Member
0 Kudos

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

Former Member
0 Kudos

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

regards

Peram

marcelo_ramos
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Rob