mockup_loader icon indicating copy to clipboard operation
mockup_loader copied to clipboard

Syntax Error while Pulling: Missing Repository Objects

Open HuprichT opened this issue 3 years ago • 1 comments

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.

image

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

image

HuprichT avatar Aug 05 '22 09:08 HuprichT

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

TheWirtschaftsmann avatar Aug 05 '22 10:08 TheWirtschaftsmann

closing as resolved

sbcgua avatar Feb 09 '23 07:02 sbcgua