cancel
Showing results for 
Search instead for 
Did you mean: 

user status user exit

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi experts

my requirement is, i am creating one sale order with user status activate , first create the sale order with status profile , and header text i maintain , when i save the document , then i create the delivery automatically system block the sale order , when in go to va02 , then it release the status , in this time header text not modifiable( use can change any thing in this text), this my requirement , how can i control , their is any user exit , any program , please suggest me ,

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos


For that first you have to find out where those text are stored.  Normally, you can find either in table STXH for Header Text and STXB for Line Item Text or by using Function Module READ_TEXT, you can retrieve the data.

So with the sale order exit, USEREXIT_SAVE_DOCUMENT_PREPARE in the program MV45AFZZ, you can try.


G. Lakshmipathi

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

i am not retrieve the data , i am control use in exit with control only , va02 of header text is not modifiable only , 

bsivasankarreddy_reddy
Active Contributor
0 Kudos

please any budy give the reply