on 2005 Nov 14 9:05 PM
Hi,
In the transaction IW32, Components TAB - if a component is selected and the status(icon <i>) is selected; it takes you to a 'Display Status' screen.
1. I want to know how the system retrieves the current status of the component. Most probably there is a function module which returns the current status of the component.
2. If I 'RELEASE the order', and the component status is checked again, the status is updated to 'REL' Released. Can anyone tell me where and how it is updated. As far as i know, no database tables are updated in this operation.
Thanks and regrads,
Vishal
Request clarification before answering.
Hi Vijay,
2. the status is updated via the function call
'CO_IH_STATUS_FM_SET'
JSTO is the table that gets updated
Suresh Datti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can use the structure. Thanks for the valuable input.
But this structure gives the status of the order (header data) and not the component status.
I shall ask the client if he can do with this. But i think the client requires check at the component level.
Thanks and regards,
Vishal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks suresh.
But the function module 'CO_IH_STATUS_FM_SET' does not exist. I have found a user-exit 'EXIT_SAPLCOIH_009' which gets triggered on SAVE operation. I need to throw a warning message if the status of any of the components is 'REL' (released); Where do i retrieve the status from?? Because the order is not yet saved in the database.
-Vishal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.