cancel
Showing results for 
Search instead for 
Did you mean: 

ENHANCEMENT

Former Member
0 Kudos

hi all..please get me few scenarios on lo-data source enhancement...regards...

<Changed Case - Please do not type in CAPS - I see that all your posts are in CAPS - it is not proper netiquette to type in CAPS >

Edited by: Arun Varadarajan on Oct 15, 2008 5:01 PM

Accepted Solutions (1)

Accepted Solutions (1)

raghu_ram
Active Contributor
0 Kudos

hii vk,

pls go through the below link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0af763b-066e-2910-a784-dc673166...

hope it helps,

Assigning points is to say thanks.

regards,

raghu.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please go through this link.Hope it helps.

Regards

Santosh Deepak

Former Member
0 Kudos

could u please provide me few examples like which data source taken for enhancement & what fields we've enhanced with...thanx for ur response..

<Case changed - please do not type in CAPS >

Edited by: Arun Varadarajan on Oct 15, 2008 5:01 PM

former_member181964
Active Contributor
0 Kudos

Hi,

We ehnaced the LO DS see the below code..

CASE i_datasource.

WHEN '2LIS_13_VDITM'.

LOOP AT c_t_data INTO l_s_data6.

l_tabix = sy-tabix.

SELECT SINGLE auart INTO l_s_data6-zzprdtyp FROM vbak

WHERE vbeln = l_s_data6-aubel.

IF sy-subrc = 0.

MODIFY c_t_data FROM l_s_data6 INDEX l_tabix.

ENDIF.

ENDLOOP.

We want to Sales Document Type in above datasource, so we enhaced it.

Thanks

Reddy

Former Member
0 Kudos

Hi VK,

please search the forum for LO extractiona dn u will find examples.

Basically if u take any LO datasource and u do not see all the fields u like to extract into BW, you consider enhancement.