cancel
Showing results for 
Search instead for 
Did you mean: 

Data source Enhancements Using Badis

Former Member
0 Kudos

HI gurus,

Can you please let me know the process in detail to implement the data source enhancements using badi's.

Please provide me the step by step proceedure.

Appropriate answer will be highly rewarded.

Thanks,

Shashikanth.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Great Blog that you should check out...step by step in order to implement a BADI...

http://econsultantresources.com/index.php?view=article&catid=48%3Asap-business-intelligence&id=70%3A...

Award points if answered your question...

Tim

Former Member
0 Kudos

Hi,

BADI's(Business Application Design Interface) are like function modules. They are mostly used for extractions on the BW side. ex. All BW std data loads have BADI's in the background. ex for customizing is writing BADI's to filter out data using infospokes. BADI's are very flexible and can also have inputs to them.

CMOD is basically a place (include) that SAP has provided to write custom code in std programs to enhance std functionality. These are std ABAP codes and are fixed. Mostly used to populate custom data fields on the BW side. Used or writing some logic in variables during reporting. These are not visible and don't have any inputs. The logic happens in the background. On the R3 side these can be used to customize std SAP functionality as well.

Reg

Pra

Former Member
0 Kudos
Former Member
0 Kudos

Hi try this

/people/swapna.gollakota/blog/2008/01/14/one-stage-stop-to-know-all-about-bw-extractors-part2

/people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module

Thanks