SAP Tcode MF50: Functions when entering qty at the same time

If you enter a quantity in the repetitive manufacturing planning table (Transaction MF50) and want a Proceed without pressing Enter beforehand, problems can occur.

Example:

Function  --- Problem
---------------------------------------------------------------------
Save         If Note 64489 is implemented, it is not locked
Conversion   Dump 'OBJECT_NOT_FOUND'

Many functions only work correctly if you press 'Enter' after entering the quantity. If you do not press Enter, the system does not create or change the planned order correctly.

Solution

Before you execute a function, you must press 'Enter' first.
This is trapped by information message.

In Release 4.0, a corresponding message already exists.

For the 3.X Releases, you must create a message according to the following procedure:

Enter under message number 710 (using function 'Individual maint.'), text
'Function not possible when you enter quantity at the same time'.

Before you implement the program source code, you must create the message. For this, proceed as follows:
SAP main menu --> Tools --> ABAP Workbench --> Development --> Programming environment --> Messages.
Message class: 61
--> Change messages

SAP tcode MF50: Deleting and saving planned orders

If you delete and after this immediately save a planned order without pressing Enter in the planning table of the repetitive manufacturing (Transaction MF50), the deletion is not transferred.

Reason and Prerequisites

The problem only occurs when you delete planned orders but not when you create or change. In addition, you have to access the planning table with the capacity requirements.

Solution

When you have deleted a planned order, the system reminds you with an information message that you have to press Enter before exiting.

1. Implement the attached correction.
2. Create message 769 in message class 61.
              For this, double-click string i769(61). Branch in line 769 to "Individual maint." and enter the following message text:

           Order & was not deleted. Confirm with Enter first.

3. Save the message and activate the source code.

0 comments:

Post a Comment