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

Problem Regarding BADI

Former Member
0 Likes
691

In Transaction VL01N , i want to add check on customer field ( SOLD TO PARTY - KUNNR ) .

CHECK IS :

IF THE CONDITION SATISFIED W.R.T CUSTOMER , THEN THE PROCESSING CONTINUES OTHERWISE IT WILL DISPLAY ERROR MESSAGE..

QUERIES ARE :

1. WHICH BADI IS RUNNING WHEN WE COME TO THIS SCREEN

2. HOW TO MAKE CHANGES IN THAT RUNNING BADI.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

\[removed by moderator\]

Edited by: Jan Stallkamp on Jun 11, 2008 10:47 AM

4 REPLIES 4
Read only

Former Member
0 Likes
657

\[removed by moderator\]

Edited by: Jan Stallkamp on Jun 11, 2008 10:47 AM

Read only

0 Likes
656

Hi.

Please don't copy-and-paste other people's answers! I've deleted this answer here. Continuous violating of SDN's community guidelines can lead to locking your account for some time or even your user being deleted permanently.

Best regards,

Jan Stallkamp

Read only

JoffyJohn
Active Contributor
0 Likes
656

To find BADIs used in any Tcodes

Take tcode SE24 (global class builder)

give the

Object type CL_EXITHANDLER

display

Double click on method GET_INSTANCE

put break point in CALL FUNCTION 'SXV_GET_CLIF_BY_NAME'

Then run the tcode for which you have to find the BADI

exit_name field

give the exit name.

Read only

Former Member
0 Likes
656

For VL01N, BADI DELIVERY_PUBLISH is available. Try to implement this BADI and check if it meets your requirements.

For implementing BADI, use tcode SE19. Give the BADI definition name as DELIVERY_PUBLISH.

It will show a method, double click on that method and write the code in the method.

I'm not sure if it suits your requirement.

Following are the enhancements available for VL01N. Try them also,

Transaction Code - VL01N Create Outbound Dlv. with Order Ref.

Enhancement/ Business Add-in Description

Enhancement

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

V53W0001 User exits for creating picking waves

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

V53C0001 Rough workload calculation in time per item

V50S0001 User Exits for Delivery Processing

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50R0002 Collective processing for delivery creation

V50R0001 Collective processing for delivery creation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50PSTAT Delivery: Item Status Calculation

V02V0004 User Exit for Staging Area Determination (Item)

V02V0003 User exit for gate + matl staging area determination (headr)

V02V0002 User exit for storage location determination

V02V0001 Sales area determination for stock transport order

Business Add-in

DELIVERY_PUBLISH Announcement of delivery data during database update

Regards,

Lakshmi.