cancel
Showing results for 
Search instead for 
Did you mean: 

Datasource enhancement 0Vendor_attr

venkatesh_veera2
Participant
0 Kudos

Dear Gurus,

                    recently in my project i got a requirement for datasource enhancement...

                    they asked me to add a field in ecc structure of data source 0vendor_attr....

                     can anyone tell me how to add it in structure... we no need to go for customer exit as this field is already present in kna1table..

                    once this was done i need creat a info object in bw to enhance 0vendor with the new field...

can any one tell me how to enhance the newly field in a write timized dso??

and the big question!!!!

how to enhance dataflow from ds to master data infoobjectin bw???

clearly in need (steps) how to do data flow??

thanks in advance....

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Using BADI you can enhance the standard datasourrce. refer this document to enhance standard datasource:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10c79642-fdc3-2e10-b0a1-de305db42...

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

please don't ask the same question two times.

Hi,

while creating the append structure you will enhance the fields form particular tables.

after you can write the logic at CMOD using the function exit - EXIT_SAPLRSAP_002.

now ECC side we call it is fields the same data type and length create the BW info objects.

then  map the data source to master data target.

master data flow.

1. VENDOR_ATTR

2. IPK for the master data source

3. map the transformation form data source to 0VENDOR.

4.run the DTP for 0VENDOR.

search on Google "data source enhancement in sap bi"

Thanks,

Phani.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

First check the required info object is part of your data source or not.

if not then you need to to maintain exit code other wise it won't get from base table.

Data source enhancement - mean you need to write logic at CMOD or BADI to fill added field otherwise nope.

How to add a field - At SE11, you can take your data source extract structure and append required field Or Go to RSA6, select your data source and click on enhance extract structure.

if you feel as its hard then ask abap expert, he can do that.

About logic - Take abap expert, he can understand your needs and will maintain required logic.

You need to write logic at program INCLUDE - ZXRSAU02.

Thanks