Application Development 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: 

FM for getting the SYSTEM STATUS in pp order.

Former Member
0 Kudos

hi,

i wnat to know what is the FM used to get the SYSTEM STATUS in pp order.

and the parametes needed t be passed.

3 REPLIES 3

Former Member
0 Kudos

HI,

1. go to tcode BS22 (Maintain: System Status)

2. look for the system status TECO.

3. Double click the field "TECO".

4. in the transaction control tab look for the business transaction "RMWA" or goods movement (you can type it in the lower left corner buttom box).

5. select the radio button from "Allowed" to Disallowed".

6. save your changes.

Here are the function moduels:

SYSTEM_STATUS

UPGI22_GET_SYSTEM_STATUS

UPG_GET_SYSTEM_STATUS

TMS_CFG_GET_SYSTEM_STATE

Regards

Sudheer

Former Member
0 Kudos

Hi Rashmi,

Check this FM.

CBIF_GLM1_PROCESS_ORDER_READ

Thanks,

Reward If Helpful.

Former Member
0 Kudos

Hi

Take the AUFK -OBJNR field for that Order

and pass to JEST table or TJ02

and see the status description in TJ02T

Regards

Anji