cancel
Showing results for 
Search instead for 
Did you mean: 

find the relat between objnr & project num

Former Member
0 Kudos

Hi,

What IS The Relat Between objnr and project number ,

i have objnr from Table COSP and i wont to find for Which project it

Belongs to What i have to do.

i reward

Regards

Accepted Solutions (1)

Accepted Solutions (1)

varshal_kachole3
Active Contributor
0 Kudos

Hi,

Try this Tcode SE16,

Table name: PRPS input the object number here should give the details of the project.

This will give the details of the WBS element and the Proejct.

Hope its useful.

Reward points if useful. Revert abck if any issue.

thanks..

Former Member
0 Kudos

Hi Varshal Kachole ,

i try in PRPS but i don't get any records (check in se16 with objnr from cosp and prps),

i think i miss something but i don't now what?

i check the format for objnr in cosp and prps

the cosp-objnr format is like VD00000000000000018738

and prps format is like: PR00000302. and proj the same.

but the field type is the same char 22.

maybe i need to do conversion?

Regards

varshal_kachole3
Active Contributor
0 Kudos

Hi,

If its not PRXXXXXXXX then this object number is not related to projects.

Did you try Zhenbo Wang's solution of Tcode: RKACSHOW.

It works for me .

Hope is helps you as well.

thanks..

Former Member
0 Kudos

Hi

There is no way to link between table cosp to prps or proj?

Regards

Former Member
0 Kudos

Hi Ricardo,

I was tracking this thread from ABAP forum. I have certain comments:

COSP table has entries for objects other than Project also. In your case the object is not Project or WBS, as their OBJNR start from PD and PR respectively. Your OBJNR starts from VD which denotes summarization object. I tried to find a table for this but could get one. Again summarization object may not be Project in all cases.

Further it is not very clear what exactly you intend to achieve. If you share your exact requirement in terms of business process, I can help in a better way.

I found some threads which may be useful to you. Please find them below:

Regards

Former Member
0 Kudos

Hi,

VD00000* series doen't represents WBS Element. I think it represents summarization order.

For WBS Elements, objnr starts with PR0000* only. If ur objnr doesn't have this series, that means its not a WBS Element

Thanks

Kishore

Answers (2)

Answers (2)

former_member201206
Active Contributor
0 Kudos

you can run the t-code RKACSHOW, input the object number (not only for object number of WBS), you get the application object. It is very useful and simple tool, to have a deep look in controlling (or others).

Kind regards,

Zhenbo

Former Member
0 Kudos

You will find project /WBS details in tables PROJ and PRPS.

Thanks

Edited by: Hemant on May 19, 2008 1:47 PM

Former Member
0 Kudos

Hi Hemant ,

i try in PRPS (and proj) but i don't get any records (check in se16 with objnr from cosp and prps),

i think i miss something but i don't now what?

i check the format for objnr in cosp and prps

the cosp-objnr format is like VD00000000000000018738

and prps format is like: PR00000302. and proj the same.

but the field type is the same char 22.

maybe i need to do conversion?

Regards