Enhance standard BOR object BUS2202

Hi,
I'd like to enhance the standard object BUS2202, with an additional attribute (Offer total value).
Can someone help me with the different steps to be done:
-Specific object creation (how to manage object inheritance? my ZBUS2202 derivates BUS2202 or the contrary ?)
-Make the standard to use the created specific object ZBUS2202 instead of the standard BUS2202 one
Thanks in advance for your help.
Vadim

Hi Vadim,
As you know, ia m not a WF expert
but maybe you will find something interesting in the following document :
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a6d6d4bb-0601-0010-5f92-e5b8bdc74f19
Kind regards,
Yann

Similar Messages

  • Problem testing Standard BOR object : CATS

    Hey SAPians,
    I have issue with one of the standard BOR objects in SAP.
    BOR Object: CATS
    1. When i try to test the object, it gives a program dump, both in Development and Production environment.
    2. The dump contains the following text: "ASSIGN_LENGTH_0"
    This occurs in program SWO_DIALOG_OBJECT_KEY_EDIT". A sample screenshot of the dump location is given below:
    The Error occurs at LINE NO 68
        65   SORT info BY editorder.                                  
        66   LOOP AT info.                                            
        67     MOVE-CORRESPONDING info TO objid.                   
        68     ASSIGN old_id+objid-offset(objid-ddlength) TO <obj_id>.
        69     IF objid-outlength > width.                            
        70       width = objid-outlength.                             
        71     ENDIF.                                                 
        72     IF objid-memoryid NE space AND                         
        73        <obj_id> = space AND                                
        74        objid_control-display = false.                      
        75       GET PARAMETER ID objid-memoryid FIELD <obj_id>.      
        76     ENDIF.                                                 
        77     objid-value = <obj_id>.                                
        78     APPEND objid.                                          
        79     ADD 1 TO height.                                       
        80   ENDLOOP.
    The problem according to me is in the field "DDLENGTH" which holds value '000000'. If this field value is changed at runtime, then everything works perfect.
    Now, the question is from where his value gets populated ??
    Further debugging led me to a Function module : "SWO_QUERY_VERBS"
    which exports a internal table with values that match exactly to the values in internal table "INFO" in the above code on whom the loop is executed.
    Ppl, please guide me on this function module or the source of the function module contents...
    Is it any config issue ?? If yes, what needs to be done ??
    If not, then how it needs to be resolved ???
    Thanks in advance.
    Shashank Shirali

    Hey Mates, thanks for your valuable suggestions. However, the problem was solved. I regenerated the BOR object "CATS". This is the only thing i did. This may be due to inconsistencies during upgrade....
    Thanks
    Shashank

  • BOR object for notification

    can anybody tell me any standard BOR object for notification create(IW51) and servise order create  (IW31)

    Hi,
    BOR object for Service notification: ISUSMNOTIF
    BOR object for Service order: ISUSMORDER
    Regards,
    Minal

  • ZFM to be called inside a BOR object

    Hi Experts,
    I had developed a Func Module (FM) and this is to be called inside a method or an event in the standard BOR object .
    Any Suggestions pls..
    Thanks
    Dany

    Hi Dan,
    Goto to t.code SWO1 and create a object/interface type click on create and you will be able to find one tree structure and there will be one node of method select the method and click on the create button on the application tool bar, once clicked it will ask for fucntion module, pass the fm name and the first generate it and then implement it and then release it.
    I hope you can add your fm into the bor.

  • BOR Object Delegation

    Hi all,
    I want to know what is the advantage of having delagtion for Subtype of SAP standard BOR Object. Does it have any performance impact?
    Regards,
    Roopesh

    hi,
    you can access the customized method in the customized object  in super type itself ...
    As you have correctly noted Delegation is the opposite of Inheritance. The thing that you will have to note is that once you create a subobject of a Standard object and add some custom methods to the subtype and delegate it, it "Will" not appear in the supertype. It is only at the time of execution or at runtime that you will be able to see the custom method. For example now as you have created ZBUS2089 and delegated it, now you can go to BUS2089 and try testing the object and you will find the custom method appearing in the supertype if the method is not instance dependent. If the custom method is instance dependant then you will have to instantiate the object for the method to appear.
    This technique is present so that you will not have the necessity to change the standard object which is also not suggested.
    thanks,
    reward points if helpful...

  • Enhancing Standard Business Partner Object in IC Web Client(CRM 2007)

    Hello Experts,
    I am new to CRM 2007.
    I have one requirement to add new field to standard BP object and make that field visible in IC Web UI.
    Can you please suggest me steps do the same ?
    1) How to Enhance the BP table to inculde the new field ?
    2) Where else changes should be done and how ???
        BOL Layer ?
        UI Layer Coding ?
    3) How to configure the new field in UI
    Looking forward to hear from you...
    Regards,
    Srikanth

    Hello Srikanth,
    First use EEWB
    1) create project
    2) Under Project create Extention (Extention Type BUPA)
    this way you add new fieilds/table to BP incliding BOL/Genil
    Enhance your component (I assume BP_HEAD)
    Enhance your view
    with wizard add new attribute to your BulHeader node in the view.
    Good Luck
    Eli Steklov
    Please Reward Points if It Helped

  • Want to create custom BOR object

    I want to create a  custom BOR object ZMSN in SWO1 so what value should I put in for these filed
    1: super type
    2:object name
    3:name
    4:program
    5: application

    If you are creating the Custom business object ZMSN then.......put the follwoing values in parameters
    1: super type      :---   Leave it blank ...it is used only when we are enhancing( create a deletgate BO)
                                     standard business object
    2:object name     :-- Give any relevant name like ...ZMSN
    3:name               :-- Give any relevant name like ...ZMSN
    4:program           :--  Give any relevant name like ...ZMSN  
    5: application      :--  Select the relevant functional area for which u r creating it....like 'F' --> finance
                                   'H'> Human resource, 'R'-> if Function area is unknown

  • BOR Object or ABAP Class

    Hi Experts,
    We are implementing the Leave Request WF using WS12300111. The user raises a leave request from the portal.
    As per the functional point of contact, they have said that this WF can be set up in the configuration in SPRO to be triggered when a leave request is raised.
    When we saw the standard SAP provided WF, the steps in it are based on ABAP class. I just want to know if the approach has to be only using ABAP classes or can BOR objects be used.
    We require some customizations in the sense, we need to add some custom logic to retrieve some data from some custom tables and also display the same.
    Kindly let me know if we need to use ABAP classes or we can use a BOR Object.
    Cheers,
    Belinda Clarke

    Hi Karri,
    Thanks a lot for your response.
    I was actually evaluating the possibilities of the same as our WF consultant is currently on leave. I was just seeing a scenario where they have used BOR Object for Travel and Expenses module. When i saw the standard WF for Leave Request WS12300111, I was seeing mainly ABAP Objects and there was no BOR objects used.
    I just wanted to confirm whether we could create a BOR Object or go on with the ABAP Classes. Does the ABAP Classes involve a lot of effort? We need to actually send email notifications and add some new steps etc...so was just thinking as to which would involve more effort.
    We need to actually retrieve data from table PTREQ_ATTABS and send the email notification to the concerned user whenever the leave request is approved/rejected/cancelled as shown below :
    Your leave request has been approved/rejected
    Name : abcde
    Emp No : 123456
    Type of Leave : Annual Leave
    Date : 7th July to 11th July
    No. of Days : 3 days
    So do u imply that all of this can be done with an ABAP Class
    Could you kindly guide us.

  • SAP object enhancement using abap objects

    Hi
    I am enhancing a standard SAP object using ABAP objects.
    I need to add 2 more fields to the struct in that object.
    My qn is : how to redefine the parameter type of a method in standard class?
    the code is
    DATA: lt_list TYPE RCF_T_LIST_MASS_PROC_ACT_X.
    CHECK me->start_selection EQ true.
    CHECK exist_exception( ) EQ false.
    DATA lo_ex TYPE REF TO cx_hrrcf.
    TRY.
    CALL METHOD me->ref_mass_proc_bl->get_mproc_cor_list_info
    EXPORTING
    mass_proc_cor_list = me->sel_mass_proc_cor
    IMPORTING
    mass_proc_list_info = lt_list.
    CATCH cx_hrrcf INTO lo_ex.
    add_exception( lo_ex ).
    ENDTRY.
    plz help me
    if anyone provides code for this is appreciable.
    Thanks

    Hi,
    either you can use the append technique <a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm">Append</a>
    or you can define an additional import parameter.
    Best Regards, Edgar

  • Standard S_TCODE object showing Yellow trafic light

    Hi All,
    Recently I have noticed standard s_tcode object is showing Yellow traffic light (Not fully maintained) in one of the role in ECC6 system. I have tried to maintain by clicking on change button which usually doing with other objects and got succeeded to do modifications.
    I have downloaded that role and uploaded in to another ECC6 system and observed that s_tocde is in green color and not allowed me to modify it as usual.
    As per my knowledge standard s_tocde object is not modifiable but we can modify manually inserted s_tcode object.
    Please advice.
    Regards,
    Sri Vandan.

    Hi,
    What happens if you delete the role in your original system and re-upload and generate?
    I have tried that one also but getting same problem.
    propably the SU24 entries have been changed (for field S_TCODE) since the last mergeing of authorization data....
    Bernhard, can you please elaborate on this.
    Regards,
    Sri Vandan.

  • How to use Standard Authorization Object 'M_MATE_WRK'  in SE38?

    Hi all,
    We have developed one program which calculates the commercial price of the material   
      and update the same in the material master.
    Now we want to implement authorization checks at Plant Level.
    For this purpose I am Using 'M_MATE_WRK' which is standard authorization object.
    But in my Program when I am checking for it, its giving the sy-subrc value as 0.
    This indicates that either it is successful or the object is not active for this particular  program. In my case I know that its the second case only.
    So now somewhere i need to 'Check' this object for this particular Program.
    I have checked SU22 , SU24 but couldn't figure out where should i do the respective  setting.
    I am working on ECC 6.0
    Please help me on this.
    Bare with me if i am asking a silly question.

    Hello All,
    The Problem is resolved now.
    Actually it was the first case only.
    When i created the new user id and checked i realized that its working fine and there was
    some mistake while checking previously.
    Anyways thanks for ur reply.

  • BOR Objects in ABAP OO class

    Hi
              I am using a BOR objects, but in one of my activity I am trying to use a Z class. In the method of the Z class I want to get some of the attributes of the BOR class.
    I have followed the same approach ( Defining constant ) as mentioned in the blog by Jocelyn Dart.
    I am able to get the Binding in the workflow but not able to get the attribute value or instantiated object in the method.
    How do I get those attributes or the instance of the BOR object in the method. Am I missing something?
    Thanks
    Dhaval

    Hi
               Well I wanted to achieve something as follows:
    1) The workflow was getting triggered from an Event of the BOR. So the binding was from the event to the workflow
    2) Now the second step in the workflow was a method of a Zclass in the workflow. Somehow I was not getting the key of the BOR to the class so that the class can be instiated. ( Say the PR number or PO number which triggered the event)
    I am able to do it using static attribute of the class to instiate the class. I do know whether the approach is right, but somehow it resolved my issue.
    1) I declared a static attribute in the class.
    2) Defined a container and hold the value in the container from the event object id. ( This holds the PO number which triggered the workflow )
    3) In the binding between the workflow and the task where my class was used, I passed the container to the static attribute of the class.
    4) In the class method  FIND_BY_LPOR, I used the static attirbue instead of LPOR-INSTID to create the object.
    Thanks for you help.
    Regards
    Dhaval

  • How to create an inbox item with attached BOR object?

    Dear Colleagues,
    Does anyone of you know a simple way to create inbox items for a user?
    I would like to use the inbox for notifying users and attach a BOR object to the message as attachment. Is there a good and plain way to do that?
    It would also be good, to be able to do the determination of the receiver by a customizable responsibility or something similar, so that it is not hard-linked to SAP user accounts.
    Does anyone of you know a solution for this, that is not too complicated?
    Also I read that in the future notifications should be usable in the UWL (Universal Work List).
    I did not find anything but marketing material on UWL and I would not be terribly happy to set up a portal just for sending simple notifications/work items to people. Does anyone have a clue on how to accomplish this?
    That would be wonderful, thank you.
    Regards
    Christian

    Dear Scott,
    Thank you for this hint, the function looks promising.
    Is there a way to specify a receiver group and a text for the text part of the message?
    There is a Parameter called RECTYPE, which is expected to contain a "task id". The text seems to be derived in some way from the object type. Do you know any documentation or sample where this is used?
    How do I specify the recipient and the message subject and text?
    Concerning a single-step workflow: I don't know what the advantages/disadvantages are. The system receives a message or discovers a problem and wants to inform the related user.
    A simple workflow should be possible, but I have no idea what that means in terms of complexity for implementation and customizing.
    Sorry for so many questions and thank you.
    Christian

  • Report on standard ODS object  and transactional ODS object

    hi gurus
    i have an infoset which is built on two transactional ODS objects and one standard ODS object which gets the data on regulr schedule. the transactional ODS obejcts get the user entered data.
    when i query on the infoset, i am getting the data. and when i query on the standard ODS object i am getting the data. but when i am trying to create a query on the combination of the Infoset and the ODS object i am not getting the data.
    is there any way to generate report on the standard ods object and Infoset from transactional ods objects.
    your help will be greatly appreciated.
    thanks in advance
    vijaykumar

    Hello ViJaY,
    how r u ?
    Try creating a MultiProvider with the Standard ODS and InfoSet.
    Best Regards....
    Sankar Kumar

  • How to call a standard BOR method in a program.

    Hi All,
    How to call a standard BOR method in a program. For example I have to call BOR method ISUSMORDER.Release in my program but don't know how to call.
    Also, plz tell me how to capture the Exceptions in case of BOR method.
    Plz help me out in this.
    Thanks,
    Mithilesh

    Would be easier (however not always possible), to determine the functionality of this method and call that in your program. I mean, normally this method calls a BAPI, or function module (or a transaction). Have a look at the coding inside of the method, and try and use this.

