I have the same error like those two guys that asked similar question in community (1, 2) but I definitely have different use-case. I am trying to copy a standard ABAP CDS DEMO_CDS_CURR_CONV into custom Z one and it is failing
I tried the soluti...
I am trying to view the standard shipped CDS view demo_cds_curr_conv shthat comes with the latest ABAP BTP Trial environment and get this error
this happens when I right click the CDS definition in the CDS editor. What is weird is there are two ...
I am implementing note 2818143 for the enablement of note searching in my system.
Environment: S4 1909 without FP, SAP_ABA 754
I did all according the steps described in the note but receiving the error RC401
I tried multiple times and the s...
As I got from the multiple existing SAP Community threads, CLMM transaction serves for characteristic value multi-assignment, i.e. to assign single characteristic to multiple objects in bulk, also to copy characteristic values from one object to anot...
I have a table where I want to change a column type to timestamp for field created_at:
define table zcustomer {
key client : abap.clnt not null;
key kunnr : char10 not null;
key name1 : char20 not null;
created_at : tzntstmpl;
}
howe...
Yep, true. When I put cursor on the CDS source this tab appears. Thank you for you thourough explanation, this really helps!It would be very helpful to have descriptive error messages, not like we have now. Now it is an absolute mumbo-jumbo that does...
again, you (your screenshot) state that this object has no contract set, and at the same time you are referring to C1-contract help section, which is ambigous. I suppose C1 vs no set are two differrent API states, which is not obvious from your words...