This website is not affiliated with, sponsored by, or approved by SAP AG.

UserExit for DP90: Probm. getting Service Order in MV45AFZZ

Development (ABAP Development WorkBench, ABAP/4 programming)

Moderators: thx4allthefish, Snowy, Gothmog, YuriT

UserExit for DP90: Probm. getting Service Order in MV45AFZZ

Postby Guest from Blr » Tue Jul 08, 2003 3:10 am

Hi frz,

My requirement is to populate VBAP-POSEX field.
Transaction : DP90
Flow: Entering Service Order No and click "Sales Price"
I am trying to use form USEREXIT_MOVE_FIELD_TO_VBAP in the include:MV45AFZZ file.
In this include i need to get Service Order No(AUFNR)

Please anybody can tell how to get this service order no.

Thx in Adv

Guest from Blr
 

Postby TwoABAPers » Tue Jul 08, 2003 4:22 am

Hi,
VBAP also has a field AUFNR which gets updated with service order number through DP90.
In user exit USEREXIT_MOVE_FIELD_TO_VBAP just write

Code: Select all
VBAP-POSEX = VBAP-AUFNR.


This should work.

Regards,
Sudhir/Mohit
TwoABAPers
 
Posts: 990
Joined: Sun Oct 20, 2002 9:16 pm
Location: web

Postby Guest » Tue Jul 08, 2003 5:41 am

Thx for your tip.....I have checked that earlier. VBAP-AUFNR is blank in that place....
Guest
 

Re: UserExit for DP90: Probm. getting Service Order in MV45AFZZ

Postby pilargc » Thu Feb 09, 2012 3:55 pm

Hello,
i have a similar problem, in my case i want to chance the field WERKS (table VBAP) for the field in Center for location SWERK, it can see in IW33 with de number of service order.
I´ve tested in DP90, when i did click in Billing, it show the field vbap-werks with '100' but i want to obtein '127A'. i´ve tested in program SAPMV45A, include MV45AFZZ.
i hope you can help me! :oops:
pilargc
 
Posts: 2
Joined: Thu Feb 09, 2012 11:53 am

Re: UserExit for DP90: Probm. getting Service Order in MV45AFZZ

Postby Gothmog » Fri Feb 10, 2012 6:26 am

pilargc, do not highjack old topics for your problem, especially several times.
Locked.
68 74 74 70 3a 2f 2f 74 69 6e 79 75 72 6c 2e 63 6f 6d 2f 62 64 6f 37 6d 77 67
Gothmog
 
Posts: 1466
Joined: Wed Sep 12, 2007 4:46 am
Location: Probably not home


Return to ABAP

Who is online

Users browsing this forum: No registered users and 21 guests




This website is not affiliated with, sponsored by, or approved by SAP AG.