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

User Exits for service orders for partner function validation

former_member1716
Active Contributor
0 Likes
1,541

Hello Experts,

I need to validate the partner functions for service orders(IW31,IW32,IW33) on two scenarios, one is during save and other is when i enter the value and press enter.

Can you please suggest exact user exits which will be triggered on these conditions.

I have tried many user exits but none is satisfying my scenario. Please also mention if any badi is available.

Urgent requirement, your immediate respone will be of great use.

1 ACCEPTED SOLUTION
Read only

former_member1716
Active Contributor
0 Likes
1,049

Hello all,

For this requirement we can create a spot enhancement in the include LIPARF00 and it is working.

Thanks to Vijay Simha for his response

Hope this will help all SCN members who refer this in future

Thanks,

Satish

4 REPLIES 4
Read only

VijayCR
Active Contributor
0 Likes
1,049

Try the following function modules in user-exit IWO10009 (at save):

- PM_PARTNER_GET_XIHPA

- PM_PARTNER_PUT_XIHPA

Check these in the exit.

Thanks,

VJ

Read only

former_member1716
Active Contributor
0 Likes
1,050

Hello all,

For this requirement we can create a spot enhancement in the include LIPARF00 and it is working.

Thanks to Vijay Simha for his response

Hope this will help all SCN members who refer this in future

Thanks,

Satish

Read only

0 Likes
1,049

Hello Satish,


We have a slightly different requirement. When a new partner is added and saved using IW32, we need to update partner in Sales order(VA02). I have the code to update partner in sales order, but looking for a user-exit in IW32 to get this partner. You mentioned about using enhancement spots in LIPARF00. Can you let me know how we can use 'enhancement spots' ? If you have coded, can you the share the code please ? I am not familiar with 'enhancement spots' . Will SAP override during Support pack or version upgrade when you code in enhancement spots ?

My email id is ninja_ys@hotmail.com if you want to send code as attachment.

Niranjan

Read only

0 Likes
1,049

Hi,

you can easily find how to raise enhancement spots in standard program in SCN, there are so many discussions on it . Regarding your requirement you can try coding BADI WORKORDER_UPDATE.

I request you to raise a new discussion, so that more SCN experts can see and answer accordingly.

if you raise a discussion please send me the link.

Note: Befor raising the discussion please search in SCN if none of the results does not suit you then go for raising a discussion.

Please feel free to ask me for any queries

I have also created a document on Partner Functions Validations on sales and service order documents in the link below,

you may find it useful please check.

http://scn.sap.com/docs/DOC-52249#comment-457018

Thanks,

Satish