cancel
Showing results for 
Search instead for 
Did you mean: 

Status Profile

abdulgaffarmohd
Participant
0 Kudos

Hi All..,

In status profile i maintained 5 statuses after releasing 4th status system should not allow the users to change the sales document.

Regards,

mohd.

Accepted Solutions (1)

Accepted Solutions (1)

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

abdulgaffarmohd
Participant
0 Kudos

Tnx for reply,

Do you know the Exact User-exit name.

regards,

mohd

Former Member
0 Kudos

Hi

If u r assigning status profile in header use USEREXIT_MOVE_FIELD_TO_VBAK

status profile assigned at item level use USEREXIT_MOVE_FIELD_TO_VBAP

in program MV45AFZZ

regards

kedasu.a

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

adding some point to it.

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.

regards,

balajia

Former Member
0 Kudos

Hi

Thru Basis control the authorization at 4th stage.

regards

kedasu.a

abdulgaffarmohd
Participant
0 Kudos

Tnks for replay,

Can you Please Elaborate it .,

Regards,

mohd.

reazuddin_md
Active Contributor
0 Kudos

Dear Mohd,

Try using transaction variant:SHD0 along with bit abap coding.

But there is no such provision available from std SAP with std settings.

Regards,

Reazuddin MD