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 9 10 11 12 13 14 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // if_apc_wsp_initial_request.intf.abap
class if_apc_wsp_initial_request {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'IF_APC_WSP_INITIAL_REQUEST';
static ATTRIBUTES = {};
static METHODS = {"GET_FORM_FIELDS": {"visibility": "U", "parameters": {"I_FORMFIELD_ENCODING": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "C_FIELDS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "STRING"}),
"value": new abap.types.String({qualifiedName: "STRING"})}, "IHTTPNVP", "IHTTPNVP", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TIHTTPNVP");}, "is_optional": " ", "parm_kind": "C", "type_name": "TableType"}}},
"GET_HEADER_FIELDS": {"visibility": "U", "parameters": {"C_FIELDS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "STRING"}),
"value": new abap.types.String({qualifiedName: "STRING"})}, "IHTTPNVP", "IHTTPNVP", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TIHTTPNVP");}, "is_optional": " ", "parm_kind": "C", "type_name": "TableType"}}}};
}
abap.Classes['IF_APC_WSP_INITIAL_REQUEST'] = if_apc_wsp_initial_request;
export {if_apc_wsp_initial_request}; |