former_member719641
Participant
Member since ‎2020 Sep 06

User Statistics

  • 46 Posts
  • 1 Solutions
  • 5 Kudos given
  • 5 Kudos received

User Activity

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...