Application Development and Automation 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: 
Read only

VL31N - ERROR

Former Member
0 Likes
737

Hi,

I'm trying to do inbound dlvy -VL31N- where i'm getting the blw Abap error, pls let me know how to correct it..

In config. side, i defined plant/st. loc/doc for NB in log excution and defined # range for 41.. Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caugh

in

procedure "VBUK_BEARBEITEN" "(FORM)", 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:

If you use an ABAP/4 Open SQL array insert to insert a record in

the database and that record already exists with the same key,

this results in a termination.

(With an ABAP/4 Open SQL single record insert in the same error

situation, processing does not terminate, but SY-SUBRC is set to 4.)

Last error logged in SAP kernele

Component............ "NI (network interface)"

Place................ "SAP-Gateway on host idestspl / sapgw00"

Version.............. 38

Error code........... "-2"

Error text........... "hostname 'xxxxxx' unknown"

Description.......... "NiHsLGetNodeAddr: hostname cached as unknown"

System call.......... " "

Module............... "nixxhsl.cpp"

Line................. 223

The error reported by the operating system is:

Error number..... " "

Error text....... " "

Edited by: UJ on Mar 25, 2009 7:47 AM

1 ACCEPTED SOLUTION
Read only

former_member242255
Active Contributor
0 Likes
550

for this you have to debug the std program and see why the dump is occuring..

as per the dump description we can say that due to INSERT or some otehre database operation it is going to dump and

you have to handle the error.

As of now there no handling of errror..or catching the exceptions.

2 REPLIES 2
Read only

former_member242255
Active Contributor
0 Likes
551

for this you have to debug the std program and see why the dump is occuring..

as per the dump description we can say that due to INSERT or some otehre database operation it is going to dump and

you have to handle the error.

As of now there no handling of errror..or catching the exceptions.

Read only

Former Member
0 Likes
550

hi:

Please get you answer here

[Forum|;

Regards

Shashi