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

table name

Former Member
0 Likes
2,168

can anyone tell the table for field - P1001TEXT,it is in structure"q1001" ??

it is related to relationaship in maintaining organizational unit (t.code-po10)

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,107

go to SE15--> ABAP Dictionary --> Fields > Table Fields>Enter Fieldname and search. if you dont find it there go to structure fields and search.

16 REPLIES 16
Read only

valter_oliveira
Active Contributor
0 Likes
2,107

It's DB table HRP1000, field MC_STEXT.

Regards,

Valter Oliveira.

Read only

Former Member
0 Likes
2,108

go to SE15--> ABAP Dictionary --> Fields > Table Fields>Enter Fieldname and search. if you dont find it there go to structure fields and search.

Read only

Former Member
0 Likes
2,107

hii sameer,

searching doesnt showing table name.

thanks valter

but i want to link this field with table pa0001.

Edited by: aks on Oct 7, 2008 12:30 AM

Edited by: aks on Oct 7, 2008 12:34 AM

Edited by: aks on Oct 7, 2008 12:48 AM

Read only

0 Likes
2,107

Use HRP1000-OBJID = PA0001-ORGEH.

Regards,

Valter Oliveira.

Read only

0 Likes
2,107

r u sure ,this is right?

Read only

0 Likes
2,107

Yes, but what I said is not completely right. To link those tables, you have 3 fields of PA0001, because infotype 1000 contains Organizational Unit (ORGEH), Position (PLANS) and Job (STELL).

This way, you can link 1 record of PA0001 with 3 OBJID's in HRP1000 (linked with ORGEH, PLANS and STELL).

Use SE16 to see check it.

Regards,

Valter Oliveira.

Read only

0 Likes
2,107

okk thanks.

Read only

0 Likes
2,107

Did it work? If so, please close the thread.

Regards,

Valter Oliveira.

Read only

0 Likes
2,107

not getting the same field in o/p.

wat else i can link with??

Edited by: aks on Oct 7, 2008 7:07 AM

Read only

0 Likes
2,107

What do you mean by "not getting the same field in o/p"?

Read only

Former Member
0 Likes
2,107

Is 'MC_STEXT' field same as 'P1001TEXT'.

data in mc_stext is not as per requirement..

Read only

0 Likes
2,107

Sorry, I missunderstood the field you wanted.

For that field you need 3 steps ...

1 - with pernr, get field ORGEH (Orhanizational Unit) in PA0001

2 - with field ORGEH, go to table HRP1001, and use it in field OBJID. It will give you some records, that you can restrict using otype and relat field (depending in the case) and get field SOBID.

3 - with this SOBID, go to table HRP1000, and get field STEXT (not MC_TEXT)

Now it works!

Regards,

Valter Oliveira.

Read only

0 Likes
2,107

anyways..

we learn from mistakes..:)

let me try out this one.

Read only

Former Member
0 Likes
2,107

i guess both the fields mc_stext and stext hav same data..

its "p1001stext".

Edited by: aks on Oct 8, 2008 3:14 AM

Read only

Former Member
0 Likes
2,107

hi,

do the sql trace on transaction po10 and u will get the table name...transaction st05 for sql trace...

Read only

0 Likes
2,107

hii,

can u explain the steps involved in st05??

thanks.