2007 Aug 10 1:40 PM
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??
2007 Aug 10 1:44 PM
first check for any inactive versions of that FM or Main program , if not then u are missing few Notes.
regards
Peram
2007 Aug 10 2:14 PM
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
2007 Aug 10 2:27 PM
You have probably declared accit_fi incorrectly. Make sure it has the structure ACCIT_FI.
Rob
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |