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

Notification status's

Former Member
0 Likes
856

I need to capture the status of a notification (transaction IW51) in the 'on save' user exit. I have the below tables available to me but none appear to store the actual status of the notification. The field is RIW000-STXTX and contains values like 'NOPR' and 'NOCO'. Can anyone point me in the direction of a table or FM that stores the system status of a notification.

*" T_VIQMFE STRUCTURE WQMFE

*" T_VIQMUR STRUCTURE WQMUR

*" T_VIQMMA STRUCTURE WQMMA

*" T_VIQMSM STRUCTURE WQMSM

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
666

Use these tables.

JEST

JCDS

I need to capture the status of a notification (transaction IW51) in the 'on save' user exit. I have the below tables available to me but none appear to store the actual status of the notification. The field is RIW000-STXTX and contains values like 'NOPR' and 'NOCO'. Can anyone point me in the direction of a table or FM that stores the system status of a notification.

*" T_VIQMFE STRUCTURE WQMFE

*" T_VIQMUR STRUCTURE WQMUR

*" T_VIQMMA STRUCTURE WQMMA

*" T_VIQMSM STRUCTURE WQMSM

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
666

Statuses are stored in table JEST - Object status. other related tables are

- JCDS - Change Documents for System/User Statuses (Table JEST)

- JSTO - Status object information (to get Status profile for external statuses)

Useful tools

- STATUS_TEXT_EDIT - convert statuses into texts (STTXT text)

Regards

Read only

GauthamV
Active Contributor
0 Likes
667

Use these tables.

JEST

JCDS