cancel
Showing results for 
Search instead for 
Did you mean: 

USER EXIT

Former Member
0 Kudos

CAN any please explain about user exit. any step for FI extraction, i would appreciate

Thanks all

JR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

For all enhancements on R/3 the standard ENHANCEMENT used is RSAP0001. Coming to steps, it depends on

1. LO extract

2. Business Content / Generic

The only difference between the above two is in the way the enhancement is done.

For LO ---> There is a good web log from Roberto Negro in SDN. One of the procedure is

1. Goto RSA6 select the LO data source you want to enhance. Look for the extract structure.

2. Goto SE11 and enhance that extract structure.

3. Goto CMOD / SMOD and enhance that data source.

4. Goto BW and replicate the datasource.

5. Mapping the Characteristics / Key Figures.

For Generic / BCT

1. Goto RSA6 and select the data source.

2. Click the ENHANCE EXTRACT STRUCTURE.

3. Goto CMOD / SMOD and enhance that data source.

4. Goto BW and replicate the datasource.

5. Mapping the Characteristics / Key Figures.

Hope this helps. There are good discussions / weblogs on SDN. Follow them.

Regards,

GPK.

Former Member
0 Kudos

is that all??

Former Member
0 Kudos

Hi,

You have asked two different questions in a single post.

Or do you wanto to know about enhancements to the FI

extractor.It is always good to post different postings

for different questions.

Any way ,I hope,the links will help you to give some sort

of information.

FI extraction:

http://help.sap.com/saphelp_bw33/helpdata/en/af/16533bbb15b762e10000000a114084/frameset.htm

Enhancement to FI extractors:

This procedure is some what different to normal

enhancement to LO extractors.

Take a look on this note: 410799

With rgds,

Anil Kumar Sharma .P

Message was edited by: Anil Kumar Sharma

Former Member
0 Kudos

Hi Jason,

There are following type of user exits

<b>1. For Extending the business content.</b>

This is used to enhance standard datasources to add your own fields which is not available with respective datasource.It is done Enhancement: RSAP0001

The components for the enhancement are the function modules:

- EXIT_SAPLRSAP_001 (Transaction Data)

- EXIT_SAPLRSAP_002 (Master Data Attributes)

- EXIT_SAPLRSAP_003 (Texts)

- EXIT_SAPLRSAP_004 (Hierarchies)

<b> 2. User Exit after Data loading</b> The function exit is called each time an InfoCube update is successful or fails.It is not called if the status is (remains) indifferent (yellow).

<b>3. User Exit for Variables</b>

This is used for custome variables. the Enhancement is RSR00001.The component for the enhancement is the function module EXIT_SAPLRRS0_001.

<b>4. User-Exit for Virtual characteristics and key figures</b> A virtual characteristic / key figure is an object of the InfoCube. The values are derived at query run time.

The Enhancement is RSR00002.The components for the enhancement are the function modules EXIT_SAPMRSRU_001 and EXIT_SAPMRSRU_999.

<b> 5.User Exit in BEx</b>

When the first query is added to a workbook, the Analyzer will also add a VBA subroutine to the workbook:

Sub SAPBEXonRefresh(queryID as String, resultArea as Range

This subroutine will be called each time a query is refreshed in the workbook.

Answers (0)