Application Development 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: 

User Exit for PGI of outbound delivery

Former Member
0 Kudos

Hii All,

Which user exit trigers while clicking the PGi ie. ;Post Goods Issue' button in outbound delivery.

I have tried with MV50AFZ1.But thats not working.

Any other, plz let me know.

Thanks & Regards,

Anagha Deshmukh

7 REPLIES 7

Former Member
0 Kudos

Hi,

you can try this enhancement MB_BAPI_GOODSMVT_CREATE..

thanks and Regards,

Veera.

former_member404244
Active Contributor
0 Kudos

HI,

I have used the same user exit and it has worked for me

i have wrote the code in the below form

FORM USEREXIT_SAVE_DOCUMENT_PREPARE.

ENDFORM.

Regards,

Nagaraj

0 Kudos

Hi Nagaraj,

I have also wrote the code in same perform.But it is not get triger.

I have write code as

IF xlikp-lfart = c_zlf AND fcode = 'WABU_T'."while PGI
  Logic..
ELSEIF xlikp-lfart = c_zlf AND fcode = 'SICH_T'."while Save button
  Logic
ENDIF.

So Save button is working properly but not PGI.

Thanks & Regards,

Anagha Deshmiukh

former_member404244
Active Contributor
0 Kudos

HI,

Are you doing with VL02N tcode ryt....I have done it for PGI for delivery when the user clicks on the PGI button on VL02N screen and saves the document.

Regards,

Nagaraj

0 Kudos

Hi,

Thanks for your reply.I have checked with VL02N,it is getting triger.

But I have to check in VL01N also.

So any idea about this ?????

Thanks & Regards,

Anagha Deshmukh

0 Kudos

HI,

For VL01N i don't have idea...as my requirement was for VL02N...

Regards,

Nagaraj

Former Member
0 Kudos

Hi Anagha,

Try these use exits.

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

V02V0003 User exit for gate + matl staging area determination (h

V02V0004 User Exit for Staging Area Determination (Item)

V50PSTAT Delivery: Item Status Calculation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50R0001 Collective processing for delivery creation

V50R0002 Collective processing for delivery creation

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50S0001 User Exits for Delivery Processing

V53C0001 Rough workload calculation in time per item

V53C0002 W&S: RWE enhancement - shipping material type/time slot

V53W0001 User exits for creating picking waves

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

Regards,

Vijay