Resources

2638

api_parameter_get

About

API for getting server-side cookie for use in same or other applications. For use to transfer data between application or pages. Used in stateless application.

Example

* Get customer info
  call method server->api_parameter_get
    exporting
      name = 'CUSTOMER'
    changing
      value = wa_kna1.

Interface

Parameter Type Typing Method Associated Type Default Value Description
NAME IMPORTING Type STRING
VALUE CHANGING Type ANY