cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Create Object Type

Former Member
0 Likes
12,415

Hi.

I am Creating Task i found options ... Object Type and method .. i think we can use user define/Created .. my question is what T Code is to create New Object type and method ... and further help or suggestion about its development

Regards

Amamd

View Entire Topic
StephaneBailleu
Active Contributor
0 Likes

Hi

As everybody replied you can use SWO1, however if there is an already existing object type (per example BUS2012 for puchase order) you can create a subtype and then make a delegation of the BUS2012 to your object (starting with Z or Y)

That is better if there is an already existing object .

Although you can also create a class and from that class create a task

So standard transaction SE24 and you have to use interface IF_WORKFLOW  if you want to be able to use it in your workflow.

Class that will be used in task shall be public and instance related.

that is the options you have

Cheers

Stephane