Hi Naresh, SO01 is the SAP inbox. For you purpose you have to replace SO01 by ME53N: ...?~transaction=ME53N&sap-client=100&sap-language=DE In method GET_WI_EXECUTE_URL_WEBGUI of class…
Hi, as Xiang Li already wrote all that's missing is "as seatsmax" behing the "sum(seatsmax)". With this it should work as it provides the fieldname for the "corresponding" clause. Regards,…
Great post! Lucky one who has a mocking framework! Did you / your company develope it ? I'm always puzzling with factory classes for the productive classes and another one for the fakes. Kind…
Hi Custodio, the arguments against direct testing of private methods is, that they are automatically tested while testing the public methods calling them. And every private method not being called…