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: 

Business Object Types for Z-tables

Former Member
0 Kudos

hi

could anyone please guide me how to create business-object-types for Z-tables?

thanks in advance

regards

pavan

3 REPLIES 3

Former Member
0 Kudos

Hi

it depends on what you need: which methods?

Probably it would be better to create it as copy of std object.

Trx SWO1.

Max

0 Kudos

hi

for example,

i need to create the BOT for every new entry/row inserted into the table...

how do i do that.

pls suggest...

thanks

pavan

0 Kudos

Hi,

Business objects (SWO1) are representations of business entities.

So it is impossible to ask I need to create a business object for a z-table, because that's not business specific.

Normally when you're faced with a BO issue, you first search for useable existing BO's. In there you also search if SAP has already provided the wanted functional requirement. If this is not present, you then search for a BO which is closest to the Functional requirement and then create a subtype of that BO en extend it to suit your needs (attributes, methods, events etc.) via delegation you can then also se it in sap standard.

for more infor check the