cancel
Showing results for 
Search instead for 
Did you mean: 

QA32 block process

Former Member
0 Kudos

Hello,

I need help please :(.

I need add controle in QA32 RQEVA-VCODE. So I am using the user exit EXIT_SAPMQEVA_007. where I put my error message.

But the problem in this user EXIT catch error and spend it the type to the information message and continue traitement.

In capture you can see my defect.

Could you please help me to find an other position point to add my control (BADI, user-exit) to block process?

Many thanks to you all.

Kinds regards
Iliass

former_member235613
Participant

Can you describe more process wise what you are hoping to accomplish?

Former Member
0 Kudos

Hello,

I am using EXIT_SAPMQEVA_007 user-exit, so I put the error message, but the user exit transform my Error message to the information message.

former_member42743
Active Contributor

I think the question is what process are you trying to control by this? What is the error message for?

Otherwise this is more a technical programming issue and it should be tagged with one of the ABAP tags and not QM.

It sounds like you are trying to override something that SAP is already doing in their coding by using a user exit. What message number are you trying to modify and why?

PS> please repond by using a comment and not an "Answer".

Former Member
0 Kudos

Hi Craig,

Thanks for your answer.

So my problem was : that I would to not change the batch after saving the QA11 . To describe :=> In QA11 when I want to save the Code DU. In the First my Batch was in restr Batch status but after changing code DU and after saving my decision. my batch status swap automatically to Unrestricted. So I need not change my status of my batch, and it rested in the initial status (restr..).

Many thanks.

former_member42743
Active Contributor
0 Kudos

Are you using a digital signature process? It requires batch status to match valuation code. (for some weird reason SAP decided to this made sense, I'm not sure why)

If not, batch status might be being changed by the stock posting you have configured to the UD code. For instance, if your DU code uses stock posting "unrestricted" it doesn't modify stock status. But if your code uses proposal "unrestricted,unrestricted" , then it changes the batch status to.

Craig

Former Member
0 Kudos

Craig,

Thanks lot of could you please explain me how I can to configure and how i can verify the boths actions ?

Best regards,

IHAM

former_member42743
Active Contributor
0 Kudos

1) do you get pop-up asking for a digital signature when a UD is made? If not, you are not using digital signatures.

2) Look at how the UD codes are defined in the selected set. (QS51 or QS52) Each code allows a stock posting proposal and this can be set to process in the background. You'll see choices in the stock posting proposal such as:

Unrestricted, Unrestricted Status

Blocked, restricted status.

But you should also find choices that say simply "Unrestricted" and simply "Blocked". These choices will not change the batch status.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

call function 007

exception