jackyhjj_sn
Explorer
Member since ‎2022 Oct 17

User Statistics

  • 21 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hi, My team has a requirement to validate user entering split batch quantity that is greater than initial quantity on tcode VL31N/VL32N. Example:Initial Quantity : 38 pcs -> Split batch into 3 batches,- TEST01 - 15 pcs, - TEST02 - 15 pcs, - TEST03 - ...
Hi all, I am trying to call program ABUMN through SUBMIT, but I got this error message"You are trying to start ABAP program "SAPLAMDPS2I" with SUBMIT. This program has type "F" instead of "1" in its attributes however. Only programs of type 1 c...
Hi, I am developing a custom app in Fiori. There will be a table or a popover that show certain number of purchase requisition.I have a requirement to have a hyperlink of Purchase Requisition Number and when click, it will open a new tab to view th...
Hi, I have a concern with one of my development. Currently I am using CO_XT_COMPONENT_ADD to add component to production order. Before run commit statement, I have assign (SAPLCOBC)resb_bt[] table to a field symbol and change its posnr field relative...
Hi, currently I am using 'CO_XT_COMPONENT_ADD' to add component to production order for all component with item category 'L'. Now I have a new requirement where I need to add component with item category 'T' ( blank material number ). This become an ...