cancel
Showing results for 
Search instead for 
Did you mean: 

Datasource on Pool Table

Former Member
0 Kudos
376

Hi

How to create a custom datasource on a Pool Table.

Any help would be greatly appreciated.

Thanks,

Ace

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To create a datasource on pooled table create a function module and extract the data from function module.

Create a extract structure same as that of the Pooled table structure

This surely works

Answers (5)

Answers (5)

Former Member
0 Kudos

Sorry the view is maint view, which again cannot be used.

Can someone give me simple solution to get text from T030 - a pool table.

Thanks,

Ace

Former Member
0 Kudos

Hi

Try to create a View based on these tables with required fields

T000 ,T004,T025,SKA1.these tables will give you the required information,i think.

Then create a Generic Data source based on this view..

Hope it helps

Thanks

Teja

Former Member
0 Kudos

There is a existing view V_T030_GL that I think I can use.

Former Member
0 Kudos

I want to extract from a simplet text table T030. May be my lack of ABAP knowledge, for getting text do we need to create structure and FM. Also the blog is unclear to me, can someone help me in getting text from T030.

Any help will be greatly appreciated.

Thanks,

Ace

Former Member
0 Kudos

Hi

You need to create a function module to get data from pooled table..From this function module you can create a Generic data source..

You cannot directly create a Generic data source based on pooled table...

Thanks

Teja

Former Member
0 Kudos

hi

u will have to create DS using FM.

use the standard function module and edit the FM as per ur need.

this post should help u....

/people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module

cheers.