cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump while getting data from custom table using RAP application

Aegon_Targaryen
Explorer
0 Likes
1,134

I have created an app using RAP model. It is able to insert data into custom table while trying to fetch data, its leading to short dump. Below are the details.
Custom table

michael_scofield_0-1717516767092.png

 

CDS

michael_scofield_1-1717516810785.png

Behaviour definition

michael_scofield_2-1717516845455.png

service definition

michael_scofield_3-1717516867154.png

service binding

michael_scofield_4-1717516891755.png

app

michael_scofield_5-1717516975084.png

The below records were inserted using CREATE operation in app. When i try to fetch data using GO button getting below dump

michael_scofield_6-1717517076683.pngmichael_scofield_7-1717517103189.png

Please let me know if anyone has got clue

Accepted Solutions (0)

Answers (3)

Answers (3)

DiegoValdivia
Active Participant
0 Likes

as per your screenshot, you didn't implement the method INSTANCE_AUTHORIZATION in class ZBP_ZCDS_2

DiegoValdivia_0-1717604249305.png

 

MioYasutake
SAP Champion
SAP Champion
0 Likes

@Aegon_Targaryen 

Have you activated the class ZBP_ZCDS_2?

junwu
SAP Champion
SAP Champion
0 Likes

did you ever read the error msg?

it says something is not implemented....