2008 Oct 06 12:06 PM
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
2008 Oct 06 10:45 PM
go to SE15--> ABAP Dictionary --> Fields > Table Fields>Enter Fieldname and search. if you dont find it there go to structure fields and search.
2008 Oct 06 12:21 PM
It's DB table HRP1000, field MC_STEXT.
Regards,
Valter Oliveira.
2008 Oct 06 10:45 PM
go to SE15--> ABAP Dictionary --> Fields > Table Fields>Enter Fieldname and search. if you dont find it there go to structure fields and search.
2008 Oct 07 5:30 AM
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
2008 Oct 07 9:58 AM
2008 Oct 07 10:23 AM
2008 Oct 07 10:34 AM
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.
2008 Oct 07 10:42 AM
2008 Oct 07 11:40 AM
Did it work? If so, please close the thread.
Regards,
Valter Oliveira.
2008 Oct 07 11:53 AM
not getting the same field in o/p.
wat else i can link with??
Edited by: aks on Oct 7, 2008 7:07 AM
2008 Oct 07 12:33 PM
2008 Oct 07 12:46 PM
Is 'MC_STEXT' field same as 'P1001TEXT'.
data in mc_stext is not as per requirement..
2008 Oct 07 1:22 PM
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.
2008 Oct 07 4:18 PM
2008 Oct 08 8:00 AM
i guess both the fields mc_stext and stext hav same data..
its "p1001stext".
Edited by: aks on Oct 8, 2008 3:14 AM
2008 Oct 10 11:51 AM
hi,
do the sql trace on transaction po10 and u will get the table name...transaction st05 for sql trace...
2008 Oct 11 7:32 AM