cancel
Showing results for 
Search instead for 
Did you mean: 

Dates Issue with MD11 - Very URGENT

graghavendra_sharma
Contributor
0 Kudos

Hi friends,

I have an issue with MD11 (Create Planned Order)

If the order finish date is in the past, then system should throw an error message instead a warning.

Could any help me in this regards

Points will be rewared for any helpful answer

Accepted Solutions (1)

Accepted Solutions (1)

former_member196398
Active Contributor
0 Kudos

Raghav,

You need to change the message type from "E" to "W" in include "LM61OF8P" which is part of the main program "SAPLSHL2".

You need to take the help of an ABAP person to get this done.

Regards,

Prasobh

graghavendra_sharma
Contributor
0 Kudos

Hi

Thanks alot for valuable suggestions.

I can do that. But I need to get the access key from SAP to modify LM61OF8P.

Is there any way apart from modifying standard program.

former_member196398
Active Contributor
0 Kudos

Raghav,

To my knowledge this messages in standard SAP is warning only, probably it is already changed by someone in your team to Error.

Please close the thread rewarding answers which helped you.

Regards,

Prasobh

Former Member
0 Kudos

No Prasobh, They want that this warning message in Error message in MD11 if date in past for planned order.

I think this requirement in Accenture- Project ...i received a call from my friend for the same problem.

Regards

TAJUDDIN

graghavendra_sharma
Contributor
0 Kudos

Prashobh,

I will certainly close the thread.

But my question is still unanswered.

I cleared mentioned in my query that, standard SAP has given warning message only, but my requirement says it shold be an error message.

graghavendra_sharma
Contributor
0 Kudos

Tajuddin,

Thanks yaar!! You understood my problem!!

Please let me know any possibilty to change it into error message without requesting access key.

former_member196398
Active Contributor
0 Kudos

Tajuddin,

Thanks!!! I did'nt do a good reading of the thread... i thought the requirement is to make it to warning.

<b>Ragesh,</b>

Without Program change it is not possible and access key is required.

The only option, in customization "OPU5" you need to leave the field "Start in the Past" for the order type/plant combination.

what this means is if a planned order is created and scheduling is done...default system converts this date past date with "Todays date Scheduling" instead of Backward scheduling.

Check whether this is helpful in you scenario,

Regards,

Prasobh

Answers (2)

Answers (2)

Former Member
0 Kudos

go to the t.code : SE91

YOU HAVE TO CREATE THE MESSAGE CLASS

THEN ENTER

GO TO THE MESSAGE MAINTENANCE SCREEN

THERE ENTER THE USER AND THE DISCRIPTIONS IN THE ATTRIBUTES

AND CLICK THE MESSAGE

HERE YOU CAN SEE THE POPUP WINDOW

ENTER THE MESSAGE AND THE DISCRIBTION WHAT YOU WANT

GO TO THE PROGRAM WITH HELP OF ABAB'S

RETRIEVE THE PROGRAM AND THER YOU CAN CALL THE MESSAGE DESCRIBTION WHAT YOU ENTERENED IN THE MESSAGE MAINTENANCE SCREEN

HERE YOU MAY START TO CALL WITH '"E" TO THE MESSAGE FOR ERROR DISPLAY .FOR WARNING START WITH "W".

EX : IF MESSAGE IS 000 YOU CALL AS IN PROGRAM "E000"

Former Member
0 Kudos

From OPJB transaction convert this warning message into errro message.

if Problem solve close this thread.

Regards

TAJUDDIN

Message was edited by:

TAJUDDIN MOHAMMED

graghavendra_sharma
Contributor
0 Kudos

Hi TAJUDDIN

Thanks for an immd. reply.

But could you pls guide me how to use OPJB Tcode, Since I did not find this message class and number there.

Message Class : 61

Message No : 887

Message :Date lies in the past

Former Member
0 Kudos

Check table T106 whether this message exists.

You can maintain this class and error message 887 in OPJB transaction from new entries and give the "E" and save this.

Maintain version 00000000.

Regards

TAJUDDIN

Message was edited by:

TAJUDDIN MOHAMMED

graghavendra_sharma
Contributor
0 Kudos

Hi

I got the message table T106 does not exist.

When I tried to enter new entries with the class 61 and message 887, system is throwing a meesge "Please specify a legal value" - "Entry value 61 is not valid."

Please help me in this regard.

Former Member
0 Kudos

Take help from ABAP to maintain this class in T100 table.

Regards

TAJUDDIN