In this new blog we (myself + Michael Sun) want to describe the usage of performing ABAP function module calls with SAP Data Intelligence using Custom ABAP Operators. You may have already seen a ...
lt_booking TYPE TABLE OF ztbooking. LOOP AT im_cust_details INTO DATA(wa). APPEND wa TO lt_final. * Push the data into DB table by using Modify statement. ENDLOOP. LOOP AT im_bookings INTO ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results