Question:
Hi friends,
my data load is failing with the following error message.
The termination occurred in the ABAP program "GP5YMTATMI5YDMABYWHL3GB96AP " i
"VALUE_TO_SID_CONVERT_DB".
The main program was "SAPMSSY1 ".
The termination occurred in line 221 of the source code of the (Include)
program "GP5YMTATMI5YDMABYWHL3GB96AP "
of the source code of program "GP5YMTATMI5YDMABYWHL3GB96AP " (when calling th
editor 2210).
Source code extract
001910 i_rnsid
001920 i_md_create
001930 changing l_s_sidtab-chckfl
001940 l_s_sidtab-datafl
001950 l_s_sidtab-incfl
001960 l_update
001970 l_commit
001980 l_con_opened. " H614969
001990 if l_update = rs_c_true.
002000 perform sid_record_update using l_s_sidtab
002010 <l_s_valsid>-value.
002020 l_commit = rs_c_true.
002030 add 1 to l_counter.
002040 if l_counter GE 100.
002050 CALL FUNCTION 'DB_COMMIT'.
002060 clear l_counter.
thanks.
Answer:
Hi there,
Have a look at OSS Note: 631668, perhaps it may be of some help.
Sree