cancel
Showing results for 
Search instead for 
Did you mean: 

create a new table entry

Former Member
0 Kudos

Hi

My point of concern is i have to insert a new message (Application Area M7, Message No. 433 'The "delivery completed" indicator is set for the purchase order item')

I have checked the tables, the tables are T100 and T160M.

My ques. is how do i insert this message in tables and what all linkages and configurations i need to make so as it displays an error message while dong GR for a PO with Delivery completed indicator ticked.

Can this job be done by a MM consultant itself or need of ABAPer is required.

Pls suggest.

Thanks in advance...

Accepted Solutions (0)

Answers (3)

Answers (3)

sjeevan
Active Contributor
0 Kudos

Why and how are the users doing it? Normally PO does not suggest items with "delivery compltd" indicator when it pulls data into MIGO/MB01

Any way, go through this SAP Note [1316983|https://service.sap.com/sap/support/notes/1316983]

excerpt from note

Symptom

The system does not display message M7 433 "The "Delivery completed" indicator is set for the purchase order item".

Other terms

"Delivery completed" indicator, ELIKZ

Reason and Prerequisites

The BAdI is not implemented.

Solution

To prevent follow-on activities for purchase order items in which the "Delivery completed" indicator is set, implement the BAdI MB_GOODSMOVEMENT_DCI (Setting the delivery completed indicator) in Customizing for materials management under Inventory Management and Physical Inventory -> Maintain Customer Exits and Business Add-Ins.

The system only issues the message about the "Delivery completed" indicator (M7 433) if you select the value "X" for the export parameter E_DCI_MSG in the BAdI method SET_DCI (Set "Delivery Completed" Indicator).

Edited by: Jeevan Sagar on Nov 24, 2011 3:06 AM

Former Member
0 Kudos

Hi,

If you are in ERP 6 and Ehp4, you can use new message M7 433 (The Delivery Complete Indicator is set for the purchase order item) in connection with BAdI MB_GOODSMOVEMENT_DCI. If this message is configured as an error message. No further goods receipt can be posted for a PO item for which the delivery complete indicator is set.

You can also use the BAdI to incorporate custom logic.

Hope this is what you are looking for!

Reetesh

Former Member
0 Kudos

Hi,

Actually these are the standard tables provided by sap and its not preferable to make changes or add new fields to that tables with out proper permissions and authorizations.

Yes if you have enough authorizations then you can do it with the halp of ABAPer even this can be done by yourself but not prescribed to do so.

Goto SE11 and enter your table i.e.T100and select change then you can see many fields under it in which you can add your message and save.

Thanks

Former Member
0 Kudos

Hi,

You can maintain in :

OLMB> Define attributes of system messages > Settings for System Messages > enter new value with error code E.

Regards,

Ashwini.