former_member625844
Participant
Member since ‎06-21-2019

User Statistics

  • 187 Posts
  • 1 Solutions
  • 26 Kudos given
  • 20 Kudos received

User Activity

I'm modifing a screen enhancement of CO01 production order create. I added a field zpro of type C(1). First as a plain input field and it worked. Then I converted it to dropdown and it not working in: 1.The selected value not catched .2. If I press e...
I have a requirement for MIRO. After entering PO number in Reference field xblnr, The PO item table in PO reference tab will be filled automatically. To do this ,I want to use BADI mrm_header_check for it . But how to get the trigger field xbln...
I wrote below code. DATA:kstar_t TYPE STANDARD TABLE OF kstar . LOOP AT kstar_t TRANSPORTING NO FIELDS WHERE kstar <= '89999999' AND kstar >= '8000000' . ENDLOOP. I want to check in table kstar_t whether exist data in some range. But it has er...
I 'm writng a program. First I query fields WTGXXX and objnr from cosp_bak. Then for each line I search csks with same objnr and filled func_area field. Suppose data in cosp_bak like below: WTG001 WTG002 WTG003 WTG004 WTG005 WTG006 WTG007 WTG008 ...
In MIGO there is a field direction of goods movement with + and -.Is it stored in a table or related to some fields such as mseg~shkzg. Thx.