cancel
Showing results for 
Search instead for 
Did you mean: 

CJ20N GET The Activity status when we change before to save it

mrahhaoui
Participant
0 Kudos

Hi guru's,

For my project I need to restrct Transaction CJ20Nto find where it is stored the activity status when I changed it before to save it.

I went to JEST table with the Object number but I have the old status beacause it s not been saved.

Is there any Badi or user-exit to access to this information.

How can I read the buffer please?

Thanks in advance for you help.

Accepted Solutions (1)

Accepted Solutions (1)

mrahhaoui
Participant
0 Kudos

user exit CNEX0028

Answers (4)

Answers (4)

0 Kudos

Hi...

i think that the recommendation of the user exit (as mentioned by Varoun/Rahhoui) is correct (with the use of STATUS_TEXT_EDIT function module) or even a validation at activity level with the predefined function could help you.

You need to check it and let us know...

Panagiotis

Former Member
0 Kudos

Hi Mohamed,


Check the following field exits available for CJ20 using 'SMOD'

CNEX0002 PS Authorization check

CNEX0006 PS customer specific fields project definition

CNEX0007 PS customer specific fields WBS element

CNEX0008 PS customer specific fields in process (net plan)

CNEX0009 Material components in network

CNEX0011 BOM explosion in network on component overview

CNEX0012 Derive external network number from WBS number

CNEX0014 External data for BOM transfer

CNEX0015 Change BOM data for BOM transfer

CNEX0016 PS customer-specific fields in the network headerf

CNEX0017 Customer-specific node info. in network graphic (netw. mnt.)

CNEX0018 Customer-specific node info. in network graphic (info. sys.)

CNEX0019 Customer-specific node info. in network graphic (std. netw.)

CNEX0020 Extra info in DIN field of network graphic (netw. maint.)

CNEX0021 Extra info in DIN field of hierarchy graphic (netw. maint.)

CNEX0022 Extra info in DIN field (standard network maintenance)

CNEX0023 Customer-specific node info. in the hierarchy graphic

CNEX0024 Customer-specific graphic title in Gantt chart/Proj.Plan.Brd

CNEX0025 Additional field for project summarization

CNEX0028 Check activity release

CNEX0029 Check network release

CNEX0030 Update event for BOM assignment

CNEX0033 WBS: Predefine Search and Replace String

CNEX0034 Check a New Allocation in BOM Transfer

CNEX0035 Check a Change in BOM Transfer

CNEX0036 Check deletion as part of BOM transfer

CNEX0037 Check a freshly created component

CNEX0038 Check a changed component

CNEX0039 Check deletion of a component in a network

CNEX0040 Supply source determination in network

NWTM0001 Set Field Contents for Event Date Type

NWTM0002 Display source document

NWTM0003 Structure of the Objects for Monitoring Dates


I think CNEX0028/CNEX0029 will be helpful in your case.


Regards

Varun

former_member195427
Active Contributor
0 Kudos

Hi

Your requirement is not clear. Can you please elaborate it more.

Thnks

0 Kudos

Hi

use function module STATUS_TEXT_EDIT for the object you want to check.

It has parameter BYPASS_BUFFER that when set (='x') then system reads table and when (='') not set then reads buffer.

Let us know if it is ok.

Panagiotis

ps...the function can be used for all objects in system. Just use the correct objnr...