cancel
Showing results for 
Search instead for 
Did you mean: 

extracting from r/3 t o bw

Former Member
0 Kudos

hi,

what r the remote enabled fm's used for sending data from r/3 to bw

please suggest me.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228339
Contributor
0 Kudos

Hi ..

In lo extraction MCEX_BW_LO_API..

run in background

Extractors are one of the data retrieval mechanisms in the SAP source system.

An extractor can fill the extract structure of a DataSource with the data from SAP source system datasets.

Check this link:

http://help.sap.com/saphelp_nw04/helpdata/en/28/4c553c42360a40e10000000a114084/frameset.htm

The best way to find how an extractor is getting data from is goto the table ROOSOURCE in R/3 and look first for the "EXMETHOD" field. It could have values like F1 - fn module extractor, V - View, etc.

Most of the LO extractors are based on fn modules, the only difference being the code has written by SAP.

Some sample records from ROOSOURCE for LO extractors:

2LIS_01_S001 F1 MCS_BIW_LIS_API S001BIWS

2LIS_01_S005 F1 MCS_BIW_LIS_API S005BIWS

2LIS_01_S264 F1 MCS_BIW_LIS_API S264BIWS

2LIS_02_CGR F1 MCEX_BW_LO_API MC02M_0CGR

2LIS_02_HDR F1 MCEX_BW_LO_API MC02M_0HDR

2LIS_02_ITM F1 MCEX_BW_LO_API MC02M_0ITM

F1 - fn module extractor

MCEX*** - fn module

S264** - extract structure

/people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1262. [original link is broken] [original link is broken] [original link is broken]

i hope it helps

Message was edited by:

shiv