I have a view that I am using that contains fields on IFLOT, ILOA, and IFLOTX.
The view is called ZAPMFLOCS.
I want to be able to exclude functional locations with the deletion flag set.
I was able to figure out the SQL to exclude records.
Th...
SAP gateway we are getting 403 unauthorized when trying to get a csrf token.
The same username / password is working for read operations.
I've looked at some other posts.
We are using http, but we have the login/ticket_only_by_https set to 0.
...
I have a problem transporting package with views and structures referencing each other.For a package I have created a transport of copies of all objects in the packageIn the new system I end up with type '...' is unknown.I have tracked it down to pro...
I am trying to delete a package. I'm almost there. In SE16 I browser TADIR for my package and the only thing left isENHCZPM_SAVE_NOTIFBut I'm not sure how to find this enhancement and delete it.I looked up ENHC using: https://archive.sap.com/discus...
I am trying to delete all of the objects in a package. There is a database table called ZNOT_FILTER_TYP.When I go to delete it I can't because it is in use.There "where-used" list shows that it is used in program "LZNOT_FILTER_TYPT00".If I try to op...
That one gives me:Couldn't find Error Message: E SELECT 473 because the system is runningwith the database objects from release 740. The system has notcompletely upgraded to release 742.p.s Thanks so much for all of your help!
Here is the complete code listing for the ABAP program with your code:*&---------------------------------------------------------------------*
*& Report Z_FLOC_OPEN_SQL_TEST
*&
*&---------------------------------------------------------------------*...
Did your code run for you?I tried altering to use as you did with (WHERE not used)SELECT * FROM scarr UP TO 50000 ROWS
INTO CORRESPONDING FIELDS OF TABLE @fs_result
WHERE carrid NOT IN ( SELECT f~carrid FROM scarr AS f LEFT OUTER JOIN spfli
...
Great answer! I still have a compile problem. I didn't think changing the wherepart would affect the compile problem but I did it anyway. Still have the compile problem, but good to know how to fix the wherepart.I decided to try to run your progra...
Thanks Sandra!I'm getting:@LV_ROWCOUNT may not be converted into a number. number.It is declared as:lv_rowcount TYPE i.Am I missing something?Looking at the up to documentation:https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapselect_up_...