former_member924423
Explorer
Member since ‎08-24-2020

User Statistics

  • 10 Posts
  • 1 Solutions
  • 5 Kudos given
  • 3 Kudos received

User Activity

Hi! i try call transaction with multiple option in select option fields. my code: EWHEN 'DETAILS'. DATA: bdcdata TYPE TABLE OF bdcdata, ls_bdcdata TYPE bdcdata. ls_bdcdata-program = '/ILG/HR_RLE_PAYR_REP'. ls_bdcdata-...
hi ! i have 2 tables and I need merge it to 1 table. table 1 - sales data. table 2- contact data. if have more contact row from sales row - I need duplicate the latest sale row and merge the contact data row. example: THANKS!
Hello everyone, I get this error when I try to use "AS" with && expressions with for-all-enteries. I need union two fields. error-as.png Is there an alternative? thanks.
HI All, this is my screen : and I want the field "Sales Organization" be required (obligatory) only if the first radio button (RB_BYSAL) selected. screen code: SELECTION-SCREEN BEGIN OF BLOCK by_Sales_field WITH FRAME. PARAMETERS rb_bysal...
hi all, i'm Software developer, and now i learn abap for do task in my work. TL:DR - problem with loop table in another table with dynamic fields. THE PROBLEM: i have 2 tables like this: TABLE 1: HR table with many colums and row.. TABLE...