JayChan
Active Participant
Member since ‎09-30-2008

User Statistics

  • 77 Posts
  • 9 Solutions
  • 4 Kudos given
  • 4 Kudos received

User Activity

Hi all,I try to follow IDES training script to create a outbound delivery reference to a existed Sales OrderBut a error msg is shown:============================================================================"Create delivery" not allowed (User Statu...
hi all,I have following subroutine.since I have a input parameter P_Itab as a internal tableHow come I can not loop this internal table in the FORM.FORM get_dydata using P_Itab LOOP AT P_Itab. some code..... END LOOP. ENDFORM. ...
Our users want to combine all items into one DN(delivery notice) to save their effort on packing.But it is not possible because some items were added(modified) into the sales order afterward and resulted in a situation where Exchange rate for letter-...
HI all,I tried to use Regular expresion to convert my stringmy sample code is like this:REPLACE ALL OCCURRENCES OF REGEX '\w*' IN INTAB-SCITY WITH '$1_$2'. REPLACE ALL OCCURRENCES OF REGEX '\w*' IN INTAB-DCITY WITH '$1_$2'. REPLACE ALL OCCURRENCES ...