former_member649377
Explorer
Member since ‎11-23-2019

User Statistics

  • 28 Posts
  • 0 Solutions
  • 12 Kudos given
  • 8 Kudos received

User Activity

Hi, I am learning about persistence class, As far as I understand we can map a persistence class to a DB table, but is there any way to find if a DB table has already been mapped to a persistence class? Thank you, Ameen
Hi all, I have a program which compares quantity from 2 tables(custom and standard), and do the processing accordingly, since the records present in database is huge in numbers the program process the records in packets. The issue:- The program g...
When I am updating an entry in the table view... the <action> field is not getting populated with any value, till yesterday it was working... can anyone please help me.
Hello, I have a requirement, to put a button(email) in application toolbar when an alv list is displayed(i didi it using pf status), when i click on this button a pop up box should appear with email addresses, this popup box should have checkbox in...
I have written a very small piece of code to know how regexp works, in this i have an internal table and only one field, the field contains a string, I want to check if there is an '=' at the end of the string then delete that records from internal...