‎2012 Aug 29 9:38 AM
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
‎2012 Aug 29 10:40 AM
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