I am able to get all status of a particullar Equipment, but how to determine the current status of the equipmen whether it's Active or In Active?
---Anil Kumar
In my module pool screen, there is a subscreen named 'subs_report'. This subcreen is being call with a field 's_plant'.
When we loop the main screen, we are unable to find this subscree 'subbs_report' as well as the field 's_plant'.
Actually I wa...
Hi,
I have one screen field for output & input based on condition. It's working fine now.
As the normal behaviour of tab-key, focus always goes to the next active field. Here I want the same behaviour for
screen output-field(inactive).
In my module pool screnn there is a subscreen named "V_SUB".
I have defined a screen like this and successully called it: -
SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN. SELECTION-SCREEN BEGIN OF LINE. select-options: s_plant for V_PLA...
Hi,
I am using SQL statetment like this:
select * from zvst_pass INTO TABLE it_vpass WHERE PLANT IN (WA_USER-AUTH_PLANT).
Here WA_USER-AUTH_PLANT has value '1300,1200'. The above statement gives the result only for plant '1300'.
When we u...
I am able to extract the system statust of equipment by using 'BAPI_EQUI_GETSTATUS' which gives me the all status for this equipment. But still the changed system status is not reflecting in JEST table.By the way, we have resolved my issue.Thanks to ...
There are two records in JEST Table for the Equipment and Actual status are INAC & INST. In JEST Table this is showing STATUS is I0099(AVLB) & I0100(INST).
This field has two functionalities. One for manual input and another for search for help 'F4IF_INT_TABLE_VALUE_REQUEST'. No matter what user input manually but data selected from searh-help must not be altered by user. So I have disabled/enabled th...