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: 

Need a exit while deleting the line item in PO

Former Member
0 Kudos

Hi to all experts ,

My requirement is to find an exit or badi when the user deletes a line item and click on save the line item should be captured,. Is there any badi or exit which can do it .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can use method CHECK in BADI: ME_PROCESS_PO_CUST

Rgds

Sathar

4 REPLIES 4

Former Member
0 Kudos

BBP_DOC_CHANGE_BADI

Former Member
0 Kudos

Hi,

Try these user exits.

M06B0004 Number range and document number

M06B0005 Changes to comm. structure for overall release of req

M06E0004 Changes to communication structure for release purch.

M06E0005 Role determination for release of purchasing document

ME590001 Grouping of requsitions for PO split in ME59

MEETA001 Define schedule line type (backlog, immed. req., prev

MEFLD004 Determine earliest delivery date f. check w. GR (only

MELAB001 Gen. forecast delivery schedules: Transfer schedule i

MEQUERY1 Enhancement to Document Overview ME21N/ME51N

MEVME001 WE default quantity calc. and over/ underdelivery tol

MM06E001 User exits for EDI inbound and outbound purchasing do

MM06E003 Number range and document number

MM06E004 Control import data screens in purchase order

MM06E005 Customer fields in purchasing document

MM06E007 Change document for requisitions upon conversion into

MM06E008 Monitoring of contr. target value in case of release

MM06E009 Relevant texts for "Texts exist" indicator

MM06E010 Field selection for vendor address

MMAL0001 ALE source list distribution: Outbound processing

MMAL0002 ALE source list distribution: Inbound processing

MMAL0003 ALE purcasing info record distribution: Outbound proc

MMAL0004 ALE purchasing info record distribution: Inbound proc

MMDA0001 Default delivery addresses

MMFAB001 User exit for generation of release order

MRFLB001

Regards,

Vijay

Former Member
0 Kudos

You can use method CHECK in BADI: ME_PROCESS_PO_CUST

Rgds

Sathar

Former Member
0 Kudos

Hi,

You can check out badi for your requirment by following below step.

1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.

2. In 'Display' mode, go to 'Methods' tab.

3. Double click the method 'Get Instance' to display it source code.

4. Set a breakpoint on 'CALL METHOD cl_exithandler => get_class_name_by_interface'.

5. Then run your transaction.

6. The screen will stop at this method.

7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.

Thanks & Regards,

ShreeMohan,