Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Query regarding Extractor Function Module used in RSO2 and RSA3

Former Member
0 Likes
504

Dear All,

I am an ABAPer working on BW and SRM modules. I have been assigned to create function module for a particular extract structure of a particular datasource which will be used for sending data from SRM to BW. For coding my function module I took the help of the FM: RSAX_BIW_GET_DATA_SIMPLE. When I am checking my custom FM for extraction in RSA3 it is displaying data. but when it is being called from BW side no data is coming from SRM. On BW side it is giving some authorization problem and extraction cancelled. Can anybody tell me where is the problem and how to solve it? Eagerly waiting for your replies...

Regards,

Pulokesh

HAS AYBOODY ANY IDEA WHAT TO DO?

Message was edited by:

Pulokesh Karmakar

Dear All,

I am an ABAPer working on BW and SRM modules. I have been assigned to create function module for a particular extract structure of a particular datasource which will be used for sending data from SRM to BW. For coding my function module I took the help of the FM: RSAX_BIW_GET_DATA_SIMPLE. When I am checking my custom FM for extraction in RSA3 it is displaying data. but when it is being called from BW side no data is coming from SRM. On BW side it is giving some authorization problem and extraction cancelled. Can anybody tell me where is the problem and how to solve it? Eagerly waiting for your replies...

Regards,

Pulokesh

HAS AYBOODY ANY IDEA WHAT TO DO?

Message was edited by:

Pulokesh Karmakar

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
416

When you test the program from R/3-SRM side, you use your own user logon profile, when you call it from BW you go through RFC and so use a user profile assigned to the RFC link, maybe this profile is not allowed to read the data.

Look via SE59 on BW side to find the user used, or on R/3 side look via SM37 to fin the user in jobs beginning with BI_REQU or using program SBIE0001

Regards