jasonwangcn
Participant
Member since ‎11-20-2018

User Statistics

  • 98 Posts
  • 1 Solutions
  • 30 Kudos given
  • 5 Kudos received

User Activity

Hi All expert, i need send messages to a target server from different session. To avoid establish socket every time when I send message, I want to reuse the socket. Via cl_apc_tcp_client_manager=>create() I created the client. Is there any way t...
Hi All expert, I need develop a background job to update shared memory area by every 10 minutes. But the shared memory is server based. For example, the system might have 3 app instances. The job itself only running on one of the APP. Is there an...
Hi experts, I want to use abap push channel client to communicate with our kafka server. Our kafka cluster need SSL communication. From client side, it need specify trust-store-location trust-store-password key-store-location key-store-password. Bu...
Hi All expert, I am doing a adobe form. I have one master page inside there is a main content area. Inside main, we have many content to display. It caused in design phase main area is not enough to add different contents. May u please let me kn...
Hi All expert, I am working on an POWL. User want when they select one result record then this record's detail item data be displayed. May u have any steps info to realize this? Thanks in advance.