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

installation order status

Former Member
0 Likes
516

hi all

need to know the status of installation order t-code(IW33).to find out whether it has been technically completed or still in process.and where that status is maintained in which table and under what field name.

gaurav upadhyaya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
487

Hi,

Check in table JEST, to get the text pass the STAT value obtained from JEST to fm BSV_DOCU_STATUS_INTERN, this will return the status text,

Hope this helps,

Rgds,

2 REPLIES 2
Read only

Former Member
0 Likes
488

Hi,

Check in table JEST, to get the text pass the STAT value obtained from JEST to fm BSV_DOCU_STATUS_INTERN, this will return the status text,

Hope this helps,

Rgds,

Read only

0 Likes
487

thanks i got it