former_member837795
Explorer
Member since ‎2023 Jan 11

User Statistics

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

User Activity

Hello community! I am doing an exercise on internal tables, and when writing the following code I have a syntax error. The syntax error that it generates is the following: "USING" expected, not "READ TABLE HOLIDAY WITH". could someone guide me?...
Hello community! The code contained in a field exit is executed when the dynpro containing the field of field exit is loaded or when performing an action on the field of a field exit?
Hello community! I have a question to use the creation of BDC structure When this structure is used is it for the creation of batch inputs, jobs or text elements? or none of these? Thankss!
hello community! Can someone help me understand what this code does and what it is for? Thanks! DATA: v_modo type C. v_modo = 'N'. BDC_OPTIONS-DISMODE = v_modo. BDC_OPTIONS-UPDMODE = 'A'. BDC_OPTIONS-DEFSIZE = 'X'. BDC_OPTIONS-RACOMM...
Kudos given to