As the title says I have to join 2 tables one with a column that has a guid in c32 format to another table that has the same guid but in C22 format. A further complication is that the 1st table's guid is actually in a generic nvarchar(50) instead of ...
I'm having an issue with hash tables - in combination with reference variables.Consider the following: (Which is part of a class) - it attempts to see if a particular id exists in a table; if not add it; if yes change it. types: BEGIN OF TY_M...
I'm running webdynpro on basis 700 - I'm looking for a way to add additional customer auth object checks to an existing SAP web dynpro application. When I go the methods tab, I only see a Pre-Exit & Post-Exit button; no Overwrite Exit button. I t...
I'd like to call one method with the results of another method and I keep getting the error 'The field XYZ(' is unknown but there is a field with a similar name' Error.Consider the simple example below:CLASS ZLCL_HELPER DEFINITION. PUBLIC SECTION. ...
In SE19 when trying to activate an SAP delivered implementation of a badi I'm prompted for an object key for the implementation class. fyi Running ECC6 on Basis 7 kb14. Go to SE19Display badi FIAA_BW_DELTA_UPDATEGo to environment menu, choose act...
Agree with term "death trio" : lolSuggest looking into using standard tables with defined non unique secondary keys instead of sorted tables. Sorted tables have relatively poor insert/delete in comparison. There can be multiple defined secondary...
We also are experiencing the same issue on XSA as of today. Doesn't seem to matter what version we put in db/package.json file. 4.8.0 4.8.2 4.9.0. Appreciate if anyone has found a decent workaround.db/package.json:{ "name": "deploy", "dependenci...
Hmmm.. I'm not sure how to do that staying within enhancment then. I think you would need to upgrade to 701 then OR get yourself an object key and modify it directly if your organization allows that.-Ryan
I doubt he wants to unconditonally hide the element - like me he probably wanted to do an auth check against and use the results of that to conditonally "hide" the element. I ended up implementing the WDDOMODIFYVIEW method; in there I did the a...