Application Development 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: 

Exception condition "T681Z_MISSING" raised

0 Kudos

Hello,

The SD collegaues are getting following dump while creating an invoice in transaction VF02.I am not able to find any help on SDN or any notes for the same.Please help.

-


Short text

Exception condition "T681Z_MISSING" raised.

-


-


What happened?

The current ABAP/4 program encountered an unexpected

situation.

-


-


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

A RAISE statement in the program "SAPLV61Z" raised the exception

condition "T681Z_MISSING".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

-


-


How to correct 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:

"RAISE_EXCEPTION" " "

"SAPLV61Z" or "LV61ZF0T"

"T681Z_SELECT"

or

"SAPLV61Z" "T681Z_MISSING"

or

"SAPMV60A " "T681Z_MISSING"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

| actions and input led to the error.

Regards,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Kindly check FM - SD_COND_ACCESS, which cause this exception.

Also check the table - T681Z / T681V are properly maintained for the condition type.

4 REPLIES 4

Former Member
0 Kudos

Kindly check FM - SD_COND_ACCESS, which cause this exception.

Also check the table - T681Z / T681V are properly maintained for the condition type.

Former Member
0 Kudos

hi,

it is searching for some value in table T681Z, but not getting any thing. debug the program, by inserting breaking at the select stmt for T681Z.

and see what you get.

raymond_giuseppi
Active Contributor
0 Kudos

There seems to be a problem in your Customizing, your Conditions: Access Sequences (T682I) links to an unexistant Conditions: Dependent Data for Application/Usage (T681Z)

Look at SPRO Pricing/Pricing Control/Maitain Access sequence

Regards

0 Kudos

Hello,

Thanks for the help.

I am not an ABAP person but still trying to write what i figured.

The debugger hints at a sitution wherein a variable "ts_kappl" receives a value 'V' but after an assignment to other variable "available" the value of "available" changes to "0" somewhere.

This results in a dump on trying to deliver the order for the functional people.

Can anyone give some idea on this.

Regards,