saurabh_chaturvedi
Advisor
Advisor
Member since ‎2005 Jul 13

User Statistics

  • 68 Posts
  • 4 Solutions
  • 7 Kudos given
  • 0 Kudos received

User Activity

Hello Experts,I have table where one of the columns is called COL1.Suppose this table has just one record where the column COL1 has the value 56006*.I want to select the above record even when I look up this table for records with COL1 value = 560068...
Hi All,I already searched through the threads but did not find an answer to my problem so I am raising it here. Is there a function module or class-method using which I can find the allowed values for a domain. I only know the name of the domain and ...
Hello,Is there a function module or class/method which will give me the list of all locks of a user in the current session and not across all sessions (like transaction SM12). Function modules like ENQUE_READ and ENQUE_READ2 provides the lock list fo...
Hello Colleagues,Is there a function module or class/method which will give me the list of all locks of a user in the current session and not across all sessions (like transaction SM12). Function modules like ENQUE_READ and ENQUE_READ2 provides the l...
Hi All,I have created an implicit code enhancement spot at the end of a function module. In this enhancement I am unable to access the local variables and the import/export variables of the function module. Is this the expected behavior or I am doing...