on 2007 Mar 23 12:38 AM
Hi
How to create a custom datasource on a Pool Table.
Any help would be greatly appreciated.
Thanks,
Ace
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a existing view V_T030_GL that I think I can use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.