cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module or Class to validate an Incident Number

sebastian_hockmann2
Participant
0 Kudos

Hello.

i'm searching for a function module or class which allows me to

validate / check for existence of a Solution Manager Incident.

For example:

I know there is a Incident 8000000982 and i need to know programmatically

if this a valid Incident which is stored on Database.

Do you have ideas or hints ?

Thanks.
Sebastian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sebastian,

You can use CMS_ORDERADM_H_READ, pass there a number IV_OBJECT_ID = 8000000982.

in ES_ORDERADM_H you will get all related info.

use Exception for your case  RECORD_NOT_FOUND if there is not data in Databse.

Rg Dan

Lluis
Active Contributor
0 Kudos

Hello Sebastian,

Table

CRMD_ORDERADM_H

CRMD_ORDERADM_H-OBJECTID = Solution Manager "Incident" Number

CRMD_ORDERADM_H-PROCESS_TYPE = SMIV/SMIN/...

best regards,

Luis