cancel
Showing results for 
Search instead for 
Did you mean: 

Post outgoing payments:header data,Tcode : 'F-53'

former_member185124
Participant
0 Kudos

Good evenings friends!

When i am execute 'F-53' :Tcode for particular Vendor it Show Runtime error.So,please rectify my problem.I Send a  attached file what is the runtime error.please check it once .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mahesh,

check in the error log, from which part of code the error was triggered.

Probably some number conversion/operation is not handled properly.

former_member185124
Participant
0 Kudos

Hi Ashok,

Actually this is Standard Tcode : 'F-53' and erro is on Standard Program :'SAPLJ1IEWT' at include 26:'LJ1IEWTU26' .AT the counter field it accept only single digit value for Double digit it's convert into '*' then it rises runtime error.So,i send a error log please check it.If you get any idea reply me .

Category               ABAP Programming Error

Runtime Errors         CONVT_NO_NUMBER

Except.                CX_SY_CONVERSION_NO_NUMBER

ABAP Program           SAPLJ1IEWT

Application Component  FI-LOC

Date and Time          02.12.2014 16:52:19

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short text                                                                                        |

|    Unable to interpret "*" as a number.                                                          |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    Error in the ABAP Application Program                                                         |

|                                                                                                  |

|    The current ABAP program "SAPLJ1IEWT" had to be terminated because it has                     |

|    come across a statement that unfortunately cannot be executed.                                |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What can you do?                                                                                  |

|    Note down which actions and inputs caused the error.                                          |

|                                                                                                  |

|                                                                                                  |

|    To process the problem further, contact you SAP system                                        |

|    administrator.                                                                                |

|                                                                                                  |

|    Using Transaction ST22 for ABAP Dump Analysis, you can look                                   |

|    at and manage termination messages, and you can also                                          |

|    keep them for a long time.                                                                    |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    An exception occurred that is explained in detail below.                                      |

|    The exception, which is assigned to class 'CX_SY_CONVERSION_NO_NUMBER', was not               |

|     caught in                                                                                    |

|    procedure "FIWTIN_GET_ACCUMULATION_FLAG" "(FUNCTION)", nor was it propagated by               |

|     a RAISING clause.                                                                            |

|    Since the caller of the procedure could not have anticipated that the                         |

|    exception would occur, the current program is terminated.                                     |

|    The reason for the exception is:                                                              |

|    The program attempted to interpret the value "*" as a number, but                             |

|    since the value contravenes the rules for correct number formats,                             |

|    this was not possible.                                                                        |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|How to correct the error                                                                          |

|    Whole numbers are represented in ABAP as a sequence of numbers, possibly                      |

|     with an algebraic sign.                                                                      |

|    The following are the possibilities for the representation of floating                        |

|    point numbers:                                                                                |

|      [algebraic sign][mantissa]E[algebraic sign][exponent]                                       |

|      [algebraic sign][whole number part].[fraction part]                                         |

|    For example, -12E+34, +12E-34, 12E34, 12.34                                                   |

|    If the error occurred in your own ABAP program or in an SAP                                   |

|    program you modified, try to remove the error.                                                |

|                                                                                                  |

|                                                                                                  |

|    If the error occures in a non-modified SAP program, you may be able to                        |

|    find an interim solution in an SAP Note.                                                      |

|    If you have access to SAP Notes, carry out a search with the following                        |

|    keywords:                                                                                     |

|                                                                                                  |

|    "CONVT_NO_NUMBER" "CX_SY_CONVERSION_NO_NUMBER"                                                |

|    "SAPLJ1IEWT" or "LJ1IEWTU26"                                                                  |

|    "FIWTIN_GET_ACCUMULATION_FLAG"                                          

Thank you.

0 Kudos

Hi Mahesh,

I am also facing same issue in F-53.

Can you please share your issue was resolved ??

Thanks,

Aakash Bhutani