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

User-exits in Project systems

Former Member
0 Likes
691

Hi,

I need to change the value of Basic date into forecast date in CJ20n transaction whenever Sales Doc. Date is selected. I tried to go to OPSN transaction code, and add a new User-exit there, and then in the user-exit I have written the code so that basic date is substitued by forecast date.

The problem is whenever I click on save, it needs to be substituted automatically, but it doesnt happen that way. I need to go to Edit-> substituitions->substituiton, then does the value is substituted.

Is there any other user-exit where I can write my code, so that I get the values substituted when I just click save button.

Check out following exits.

CNEX0001

CNEX0002

CNEX0003

CNEX0004

CNEX0005

CNEX0006

CNEX0007

CNEX0008

CNEX0009

4 REPLIES 4
Read only

messier31
Active Contributor
0 Likes
591

Hi Venu,

There is no user exit for CJ20N...May be we have to check some other option....

Read only

Former Member
0 Likes
591

what prerequisites u are using ? are u getting these fields which u are using to change .These fields should be avail at the time of <b>substituiton</b>.

<b>in my system i am getting <b>PROJ</b>structure only ? how u are using MLST table ?

if u want to use that table only then u have to change the program itslef.

tell me thats the program ur using for these exit.</b>

regards

Prabhu

Read only

0 Likes
591

Hi prabhu,

I am actually not using any pre-requisites, because the fields I am chaging are from table MLST.

I am under impresiion that if no pre-req is maintained , then it will go to substituitions directly without matching any pre-requisites.

and the tables which I find in OPSN are PROJ,PRPS etc... So either i am skipping the pre-requisite or I am just keeping Pre-req as proj-profl = 'GCS0001' .

Thanks

Regds

Venu

Read only

Former Member
0 Likes
591

Check out following exits.

CNEX0001

CNEX0002

CNEX0003

CNEX0004

CNEX0005

CNEX0006

CNEX0007

CNEX0008

CNEX0009