Hi experts,
I have problem with assigning business partner to contract. After this i have runtime error.
Do someone explain me what I have badly ? I think configuration is completly, but maybe not necessarily.
Help me, please
Rgds, Stenwa
description my error :
Runtime Errors ASSERTION_FAILED
Short Text
The ASSERT condition was violated.
What happened?
In the running application program, the ASSERT statement recognized a situation that
should not have occurred.
The runtime error was triggered for one of these reasons:
- For the checkpoint group specified with the ASSERT statement, the activation mode is set to "abort".
- Via a system variant, the activation mode is globally set to "abort"
for checkpoint groups in this system.
- The activation mode is set to "abort" on program level.
- The ASSERT statement is not assigned to any checkpoint group.
Error analysis
The following checkpoint group was used: "No checkpoint group specified"
If in the ASSERTstatement the addition FIELDS was used, you can find the content of
the first 8 specified fields in the following overview:
" (not used)"
" (not used)"
" (not used)"
" (not used)"
" (not used)"
" (not used)"
" (not used)"
" (not used)"
Trigger Location of Runtime Error
Program AC_CVI_KE
Include AC_CVI_KE
Row 5
Module type (METHOD)
Module Name GET_NRIV_
Source Code Extract
Line SourceCde
1 method get_nriv_line.
2
3 assert:
4 i_object_type is not initial,
>>>>> i_number_range is not initial.
6
7 get_nriv( ).
8
9 read table mem_nriv into r_nriv
10 with key object = i_object_type
11 subobject = ' '
12 nrrangenr = i_number_range
13 toyear = '0000'.
14
15 endmethod.