Skip to Content
0
Aug 02, 2016 at 06:26 PM

A question about extraction enhancement using BAdi

71 Views

Hi Guys

I am aware of enhancing the datasources through BAdis, but my scenario is a little different, I am not interested in adding or deleting a field from my DS but I want to append more data to an existing datasource in an enhancement BAdi. My scenario is as follows;

I have a generic datasource which is based on a custom database table. The database table is being populated via some user exits. Due to some business constraints I cannot change the contents of this table. I was exploring the option of writing some code in an implementation of the enhancement BAdi (IF_EX_RSU5_SAPI_BADI) Method -DATA_TRANSFORM to append additional data to this DS. My questions that I could not find an answer to are

1. Where is this implementation called from exactly and when ?

2. Is it possible to add more data to a datasource in this method ?

Thanks

Sameer