2023 Oct 11 10:48 PM
When I create a Behavior Definition, I don't know why but it always comes as "Unmanaged", I can't put it as "Managed" during the creation of the Behavior Definition, however, within the code I make a change and leave it as "Managed" and I do what it takes to make it work. This is my code:
managed; // implementation in class zbp_i_pjv_partner unique;
define behavior for ZI_PJV_PARTNER //alias <alias_name>
persistent table zpjvt_000
//late numbering
lock master
//authorization master
etag master product
{
create;
update;
delete;
}
This leaves me with a lot of doubts, as I don't know if the problem is during the creation of the Behavior Definition, which doesn't allow me to create it directly as Managed or if it's something else. I'm still starting out in the world of ABAP, I have a lot of things to learn, I'd be grateful if you could give me some direction.