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

function module

Former Member
0 Likes
971

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.

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
836

hi,

an FM is there

STATUS_READ

rgds

Anver

6 REPLIES 6
Read only

Former Member
0 Likes
836

HI Neha

Please check FM's in Function group: <b>BSVA</b>.

Eg: STATUS_READ.

Kind Regards

Eswar

Read only

anversha_s
Active Contributor
0 Likes
837

hi,

an FM is there

STATUS_READ

rgds

Anver

Read only

Former Member
0 Likes
836

check SD_ORDER_STATUS_OVERVIEW or SD_ORDER_STATUS

regards

prabhu

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
836

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.

Read only

Former Member
0 Likes
836

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

Read only

Former Member
0 Likes
836

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