Hi,Want to Create Multiple worksheet excel using multiple internal tables (Each worksheet will have data from each internal table).Can you please help on how to achieve it.ThanksJohn
Hi Guys,
I have a requirement to created deep structure (JSON to external system) like below :
Body: { "name" : "user id",
"email" : "email address",
"description" : "user display name",
"remote-name" : "id in the remote system",
"sc...
Hi,
We have program which calls another program using PERFORM. In the calling program we have the exception handler using TRY CATCH. Whenever there is dump in the called program the system does not generate the ST22 dump and the control goes back t...
Hi All,
We have requirement to create Odata V4 code based implementation. We have deep input structure and deep output, input will be mostly blank hence we are querying full data and displayed in the output. Need to know how to implement deep struc...
Thanks Sandra for your inputs.I will able to create dynamic_table using RTTS with field name '-' and then added a similar code below to create a deep structure.2.1 Creating the Deep strcuture field DATA: lo_tab TYPE REF TO cl_abap_tabledescr.* lo_...