on ‎2010 Apr 05 8:16 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ammad ,
You can go to Tcode swo1 to create an Object.
If you want to create a Custom Object and
want to use the functionality of existing objs also
you can create a Z one and delegate the Z object to
Standard Object.
Thanks and Regards
Manjari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You should try to use Standard BO. Go to tcode SWO1 and you can do a search related to your requirements. If it exists a BO but it doesn't fullfill your requirements you can create a subtype of this BO by menu Settings > Delegate. In this way, you can inherit all of the BO and create your owns.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to navigate to SWO1 txn inorder to create new business object and its relevant methods... For futher information search SDN
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.