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

SE18

Former Member
0 Likes
8,382

What can we do in the transaction SE18?

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
4,743

Hello Shori

Transaction SE18 give you an overview of the available BAdI (Business Add-Ins). Within the transaction you can select a specific BAdI and create a BAdI implementation (SE19). Within SE19 you can define the class implementing the BAdI interface. Coding of the BAdI methods is done using transaction SE24 or SE80.

Regards

Uwe

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
4,744

Hello Shori

Transaction SE18 give you an overview of the available BAdI (Business Add-Ins). Within the transaction you can select a specific BAdI and create a BAdI implementation (SE19). Within SE19 you can define the class implementing the BAdI interface. Coding of the BAdI methods is done using transaction SE24 or SE80.

Regards

Uwe

Read only

Former Member
0 Likes
4,743

HI,

se18 is for creating badi definition.

see this link for more info.

http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm

rgds,

bharat.

Read only

Former Member
0 Likes
4,743

Hi,

SE18 - BADI DEFINITION

reward points if useful

regards,

Vinod Samuel.

Read only

Former Member
0 Likes
4,743

Business Add-in Definition

Name of the definition of a business add-in (BADI). Business add-ins are SAP's new enhancement concept. There are two different views:

In the definition, you create an enhancement that is called from the application code

In the implementation, you save the code for the functions for the enhancement

You create business add-in definitions using transaction SE18. They contain the business add-in interface. In the application code the instance variable is typed according to this interface. You can create several implementations for each add-in definition.

There are two main types of BADI definitions:

Multiple use - that is, there can be several active implementations

Filter-dependent - that is, you apply a filter value to each method called (for example, a country). A different (active) implementation is then called for each value. Possible filter values are characterized by the filter type.

regards

Giridhar Yadav