Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 | 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_html_popup.intf.abap
class zif_abapgit_html_popup {
static INTERNAL_TYPE = 'INTF';
static ATTRIBUTES = {};
static METHODS = {"CREATE_PICKLIST": {"visibility": "U", "parameters": {"RO_PICKLIST": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_GUI_PICKLIST", RTTIName: "\\CLASS=ZCL_ABAPGIT_GUI_PICKLIST"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_HTML_POPUP'] = zif_abapgit_html_popup;
export {zif_abapgit_html_popup}; |