Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IW51-Menu exit

Former Member
0 Likes
683

Hi ,

Is there any Menu exit for IW51? My Problem is

Question: Can I configure sales orders that were created from a

service notification?

Answer: No. Because the order processing from a service notification

was implemented via CALL DIALOG, the data from the configuration is

lost after you have left the order entry (because of a change of roll

area).

Currently, this technique cannot be changed.

I want to do the same process as mentioned above(configure sales orders that were created from a

service notification) , but as per SAP it is not possible.

I am tring to do with menu eixt, in the menu exit instead of call dialog , i will use call transaction to bipass the call dialog or can anybody give me the best way to do.

Hi ,

Is there any Menu exit for IW51? My Problem is

Question: Can I configure sales orders that were created from a

service notification?

Answer: No. Because the order processing from a service notification

was implemented via CALL DIALOG, the data from the configuration is

lost after you have left the order entry (because of a change of roll

area).

Currently, this technique cannot be changed.

I want to do the same process as mentioned above(configure sales orders that were created from a

service notification) , but as per SAP it is not possible.

I am tring to do with menu eixt, in the menu exit instead of call dialog , i will use call transaction to bipass the call dialog or can anybody give me the best way to do.

2 REPLIES 2
Read only

Former Member
0 Likes
604

Hi,

Check the list of menu exits for IW51

IWO10026 User check on setting status 'Do not perform'

IWO10027 User exit: Generate user-defined settlement rule

IWOC0001 Create PM/SM notification: Determine reference object

IWOC0002 PM/SM notification: Check whether status change is allowed

IWOC0003 PM/SM authorization check of ref. object and planner group

IWOC0004 Change single-level list editing PM/QM/SM ALV settings

regards,

anirban

Read only

peter_atkin
Active Contributor
0 Likes
604

venkat,

I'm assuming here that you have 1:n relationship between the notification and multiple sales orders???

Have you tried populateing the VBAK-QMNUM field in the sales order? I've never tried this, but if populated, it may be displayed in the document flow of the notification..

PeteA