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

BAPI

Former Member
0 Likes
592

hi all

i created Object in SWO1 but under arrtibutes ObjectType. is automatically created with a deep structure and under methods , 2 methods - ExistenceCheck and Display are automatically created.

what is the purpose of that? For every object it is created?

5 REPLIES 5
Read only

Former Member
0 Likes
571

Hi,

These 2 are

Existence check --> Check the Existence of Objects

Display ---> Display the Objects

Look at the below one, you will understand everything

http://www.erpgenie.com/abap/bapi/example.htm

Regards

Sudheer

Read only

Former Member
0 Likes
571

Hi,

The BAPI ExistenceCheck() checks whether an entry exists in the database for an SAP business object type, for example, whether the customer master has been created.

It can be useful to check the existence of sub-objects at the same time. This could involve checking whether information exists within a particular company code for a customer.

The ExistenceCheck() BAPI is an instance method.

Display - displays the object.

Check this link

http://help.sap.com/saphelp_nw04/helpdata/en/8b/40aedcc95c11d1ad0c080009b0fb56/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/7c/3ce3a865ba11d395fe00a0c94260a5/content.htm

Regards,

Sruthi

Read only

Former Member
0 Likes
571

yes always it creates two methods one for check and one for display.

when a bapi is called from other platform like java or vb it is useful.

Read only

Former Member
0 Likes
571

yes always it creates two methods one for check and one for display.

when a bapi is called from other platform like java or vb it is useful.

reward this point

Read only

Former Member
0 Likes
571

Hi

refer the following link http://allsaplinks.com/bapi.html