bmierzwi
Participant
Member since ‎06-16-2021

User Statistics

  • 67 Posts
  • 3 Solutions
  • 62 Kudos given
  • 17 Kudos received

User Activity

Hello, I have a custom program that first creates a purchase order (that can be seen in ME21N) and then a material document (that can be seen in MIGO).In both of these cases the G/L account has a correct value. So there's nothing wrong here. BUT when...
Hello,I need my function module to return a table with a few fields of the databse table PA2006. I don't want to declare the parameter as "<table_name> TYPE pa2006" because I need that table to have just a few fields, not all of them.Initially I woul...
Hello,When a purchase order is created in MRRL, it's automatically being printed and I need to prevent this.The idea is I need SAP to decide whether the document needs to be printed or sent via an e-mail by checking the default communication type in ...
Hello,I have an internal table storing some of the customer's data and I want to append a column from another table which stores e-mail addresses. LIFNR is the common field between tables.I have the function itself already working: LOOP AT gt_email...
Hello,I have a trouble with SMARTFORMS. I need to add a new column to display the Customs Number on an export invoice.I have recently upgraded my SAP version from 7.30 to 7.60 and the default editor of text fields didn't work. When I tried to referen...