former_member760452
Explorer
Member since ‎08-05-2021

User Statistics

  • 19 Posts
  • 0 Solutions
  • 13 Kudos given
  • 2 Kudos received

User Activity

Hello guys; I have question. It gives negative stock error when opening period for company code. How do we convert the material's transfer (sloc) stock to positive?
Hello guys, I designed a horizontal form with Paper type a5. Here I want to divide the screen in half and print the same output twice. In summary, I want to print the same output twice on the same page, is there a way to do this?
Hello everyone Hello everyone I'm making a program that keeps track of users' login and logout times. I can get the login date and time in the Usr02 table(TRDAT-LTIME). But I could not find any information about when the user left the system. Could...
SELECT * FROM edid4 INTO CORRESPONDING FIELDS OF TABLE lt_edid4 FOR ALL ENTRIES IN lt_docnum WHERE docnum EQ lt_docnum-docnum AND segnum EQ '000001' AND segnam IN lr_segnam AND hlevel EQ '01' AND sdata IN lr_objke...
I have 3 forms and I return lt return in these forms. DATA: lt_return TYPE TABLE OF bapiret2, ls_return TYPE bapiret2. What I need to do is to check these forms and send an e-mail if their type is 'E', 'A' and 'I'. I created my mail...