cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding DataSource Enhancement using BADI

Former Member
0 Kudos

Dear All,

I am trying to enhance the standard Master Data Data Source : 0MATERIAL_TEXT using BADI.

This is the first time I am using enhancement of data source.

I have followed the below steps:

First I have enhanced the data source with required field by using append structure. The required field is available in MAKT table-maktg field.

I have found out the BADI for the data source, that is:RSU5_SAPI_BADI and created implementation for the BADI.

I know basic ABAP only,Tried to populated the field by using data method in interface.

I have read few documents about enhancements,but i was unable to write the code to populate the data to the data source.

So please provide me the necessary inputs to achieve it.

Thanks

Padmaja

View Entire Topic
sander_vanwilligen
Active Contributor
0 Kudos

Hi Padmaja,

You can have a look at document for a good overview of the steps with a coding example.

Please also consider to implement a solid framework to encapsulate the coding for every new BAdI implementation. My document describes how to implement such an approach.

Best regards,

Sander

very good article and very clearly explained