cancel
Showing results for 
Search instead for 
Did you mean: 

BP Transaction-Need to add a field to output

Former Member
0 Kudos

Hello All,

My question is about BADI's / exits related to BP's.I'm new to BP's and would like to know more about transaction BP.

When this transaction is run with Find : Business Partner and then Start, it retrieves a table/alv with the BP details- Description, Firstname and Lastname.

I've now got to add a field to this output and include traffic lights to indicate a status.

My question is

-Can this be done. If so, which is the BADI or user exit that has to be modified in order to add a field. I've tried debugging it, but apparently cant reach the right module.

Are there sample programs indicating how this is done?

Any help is much appreciated. Point will be awarded for suggestions.

I'm hoping I've posted this in the right forum. Else, kindly ignore and inform me as to where's more appropriate to post.

Thanks in advance.

Preethi

Accepted Solutions (1)

Accepted Solutions (1)

singhsmi
Advisor
Advisor
0 Kudos

Hi,

I think you need to enhance the structure BUS_RESULT_TC with the fields you want to display.

This structure used while displaying in alv.

For debugging, you can chcek the methods of class CL_BUPA_DIALOG_SEARCHER.

Smita.

Former Member
0 Kudos

Thanks Smita...This seems helpful..

Former Member
0 Kudos

Dear preethi;

Yoiu can try from SPRO == Cross-Application Component=== SAP Business Partner === Settings for Field Groupings === Field groupings per Role. Here you can define what are the fileds should appear in BP master.

Regards

Shahul

Former Member
0 Kudos

HI,Smita Singh

i have found the structure 'BUS_RESULT_TC',and enhanced it ,but in standard program , i have not found anything exit or BADI i can use to append data .

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Preethi,

Check on Application Help -> SAP Business Partner (SAP BP) -> Business Data Toolset

You can also check tcode BUPT for all about BDT and screen configuration in BP.

Hope this helps,

Gun.