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

Project definition using the t.code 'CJ20N'

Former Member
0 Likes
1,084

Hi All,

Here i have a small issue, please help me out.

Issue: While creating Project definition using the transaction code 'CJ20N' under basic data tabbed screen we are getting System status and User status fields.

So, i need to capture those 2 fields in my program like by giving project defintion i need to get these fields. Is there any BAPI for that or from which table i can get them.

Bit Urgent !

Regards,

Badri

8 REPLIES 8
Read only

raguraman_c
Active Contributor
0 Likes
994

Hi,

The table for the status is JEST. I believe that this is linked in to the JCDS table to give the full picture.

Feel free to revert back.

--Ragu

Read only

0 Likes
994

Thanks, now from tables JEST and TJ02T tables i am able to find the System status but how to find User status field is a question mark?

Regards,

Badri

Read only

andreas_mann3
Active Contributor
0 Likes
994

Hi,

use table JEST and try to select with object-No.:

SELECT SINGLE * FROM JEST WHERE OBJNR = PRPS-OBJNR

Message was edited by: Andreas Mann

Read only

Former Member
0 Likes
994

The status is stored as part of SAP Status management system.You can get it in the table TJ02T

Read only

raguraman_c
Active Contributor
0 Likes
994

Hi,

this will give you a very good idea.

http://web.mit.edu/sapbiz/docs/Explanation%20of%20Status%20Management%20functionality%20v3.doc

also try the table JSTO

Feel free to revert back.

--Ragu

Read only

0 Likes
994

Hi,

Could you plz elloborate the solution, would be thankful if you can tell me the table name or BAPI to find the User Status.

Regards,

Badri.

Read only

0 Likes
994

Hi,

Try this also,

http://www.erpgenie.com/sap/abap/bapi/example.htm

I will give you BAPI for user status soon. Please let me know if the problem is solved.

--Ragu

Read only

0 Likes
994

Hi,

Here's the list of all BAPI's. Try your luck.

http://www.planetsap.com/LIST_ALL_BAPIs.htm

unfortunately i am on vacation, that's why couldn't tell you exact table name/BAPI

--Ragu

Message was edited by: Raguraman C