load_goog_repo_config

in src/zgoog_cl_content_repo_gcs.clas.abap [0:0]


  METHOD load_goog_repo_config.
    SELECT SINGLE * FROM zgoog_cont_repo
      INTO gs_repo_config
      WHERE archive_id = iv_contrep.
    IF sy-subrc <> 0.

      set_error( iv_code = 400
                 iv_text = 'Configuration missing in table ZGOOG_CONT_REPO for the Content Repository ID' ) ##NO_TEXT.

    ENDIF.