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: 

Bussiness Object creation for workflow

Former Member
0 Kudos

Hi Experts,

I am new in workflow and want to make the workflow for addition of two numbers.

Please can anyone guide me the steps which i have to follow.

I want to make my own BO , But there several options like supertype,object type ..etc.

Please explain the BO and other steps to follow .

Rgds,

Premraj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Prem,

Have a look on this link

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sdn%252bblogs%252bfor%252bworkflows

Hope it wil be helpful!

Regards,

Mamta

3 REPLIES 3

Former Member
0 Kudos

Hi,

U want to add two no. using BO.

For this u have to create 'z' Object .

Inside that create 'z'Method.

Now after that u can write ur functionality of adding two no. in that method.

this u can use in ur WF.

Or u can use delegation also.

Take selfitem as a supertype for BO.

Or there is one step-conatiner operation...

u can directly use that for addition of two numbers.

details:

Each business object has the following properties:

a. Object Type ID u2013 It is used for internal identification of the business object.

b. Object Name u2013 It is used for external identification of the business object.

Using this property external system can interact with SAP system.

c. Super Type u2013 It is the parent object from which all the components of the BO are inherited.

d. Name u2013 It is a descriptive name of the BO.

e. Description u2013 It is a brief description of the business object type.

f. Application - The application component to which the BO belongs to.

g. Program - Program that will contain the ABAP code of the BO.

hope it helps u!

Regards,

Mamta

Former Member
0 Kudos

Former Member
0 Kudos

Hi Prem,

Have a look on this link

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sdn%252bblogs%252bfor%252bworkflows

Hope it wil be helpful!

Regards,

Mamta