Hi,
I would like to add a editable field to bol object BuilRelationship . Thought of adding the field through AET , but there is only BUT000 table in the sub object list and no BuilRelationship in context node . How to add the field to the relationship structure CRMT_BUPA_IL_RELATION ?
Any pointers how to get BUT050 table or Relationship object through AET ?
Regards,
Nithish
Just enhance the structure CRMT_BUPA_IL_RELA by an customer append. Or create a new on in your namespace and customize this new structure in: SM30: CRMV_OBJ_BUIL.
After that you should adapt the handler class as well.
br
Jürgen
Use TA CRMC_BUIL.
Hi Juergen,
Thanks for your reply . I also need that new field for reporting .So rather than enhancing the standard structure directly by an customer append , I am trying to use AET which have an option for reporting while creation of the field.
Regards,
Nithish
Hi Nithish,
If you want to add a field at partner level, You should have to select BTPARTNER while creation of field through AET.
If you select that object, it will automatically append to relevant structers.
For finding Relationship objects you could use GENIL_MODEL_BROWSER or GENIL_BOL_BROWSER T.code's.
I guess,,, this information would helps you.
Cheers,
Anil.
Hi Anil,
While trying to add a new field in view BP_DATA/AccountRelationshipsEF through AET , I could see a first pop up stating to select an object (ACCOUNT, CONTACT, EMPLOYEE) . If I select any one of the objects , the next pop up asks me to choose the part of BO where I can see only BUT000 as a sub object and context node as BuilHeader .
Is there any other way where I can get BTPARTNER object as you mentioned in the pop up while selecting objects for AET ?
Regards,
Nithish
Hi Nitish,
If you append a strucutre to CRMT_BUPA_IL_RELA the appended structure becomes part of the BOL entity BuilRelationship. You can use the relation BuilrelationshipRel of BOL object BuilHeader to access the data and use for reporting.
Regards,
Sayan
Hi Sayan,
I can append a structure with a custom field to BuilRelationship structure CRMT_BUPA_IL_RELATION . Its an editable field and how to save the data , as this field will not be present in any of database tables( not in BUT050).
Regards,
Nithish
EEBW is the best option to enhance BUPR objects.