mockup_loader
mockup_loader copied to clipboard
Syntax Error while Pulling: Missing Repository Objects
Hi,
today I tried to test this Project. Unfortunately I am not able since there some Errors occuring during Test:
"Use of OS Mockup Loader
data: lo_ex type ref to cx_static_check,
o_ml TYPE REF TO zif_mockup_loader. "This Object needs reference to Global Class
try.
o_ml = zcl_mockup_loader=>create(
i_path = 'C:\Users\XXX\XXX\Testdaten\TD_PC.zip' ).
catch cx_static_check into lo_ex.
MESSAGE lo_ex->get_text( ) TYPE 'E'.
endtry.

After removing and reinstalling the Repo it shows that there are some classes which are not (no longer?) available.

Hi @seniorFreshmen,
I think the problem is that you did not install the pre-requisite package https://github.com/sbcgua/text2tab. It is mentioned under the p. "Installation" in Readme.
Could you please try install the pre-requisite package and try one more time ?
Regards, Bohdan
closing as resolved