Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Help Behavior Definitions

alanfljesus
Explorer
0 Kudos

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.

0 REPLIES 0