cancel
Showing results for 
Search instead for 
Did you mean: 

Status profile in sales order

Former Member
0 Kudos

Dear All,

I have a requirement as below

In status profile maintained 5 statuses in the sales order when the user releases 4th status system should not allow to change the sales order .

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi

Your requirement can be fulfilled through a User exit.

You write the logic as below, All the data related to statuses are stored in JCDS and JEST tables.

So you can pass the OBJNR from VBAK to JCDS table there you have to get the status for the fourth profile and look for the fields

INACT and CHIND, if for the fouth status if the CHIND is U then there should not be nay modifications

regards

Prashanth

former_member839993
Active Participant
0 Kudos

Hi,

Please go through the below link, it might be helpful to u

http://www.scribd.com/doc/8726004/Status-Profile-in-ERP-SAP-

regards,

US

Former Member
0 Kudos

hi,

adding some point to it.

USEREXIT_MOVE_FIELD_TO_VBAK, USEREXIT_MOVE_FIELD_TO_VBAP in MV45AFZZ

the user exits given will trigger while saving the sales order.

but it will allow the salesorder to change.

regars,

balaia

Former Member
0 Kudos

hi,

this is to inform you that BS02 is an BASIS maintaince view and it will be in the program SAPMBSVA.

then go to SE37 give there BSVA you will get teh list of function modules under that you cannot find any user exits.

please write a Z program for your requriment.

hope this is help ful.

regards,

balajia

Former Member
0 Kudos

hi,

i think with standard SAP functionality this is not possible.

you have to consult an ABAP developer for satisfying your requriment.

or

please check with BASIS guy if there is any possibility of blocking after 4th release.

regards,

balajia

Former Member
0 Kudos

Hi

Thru Userexit modification it can be possible.

write a logic in Userexit as if status is 4 there is no changes allowed in the sales order.

regards

kedasu.a