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: 

urgent

Former Member
0 Kudos

Hi All,

Please tell me which one is the field to know the project definition's status i.e. whether the status of project definition is open or close.

5 REPLIES 5

Former Member
0 Kudos

use these function modules

1. STATUS_READ_PROJECT

2. STATUS_READ_PROJECTS_WITH_TEXT.

3.STATUS_READ_STRUCTURE_WITH_TXT.

4. STATUS_UPDATE_PROJECT.

just use this function modules ok.

reward if useful

0 Kudos

Actually, on my selection screen i have a parameter as proj->pspnr.

for this project definition a have to chk the status whether this project definition is open or close...

if it is open only then i have to display data.

how can i do it???

0 Kudos

Hi,

If so you can use:

STATUS_NUMBER_CONVERSION

You will gt the status profile from the field STSPD of PROJ table.

Pass this to the function module.

Regards,

Renjith Michael.

Former Member
0 Kudos

Hi,

The status is got dynamically using the status profile....

the function modules specified by srujan popuri are good...

You will get from those...

or:

STATUS_CHANGES_GET

and

STATUS_NUMBER_CONVERSION

Regards,

Renjith Michael.

http://www.sourceveda.com/index.htm

Former Member
0 Kudos

hi

good

check this link for the technical data related to project definition.

http://help.sap.com/saphelp_nw04/helpdata/en/a2/1ac9391cfc086ee10000000a114084/content.htm

thanks

mrutyun^