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

how to implement menu exit through BADI

Former Member
0 Likes
613

hi abapers

how to create menu exit through BADI

let me know the steps for BADI

and how to implement it .

hi abapers

how to create menu exit through BADI

let me know the steps for BADI

and how to implement it .

1 REPLY 1
Read only

ravisankara_varaprasad
Active Participant
0 Likes
463

Hi,

The procedure is as follows.

You need to add the additional fields to the screen where an enhancement is available ( for eg. PO screen Item details..etc).

(ii) Now find the relevant BADI to populate the data to the screen for eg., ME_GUI_PO_CUST can be used for Purchase order.

The BADI definition transaction is SE18

and Implementation transaction is SE19.

after creating the implementation for the BADI then you need write the logic inside the suitable method to populate the field values.

Please refer the BADI documentation for more details.

Kind Regards,

Ravi Sankar.Z