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

PM user exit

Former Member
0 Likes
523

Hi ,

I am creating a Maintainence order for which there is an automatic generation of PR .Before the creation of PR , I want to fill some field in eban table .But while using IW31 or IW32 its going only in user exit M06B0005.EBAN is not vaailable in this exit .Is there some other exit which get invoked during this process which can be used for filling the EBAN table with some values .

I tried using field symbol in this exit but i am not able to get the table name .Please advise what can be done .

Regards

Saurabh

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
475

Take a look at BADI IWO1_PREQ_BADI "BAdI for the manipulation ofPReqs from orders + networks".

If you are in a version less or equal to 4.7 Enterprise, you may look at OSS [Note 618580 - BAdI: Collective PReq or new single PReq|https://service.sap.com/sap/support/notes/618580] and OSS [ Note 687748 - Incorrect price for service selection|https://service.sap.com/sap/support/notes/687748]

Regards

Read only

Former Member
0 Likes
475

Hi,

Have you tried with BADI WORKORDER_UPDATE?

Regards

Kiran Sure