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

Message type

Former Member
0 Likes
398

Hi All,

What is the message type for Workorder,if there is no standard message type I will crate Custom one,but the problem with coding can any one help me on this.

Thanks&regds,

Srinivas.

2 REPLIES 2
Read only

Former Member
0 Likes
359

Hi,

Message processing depends on the message type specified in the MESSAGE statement, and the program context in which the statement occurs.

Message Types

A

Termination

The message appears in a dialog box, and the program terminates. When the user has confirmed the message, control returns to the next-highest area menu.

E

Error

Depending on the program context, an error dialog appears or the program terminates.

I

Information

The message appears in a dialog box. Once the user has confirmed the message, the program continues immediately after the MESSAGE statement.

S

Status

The program continues normally after the MESSAGE statement, and the message is displayed in the status bar of the next screen.

W

Warning

Depending on the program context, an error dialog appears or the program terminates.

X

Exit

No message is displayed, and the program terminates with a short dump. Program terminations with a short dump normally only occur when a runtime error occurs. Message type X allows you to force a program termination. The short dump contains the message ID.

Contexts

Messages, especially those with type E or W, are processed according to the context in which they occur. The following sections summarize the most important context rules:

Plzz reward points if it helps.

Read only

former_member404244
Active Contributor
0 Likes
359

Hi,

check the below message types

IOAUPD

IORDER

if it won't serve ur purpose,u can create ur own message and basic type and also segments..inorder to create a workorder then use BDC inside the custom function module and can create..

Reagrds,

nagaraj