cancel
Showing results for 
Search instead for 
Did you mean: 

"synchronously extracted" abap code

Former Member
0 Kudos

Hi guys.

How to run in abap "synchronously extracted"from a date object? Is there any class for that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ok Siva thanks

But exist any BAPI that I can use to perform the extract ? I need perform it in abap code.

sivasatyaprasad_yerra
Active Contributor
0 Kudos

If you want call explicitly then you can use following method.

CL_EXTRACT_CONTROLLER => DEVICEEXTRACT

Parameters:

DEVICEIDLIST : List of Device IDs for which you want to trigger extract

IS_SYNC : Synchronous / Asynchronous

Regards,

Siva.

Answers (1)

Answers (1)

sivasatyaprasad_yerra
Active Contributor
0 Kudos

You can configure the object as "Synchronous extract: in configuration screen of Admin & Monitoring page.

Goto NWMA portal

Select Configuration link

Select DOE configuration link

Select DO_SYNC_EXTRACT from the first table displayed.

In the second table you can add the object which you want to enable as Synchronous extract.