Application Development 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: 

how to extend the BP List

Former Member
0 Kudos

Hi Friends,

Please let me know how to extend the List view 100 to more in transaction BP.

Regards

Ricky

2 REPLIES 2

Former Member
0 Kudos

I can acheive this through one of Implicit Enhancement . I am not aware about any other way.If you guys find the same,please let me know.

Regards

Rick

0 Kudos

hi frnd....

u can use this code once

CALL FUNCTION 'BAPI_BUPA_ROLE_ADD_2'

EXPORTING

businesspartner = customer_data-partner

  • BUSINESSPARTNERROLECATEGORY =

  • ALL_BUSINESSPARTNERROLES = ' '

businesspartnerrole = <wg_part_grp05-partnrole>

  • DIFFERENTIATIONTYPEVALUE =

  • VALIDFROMDATE =

  • VALIDUNTILDATE = '99991231'

TABLES

return = tbl_return.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

EXPORTING

wait = c_wait

IMPORTING

return = tbl_return.

I have tried.....its working for both standard roles and also for custome roles