cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BW_ SAP TM Extractors

former_member364171
Contributor
0 Kudos

Hello gurus

How are u? I hope everybody fine...

I have a problema regarding SAP TM extractors (SAP TM 9.0) I need to make some extensions into the datasource however I dont know where and how I have to do it...

Somebody can help me please?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

former_member364171
Contributor
0 Kudos

One question, maybe my english is not good but the document say:

"You can use the following Badis to specify conditions or to enhance the extraction structures for the data upload"

My understanting is, we have to use Badis if we need to add more fields into the datasource, dont it?

thanks a lot

RamanKorrapati
Active Contributor
0 Kudos

Hi,

We can go with CMOD exits or BADIs for enhancement.

if you have badi expert, you can go with it no issues.

BADI - RSU5_SAPI_BADI

Thanks

former_member364171
Contributor
0 Kudos

Thanks a lot for all your help

Answers (2)

Answers (2)

former_member364171
Contributor
0 Kudos
RamanKorrapati
Active Contributor
0 Kudos

I need to make some extensions into the datasource however                        


unable to under what you want extend.can you explain bit more.

If you want add some more fields to your data source then check about data source enhancement concept on google. might be helpful.

former_member364171
Contributor
0 Kudos

Hello

I need to add some Z* Fields into the datasource 0scm_tm_tor_itm. I dont know where I have to add the code or how I have to do it

thanks.

pd. I have looked for google but I have not found anything.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

Code you can add at T code - SE38(source system), include program ZXRSAU01.

Fields you can add to your extract structure at SE11 thru appending(ABAPer will be familiar).

About logic you can ask your abap expert help and write the logic as stated at above program.

Once you done above steps, at RSA6--> double click on your data source--> for added field unselect the hide option.

To get some idea about the same, please search on Google.

Let me google that for you

Thanks

former_member364171
Contributor
0 Kudos

Hello!

Thanks but I have one issue with CMOD ZXRSAU01.

And I have found a document where the extensions for SAP TM datasource is some different but I have not found more information.

you can see both documents

thanks

RamanKorrapati
Active Contributor
0 Kudos

Share me the information which you got about TM Data source enhancement.

former_member364171
Contributor
0 Kudos

I have added the information here, if u want I will be able to send u by email. let me know.

regards

RamanKorrapati
Active Contributor
0 Kudos

I read the shared link, its all about integration between T M and BW.

there is no info about data source enhancement.

You can go this way.

CMOD--> create or use existing project-->RSAP0001--> EXIT_SAPLRSAP_001--> include ZXRSAU01.

Again you can refer the data source enhancement document(from google) and check it.

it will work.

former_member364171
Contributor
0 Kudos

Hello

Have u seen /check the jpg doc? When I try to actívate the include, SAP sent me a message "Program names ZX... are reserved for includes the exit functions groups" Therefore I cannt entry, I dont know why, or maybe I have forgotten something. Could u help me?

The Project and the RSAP0001 are activated

Thanks.

RamanKorrapati
Active Contributor
0 Kudos

Take abap expert help and check it.

i seen your jpg. its not an error. its like warning. You can go ahead.

As my guess your system will be the new one, that's why it shows that alert message.