ray_mannion
Participant
Member since ‎10-21-2009

User Statistics

  • 58 Posts
  • 0 Solutions
  • 10 Kudos given
  • 9 Kudos received

User Activity

In the latest HANA READINESS checks, we seem to no longer be allowed to write the simple SELECT * FROM BSEG WHERE BUKRS = BUKRS and BELNR = BELNR and GJAHR = GJAHR. OSS note 2431747 This is extremely frustrating since I see absolutely no change...
We are an SAP add-on partner with a namespace, etc and have hundreds of SAP systems we need to be able to access. I'm wondering how other SAP software companies and even consulting companies manage to support dozens of customers at a time without i...
Hi, I'm trying to add some code to this enhancement spot. The code doesn't trigger and I've been reading about "switches" and "conflict switches" and how you can't have multiple implemtentations.... Can anyone help me understand what I need to do...
We have a function module with a dozen subroutines which all have the possibility to raise an error to stop processing. It is too cumbersome to define an exception for every one of these cases so we have been updating a flag to tell subsequent routin...
We have about a dozen function groups and 30-40 function modules which all need to commonly reference upwards of 100 constants.We currently do this:include /namespace/constantsBut, the extended code check tells me it is bad practice to have an includ...