Hi community, we've created a ODP select for a large table and want to provide an ODATA endpoint to the external systems. Since the table has a few hundreds of thousend records we activated paging. The issue is: In order to test it we need to do requ...
In EWM, we have an RF UI session that triggers PPF print actions. PPF runs in another session.We are faced with the problem that we need to transfer data between the RF UI session and the PPF session during development.What is the preferred way to tr...
Is there any way in SAP to mark objects, which will be deleted in future, as obsolete?
If so, is there any way to identify such objects quite easily?
Currently we are thinking in the direction to move them to a special package.
I maintained in SECATT the following parameter:
Then I created a variant and filled the structure with some data.
In ABAP I wrote the snipped like:
data ls_ordim_o type /SCWM/S_ORDIM_O.
lo_tdc_api->get_value( exporting i_param_name = '...
Ho can I create a class which as a global class as a friend and a local class as friend the same time.
Background:The class has a private constructor which only can be called from the global friend class.
I want to write a unit test now. For th...