‎2006 Nov 30 9:32 AM
hi,
can any one help me in finding the function module for reading the system status.
actually in va02->goto->item->status-> we have system status as "rel.. etc "its field name is "STTXT" n its used in structure RV45A.so there is a function module for gettin tis system status.
plz if any one knows it please lemme know.
‎2006 Nov 30 9:42 AM
‎2006 Nov 30 9:38 AM
HI Neha
Please check FM's in Function group: <b>BSVA</b>.
Eg: STATUS_READ.
Kind Regards
Eswar
‎2006 Nov 30 9:42 AM
‎2006 Nov 30 9:43 AM
check SD_ORDER_STATUS_OVERVIEW or SD_ORDER_STATUS
regards
prabhu
‎2006 Nov 30 9:45 AM
HI Neha,
In SE37 goto->function groups->display group.
Check for Status_read and in this u can pass Mandt as sy-mandt and objnr .
Hope this helps.
‎2006 Nov 30 9:49 AM
From SE80 goto function group BSVA and it shows various FM. Try using one of the following...
STATUS_CHANGES_GET
STATUS_CHANGE_FOR_ACTIVITY
STATUS_CHECK
STATUS_COPY
STATUS_MAINTAIN
STATUS_OBJECT_READ
STATUS_PRE_READ
STATUS_PRE_READ_DATA
<B>STATUS_READ<B>
STATUS_READ_MULTI
Message was edited by:
Ramesh Babu Chirumamilla
‎2006 Nov 30 10:06 AM
Hi,
call function 'STATUS_TEXT_EDIT'
exporting
flg_user_stat = ' '
objnr = gs_vbap-objnr
spras = sy-langu
importing
line = gs_text
user_line = gs_line
exceptions
object_not_found = 1
others = 2
.
Pass the object number of the line item which is VBAP-OBJNR, you will get the texti.e. released CLSD etc.
Regards,
Raghavendra