cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing the Std Datasource.

shyamala_kalluri
Participant
0 Kudos

Hello Gurus,

I need to enhance my standard datasource (0FI_GL_4)  based on RSEG,VBRP,T499S,BSET, to get some fields.

is it possible to enhance it? Please help me to avoid some discrepancy regarding the technique.

Thanks

Shyamala.Valeti

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As pani said before going any datasource enhancement need to find the primary key and foreign key

relationship between extract Structure and database tables.

Add required fields by using append structure and write the code by using BADI(SE19).

Thanks,

Somesh.

Answers (3)

Answers (3)

former_member976
Active Contributor
0 Kudos

Hi,

you want extract the these fileds these are all not fields it seems to be tables RSEG,VBRP,T499S,BSET

first find the what is the requirments then find the field name and which table store the data after find the relationship of one primary keys.

add the fields to append structure existing data source.

after finding the fields write the code in CMOD

Thanks,

Phani.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

What fields(table) you want add to your data source thru enhancement?

based on RSEG,VBRP,T499S,BSET to get some fields? what it mean?

Thanks

shyamala_kalluri
Participant
0 Kudos


Hi Ram,

I need to add fields AUFNR,NANVW field from RSEG  tableand STAND fieldd from T499S table.

former_member182997
Contributor
0 Kudos

there are previous alike threads Shyamala, just check once, the same datasource in question has been discussed.

For Step by step 0method you can check this below document though : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/302d4b15-5847-2a10-93bb-9c45d9f06...

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c1f726-1dc2-2c10-f891-ddfbffdb1...

thanks!