cancel
Showing results for 
Search instead for 
Did you mean: 

Tutorial Create a Custom RAP Business Object to Trigger Purchase Requisitions API

TimothySanty
Participant
0 Kudos

Dear community,

in this tutorial the creation of the abstract entity "zabs_purchaserequisition" is missing in step 6. Could anybody provide this? Thanks a lot!

TamasFodor
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

We helped you to accept the answer, since there were no updates after 7 days. You can unaccept it anytime if you have further questions.

Kind regards,

Tamas

View Entire Topic
NiRuIB
Explorer

Hi Timothy,

I encountred the same problem and just analyzed what is needed and created the abstract entity myself. It looks like this:

Hope this helps,

Regards Nina

@EndUserText.label: 'Purchase Requisition'

define abstract entity zabs_purchaserequisition
{
  purchase_requisition  : abap.numc(8);
  created_by : abp_creation_user;
  created_at : abp_creation_tstmpl;
}<br>
TimothySanty
Participant
0 Kudos

Thank you!