cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP RAP

anil_lahori2
Explorer
467

ABAP RAP Community, 

I m a newbie to Abap rap development.  Have a  some queries on managed / unmanaged scenerios . 

1  in managed scenerio, only create, update , delete , numbering & Save is taken care by RAP framework.  For determination/ validations, do we need to write a code on our own ??? Pls clear it . Also , for numbering  , Do we need to write code too at time? And in what scenario?? 

2 in managed scenerios , for additional save & unmanaged save , do we need to  code in their respective implementation classes ? 

 

pls reply with easy explanation 

 

THANKS ,

Anil 

 

View Entire Topic
kyo_choi2
Participant
0 Kudos

Great simple answers, I just like to add.

1. Managed should only be used where the create/update tables are custom tables only.

2. Unmanaged options are when we have either BAPI or BDC to do the CRUD( create/update ) operation.