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

simple qa-- looking for field

Former Member
0 Likes
717

in KO03>control data> i have field system status in which table is it???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

Usually.. you can check system status in JEST table by giving object number as key field

object number related to particular order you can get it from AUFK.

to get status texts use TJ02T table.

I hope this info is useful for you..

Usually.. you can check system status in JEST table by giving object number as key field

object number related to particular order you can get it from AUFK.

to get status texts use TJ02T table.

I hope this info is useful for you..

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
690

Check this table.

AUFK.

Read only

Former Member
0 Likes
690

are you sure?????????????

Read only

GauthamV
Active Contributor
0 Likes
690

After doing some R&D on that i found something like this.

Join AUFK and JEST tables based on object number to get system status

values,to get system status text give those values in TJ02T table.

Read only

Former Member
0 Likes
691

Usually.. you can check system status in JEST table by giving object number as key field

object number related to particular order you can get it from AUFK.

to get status texts use TJ02T table.

I hope this info is useful for you..