cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business WorkFlow

Former Member
0 Kudos

This is prasad Jagarlamudi,

any one plz help me how we can custumize Business Object

One comlete implementation (ie adding attributes, methods,events).

And how can We Use this Custumized Businee Object In WorkFlow ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi prasad,

There is a lot to work with business object.

To start with, check this link to see how we can customize business object.

http://www.saptechnical.com/Tutorials/Workflow/SChng/SChng.htm

http://www.saptechnical.com/Tutorials/LSMW/BAPIModify/Main.htm

To learn more features about business object,eg subtype,supertype and delegation,check this out;-

http://www.erpgenie.com/sap/abap/bor.htm

  • Revert back if any issues

Best of luck,

Bhumika

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasad,

Creating ur own ZBOR is simple Goto SWO1 here put the Standard BOR name in super type and give ur ZBOR name in sub type now give the appropriate application component and so on.

Remember one thing when u go for a ZBOR is when u want to write ur own Method or attribute or even.

now go to SWO1 and choose ur ZBOR and in that

1) Attributes are of two types Virtual and Data base.

Data base Attributes - Attributes which directly reffer to a data base table field such as MARA-MATNR

Virtual Attreibutes - This attribute is calculated by u using some table fields.

2) Method - By clicking the new u can create a method and in that u can use a parameter which u create in Parameters.

SWC_GET_ELEMENT <Container> <Container Element> <Variable>

Read Single value element from the CONTAINER INTO A VARIABLE.

SWC_SET_ELEMENT <Container> <Container Element> <Variable>

Write single value element from a VARIABLE TO THE CONTAINER.

Using these methods u can manuplate ur parameters

3) Events - U can create a event on ur own and u can do three actions in a event CREATE,CHANGE,DELETE

assingn ur event in SWEC

Deligation - U can do deligation in SWO6

Deligation is done inorder to extract ur user defined methods and attributes in standard BOR

Regards,

Dheepak