Application Development and Automation 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: 
Read only

Does Abap Mockup exist?

Former Member
0 Likes
691

Hi experts,

I've been working with Abap Unit and it is very good. But I would like to start working with mock. Does anyone know something about that in Abap?

I found an article on this site: ABAP Mockup

It speaks about a such ABAP Mockup, however I didn't find the interface if_tool_abap_mockup and the class cl_tool_am_controller in my environment (7.0). Is it an internal SAP-Tool or is it an upcoming feature?

Regards,

André

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hi André,

thanks for your interest in ABAP Mocking... also interesting to find some of the documentation on an external web site like this.

However, you guessed right: It is currently only available internally.

One workaround for now would be to use manual implemented mocks as local classes which are derived from the interface/object you want to mock.

Regards,

Steffen

2 REPLIES 2
Read only

Former Member
0 Likes
512

Hi André,

thanks for your interest in ABAP Mocking... also interesting to find some of the documentation on an external web site like this.

However, you guessed right: It is currently only available internally.

One workaround for now would be to use manual implemented mocks as local classes which are derived from the interface/object you want to mock.

Regards,

Steffen

Read only

0 Likes
511

Steffen,

OK! I will try to develop some thing using local mock.

Thanks,

André