Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fetching data from cluster table

Former Member
0 Likes
517

Hi,

I am working on Travel and Expense implementation of the SAP. Here i have a requirement of fetching the data from KONTI and KOSTB cluster tables to show the data in the forms. I have tried import statement but i am getting the error like KONTi is

unknown.

But when i go in the transaction PRTE then i can see the data from KONTI and KOSTB for a particular personal no and trip no..

Please suggest how can i fetch the data from these cluster tables.....

Regards,

Pankaj Aggarwal.

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi Pankaj,

Check the following links for your requirement.


MIT
http://fuller.mit.edu/hr/cluster_tables.html

SDN
<a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="7588213"></a>
<a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="7699589"></a>

.

Its better to search before posting as GOOGLE uncle always comes handy

Regards

Abhinab Mishra.

Read only

Former Member
0 Likes
404

Hi,

I have used this statement.

IMPORT

beleg TO beleg

konti TO konti

kostb TO kostb

editor TO editor

FROM DATABASE pcl1(te)

ID tekey.