cancel
Showing results for 
Search instead for 
Did you mean: 

parameters

former_member193027
Participant
0 Kudos


Hi,

How do we differentiate between info,control and system parameters. Currently using EM with TM 9.1.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dipak,

There were enough discussions in this forum on this topic earlier.

Please check this link for detail information about this topic.

You can check this SAP OSS note 1260125 - Configuring search fields for the Web Interface

Regards

GGOPII

Answers (2)

Answers (2)

Former Member
0 Kudos

some main points:

1) system parameters are stored in index table Event Header extension table and should be used for web UI selection parameters

2) you can not update a system parameter via event message

3) control parameters can be updated via event messages: e.g. if freight orders are being tendered

then you probably have to change the carrier based on tendering results

4) control parameters are not stored in indexed table

And thus should not be used for selection on web UI

Thanks,

Deb

former_member186607
Active Contributor
0 Kudos

Hi Deb,

I have to correct you in your point 2): "you can not update a system parameter via event message". It is possible to update system parameters via event message. You can use either activity HDR_EXT_VALUE_UPDATE or PARAMETER_CHANGE_NEW.

Best regards, Daniel

Former Member
0 Kudos

Hi,

The below table can give you overview where you can add, change and delete through event message.

Add

Change

Delete

Info parameters

X

X

X

Control parameters

X

X

X

System parameters

-

X

-

Query IDs

X

X

X

Tracking IDs

X

X

X

Additional tracking IDs

X

X

X

Event handler statuses

-

X

-

Regards

GGOPII

Former Member
0 Kudos

Dipak,

SAP help has good documentation on this:

Parameters - SAP Event Management (SAP EM) - SAP Library