cancel
Showing results for 
Search instead for 
Did you mean: 

Datasource Enhancement

Former Member
0 Kudos

Hello, I need to enhance 'ZBW_3FI_GL_0L_SI' datasource. does any body know how to do this. I am trying to add field from FAGLFLEXT table.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Pravender
Active Contributor
0 Kudos

Hello Sunil,

This is basic stuff and SCN forums are not training forums.

Thread locked.

Regards,

Pravender

KodandaPani_KV
Active Contributor
0 Kudos

Hi

this data source - 'ZBW_3FI_GL_0L_SI' have custom data source and start with A-Z custom data soruce

go the extracstructure -> double click on the extracsturcute structure -> select append structure -> add the filed here which one you required form the table FAGLFLEXT

according wrtie the code at CMOD or BADI.

after check data source in RSA3.

Thanks,

Phani.

Former Member
0 Kudos

I am sorry sir, actually the data source name is

3FI_GL_0L_SI

not

ZBW_3FI_GL_0L_SI

please accept my apologies please.

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

that is ok fallow the same process suggested by the Francisco and me.

first find the which table  -FAGLFLEXT and which filed you want enhance

go to the apppend stuucutre and add the fields and go to the CMOD write the logic according the business and take the ABAPer help.

please search on the google how do enhance the data source in sap ecc.

Thanks,

Phani.

Former Member
0 Kudos

Phani it is not easy to enhance this datasource, ive read that there is a different way of enhancing these ledgers datasources.

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

first check with the your team mates eveything is possible with BI+ ABAP.

first get the proper requirement and get clear picture then do enhacement.

Thanks,

Phani.

fcorodriguezl
Contributor
0 Kudos

Hi Sunil,

This datasources is not standard, you can apply changes.

ECC side:

1. go to rso2 and check what is the source

2. you need check the structure, and add your field

3. i think you have a function module for extract, you need modify your program with your logic, if is a view, oly need check if you can add your field.

4. Save your changes and active

5. try load test in rsa3

BW side:

6 search your datasource, click right click and replicate

7 active your ds

8 try load your psa.

I hope helps. Luck.

Regards.

Former Member
0 Kudos

Francisco, actually that is not true. this datasource is given to us by SAP and it is considered a standard datasource. This datasource is connected to faglflext table by SAP.  I understand how to add field but need abap coding but i read some where there is different way to customize these types of datasources.

Former Member
0 Kudos

Hi,

For then standard data-source enhancement first need to find the common field between extract structure and the table.

Then you can write code by using CMOD or BADI.

Thanks,

Somesh.