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

Search help for SO partner function

Former Member
0 Likes
815

Hi All

I need to change the search help DEBI such like that when the user press F4 it gives all the data( means no need to put the slection parameter value) at present selection paramenter is sales org, DC,Div, Sold to part partner function.First four I am ble to make default or from sales order but do not know how to capture partner function value as per partner in Header( being multiple partners).

Second issue is can we control the various tab to appear as per sales org.i.e. particular tab should appear for particualr sales org or company code.

Thanks in advance for the solutions

Manoj

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
533

Hi,

Try use search help exit within DEBI . You need to change SAP standard for this

Search this forum with keyword "search help exit" you can find lot thread related to this.

aRs

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
534

Hi,

Try use search help exit within DEBI . You need to change SAP standard for this

Search this forum with keyword "search help exit" you can find lot thread related to this.

aRs

Read only

former_member183879
Active Contributor
0 Likes
533

Hi Manoj

For a sales org you can find its partners in VBPA table, the join is VBAK-VBELN = VBPA-VBELN. If you want to get the partners at item level then

VBAK-VBELN=VBPA-VBELN adn VBAP-POSNR=VBPA-POSNR where VBAK-VBELN=VBAP-VBELN

To control the various tabs using sales org, you need to find out the correct user exit. If it is irrespective of sales org but just controlling teh general display, then it is configuration and a Functional Consultant can do it for you.

Hope this helps you

Reward if it helps.