Application Development 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: 

Not able to find the table

Former Member
0 Kudos

Hi,

In we20 transaction we have got Partner Profile Details. I want to write a select query to get all the partnernos whose partner name(Field Name DESCPR_RCVPRN) starts with ABCDE .The data is maintained in the view VEDI_TDPP1 (Maintenance View)

I am writing a Query in my report to select from VEDI_TDPP1.But it shows syntactical error

"VEDI_TDPP1" is not defined in the ABAP Dictionary as a table, projection view

or database view.

I am not able to find the corresponding table for selecting the field DESCPR_RCVPRN.Can anyone help me on this it is very urgent

7 REPLIES 7

0 Kudos

Hi,

The field is in the view

But the value is coming from table TEDTT and field DESCRP.

Check the view in SE11.

Regards,

Sesh

rodrigo_paisante3
Active Contributor
0 Kudos

Hi, you can try this

or this

Go to se11, type the table name and type ctrlshiftf3.

Will popup to you a screen with the link utilizations of the table that you input.

Mark the table table that you want to see the link and press ctrl+f1, will popup to you now the link with the fields that you need.

If useful, please reward points.

Regards.

RP

Former Member
0 Kudos

The view you are trying to read is a Maintenance View. If you look in SE11 as to what tables it has, EDPP1 looks like the one you need.

Former Member
0 Kudos

Check table EDPP1

Reward points if useful

Regards

Prax

Former Member
0 Kudos

Hi

Check the Partner profile related tables

<b>EDP12

EDP13

EDP21</b>

EDPAR

EDPI1

<b>EDPO1

EDPO3</b><b>EDPP1</b>

EDPPV

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi All,

I know that the table is TEDTT,But when I checked the TEDTT table, and analysed the entry for field DESCRP it does not have partner names , it has only entries like Bank,Customer,Logical System etc . I could not find the table from which it is picking up the Partner Name

Former Member
0 Kudos

Check with :

EDPP1

TEDTT Tables

Thanks

Seshu