Application Development and Automation 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: 
Read only

Additional fields on relationship BP T-code

lukasz_dippel
Participant
0 Likes
5,558

Hello .

I managed to add some custom fields on BP main screens , however I can not do this at relationship.
I've created a screen, view, field group, fields... assigned each one to one another, but nothing shows.

Thank you.

8 REPLIES 8
Read only

Gourab_Dey
Product and Topic Expert
Product and Topic Expert
0 Likes
5,161

What are field you have added? Can you share a screenshot what field you have addedd. Also, can you share your exact requirement, so that alternate workaround can be planned.

Read only

Gourab_Dey
Product and Topic Expert
Product and Topic Expert
0 Likes
5,159

I found this BADI in SPRO. Can you check whether it's helpful for you.

I also found below thread, please check if its helpful.

https://answers.sap.com/questions/1283458/bp-relationship-but050.html

Thanks,

Gourab

Read only

Gourab_Dey
Product and Topic Expert
Product and Topic Expert
Read only

lukasz_dippel
Participant
0 Likes
5,159

In "general data" section I added the tab "additional data" wit it's View and fields.

I would like to do the same at "relationship" section. Or at least add some new fields to existing screen (no new tab is required).

Read only

lukasz_dippel
Participant
5,159

Hi gdey.sapabap,

The link you've attached was partly helpful (thank you) . It says: "If you want to add fields from the database tables BUT000, BUT050 or BUT051 to the relationship overview, you only need to add the fields with the same name to the structure BURS_JOEL_OVR_EXT. A BAdI implementation is not necessary in this case." - this is my case. I managed to add my fields to ALV, however I still see no way to show these on the screen so I could populate these with data.

I think it must be something with T-code BUPT -> Business Partner Relationships -> Control -> Screen Layout. But as for now t doesn't work.

Łukasz.

Read only

Gourab_Dey
Product and Topic Expert
Product and Topic Expert
5,159

Ok. I was also checking the community. There is something call EEWB(enhancement workbench), which can be used for enhancing BP. But, not sure whether it will help you to add fields on relationship.

Thanks,
Gourab

Read only

0 Likes
5,159

Hello .

I did this with EEWB. It's a user friendly (next->next ...) wizard. No need to explain. But "Certain settings cannot be made automatically for an extension." -> I had to add the generated views to the V_TBZ9J for the BUR001 Relationship Cat. and finally new tab with custom fields appeared. Please Write your answer with EEWB (not as a comment) so I could accept this answer as correct.

THANK YOU.

Read only

0 Likes
2,999

Hello,
I need similar requirement and also tried by EEWB, although my data are not saved into BUT050 table but into a new generated by EEWB Tcode...   How to pass data from custom screen/view to BUT050 table ? 
Thanks
https://community.sap.com/t5/enterprise-resource-planning-q-a/bp-relationship-enhance-not-saving-dat...