cancel
Showing results for 
Search instead for 
Did you mean: 

Any Standard Message for RFQ not to change

Former Member
0 Kudos

Dear Gurus,

My scenarios is, once RFQ is maintained and PO is issued to Vendor, then RFQ should not allow to change? if RFQ want to change then PO has to be deleted and then RFQ can be allow to change.

Is there any standard message to restrict RFQ to be amended - even after issuing a PO against an RFQ

Regards

RS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is no any standard message as you required.

ABAP development is suitable for your requirement

Former Member
0 Kudos

Dear

Thanks for response, could you please tell me the user exit fro ME47 ( where i can have my logic over there)

Regards

RS

Former Member
0 Kudos

Check the BAdI ME_PURCHDOC_POSTED

Regards,

Indranil

Former Member
0 Kudos

Hi,

Go to the T-code SE24.

Enter CL_EXITHANDLER. Then display . Then select the Get_instance method

Put the break Point in the in the Beginning where tht showing the Exit_name and class_name as the output.

That will be in the line 20-30. Then run the T-code ME47 and any code.

In the Exit _name u can see the BADI name.

Just Take all the BADI Names and go to the Documentation of all the BADI's. Then select a BADI tht suits ur Requirement and implement that BADI .

Initial Just Hard Cord break Points in the Method and Exceute the T-Code.

You can use enhancement MM06E005 (read the documentation using transaction code SMOD), include EXIT_SAPMM06E_012.

WVKU_DETERMINE_SP

ADDRESS_UPDATE

ME_PURCHDOC_POSTED

Among these BADIs ME_PURCHDOC_POSTED is the most important one.

pherasath