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

System status Filter

Former Member
0 Likes
878

Hi,

Would like to check If there any effective way to filter the system status and select the order records based on system status entered in the selection screen. ( The system status provided can be include or exclude values). Currently, im using JEST to retrieve all status for particular object number and using FM:

STATUS_TEXT_EDIT.

Eg:

Selection screen

Select option:

(1) Order number : XXXX

    System status: REL

Expected program report results:

Order number  : XXXXXXXX   

System status: REL PRC  BCRQ MACM SETC

Select option:

(2) Order number : XXXX

    System status: REL (user set exclude)

Expected program report results:

Order number  : XXXXXXXX   

System status: CRTD PRC  BCRQ MACM SETC

1 REPLY 1
Read only

Former Member
0 Likes
524

HI BLUE SKY,

                       As i know ,there are two function modules 1.status_text _edit. 2.Read
_text.By using both of these function modules you can retrive system status as well as long text.

if you have any specific requirment to get long text using notif number,order number etc..you should create custom frunction module based on read_text function module.

thanks,

Prasanna balaji