Maybe you are looking for

  • Why are my fonts and font sizes completely haywire in 6.0.1?

    I have never has issues with fonts and Firefox. I upgraded to 6.0 two days ago and everything turned to Arial Narrow. Fonts were smaller, fonts are mismatched on pages and look strange. I tried changing the options and setting minimum font sizes and

  • Wine Doesn't Compile [SOLVED]

    Normally I would have stuck with Wine 1.1.11 in the official repository, but I want to try the stable version. However, whenever I try to compile ANY version of wine, it says that gcc failed and that it could not compile the dlls... Last edited by Sh

  • Automate import to iphoto naming the event.

    Hi every one. I can automate any new photos i put into my "photos" folder so that they import straight into iphoto fine. The only problem is that when it imports them it creates an unnamed folder or "event" instead of a named event. The example is. T

  • Import or embedded import? What do you think is better?

    Hi Guys, I was thinking about how compilers work and this question came up to my mind. I f I need a class in my program, I can either import that class in the beginning of the program: Ex. import java.util.ArrayList and then use ArrayList. Or write t

  • Can I revert to Snow Leopard? Lion took my Office

    I have two Macs - one an iMac, the other a laptop MacBook Pro. Both came with and run well on Snow Leopard 10.6.6 I downloaded OS X Lion for the laptop and lost my Office 2004 and Parallels 6. Can I revert to a Backup from pre-Lion?  Do I need to do