cancel
Showing results for 
Search instead for 
Did you mean: 

Registering validation and modification exits for a change operation in odata

former_member208449
Active Participant
0 Kudos

Hello Community

I am registering 2 exits for my Entity - T_TEST.

I need the exit registered using before to generate a sequence.

I would like to override the generic odata create operation using another exit.

While I active I am getting the below error -

Syntax error at line: 25, column: 1.

Please let me know how to achieve the same.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208449
Active Participant
0 Kudos

Hi

We can't have 2 exists like that. Should be either using a before exit or override exit but not both. I shall try to accomodate my logic in before exit inside the override one.