cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help and drop down menu to Customer fields in Manage business partner

Former Member
0 Kudos

Hi,

I have added a Custom table to the Vendor data tab in Manage Buisness partner in EBP, using EEWB, and all the fields are showing up as well as the data is getting edited and saved.

But my query is how do i show F4 help ( CALENDER) for a 'DATE' field , and drop down menu for a 'STATUS' field.

Quick response would be really helpful to me..

Regards,

Goutam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

<u>For Customer fields, Drop-down can be possible, only if you maintain values at the Domain level as Fixed values.</u>

<u>For Customer fields, Date field will not show calender in the HTML Templates in the Web page. Only possible in SAP GUI logon.</u>

<u><b>See these related SAP OSS Notes.</b></u>

Note 675800 - Business partner enhancement SRM on maintenance screen

<u>Other Related Notes</u>

937838 - Customer fields on BBPMAININT: Dump on Vendor Data tab

821235 - Customer enhancement for maintaining BP causes errors

672960 - User-defined fields 2

494966 - Composite SAP Note for Easy Enhancement Workbench (EEW)

484597 - Customer enhancement of CRM applications

937838 Customer fields on BBPMAININT: Dump on Vendor Data tab

853818 DLA: Error messages in BBPMAININT not displayed

847618 DLA: IBU data not displayed 14.10.2005

821235 Customer enhancement for maintaining BP causes errors

Hope this will help.

Regards

- Atul

Former Member
0 Kudos

Hi,

I am using SRM 5.0,

I have already maintained the values at Domain level as Fixed values.

Its actually a Z-table that I am showing up. I need the drop down values...for one of the fields.

and for the other field I need a 'Date' help.

Regards,

Goutam

Former Member
0 Kudos

Hi

As I told you earlier, Not possible to display calendar for Date field in the Web page.

Incase Fixed values are maintianed for a single customer field, then it must display drop-down list functionality.

Regards

- Atul

Former Member
0 Kudos

Hi ,

I have put the fixed values in the domain for the field STATUS in the Z-table, but still the drop down menu is not functioning, whereas if the fixed values are maintained for the fields in the CUstomer include for BUT000 table, it shows up as a drop down menu on the ITS screens.

Regards,

Goutam

Former Member
0 Kudos

Hi

How many fixed-values entries (in the Domain of this field STATUS ) - exist in this case of the your Customer field - STATUS ? More than 100 entries or how much ?

<u>To define user-defined fields in the partner master record, use structure CI_EEW_BUT000. This Include is attached to structure BUT000. Before you can use this Include, you have to create it first, if necessary. Additional steps that are required to display the user-defined fields on the partner screen are described in a separate note. [ Refer SAP OSS Note - 672960 for more details.]</u>

Hope this will help.

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Thnx for ur patience,,

But the issue I am facing is that, when fixed values are maintained for the fields in the CI for BUT000 table, then we have a drop-down menu in EBP,

But If i do maintain the fixed values for the fields in a Z- customer table in EBP, which is used by the Z-implemntation --ZBBP_BUPA_GET_CUF, then the drop down menu is not showing up in EBP.

I hope u r getting me.....Just cant see whats the problem..

Regards,

Goutam

Former Member
0 Kudos

Hi

What is happening in this Z Implementation case ? A new page opens up in this case for search help ?? Or something else ?

Please paste the Z Implementation code here as well for better analysis.

Regards

- Atul

Former Member
0 Kudos

This Z-implmenttaion is a implementation mentioned in SAP note-<b>675800</b>,

for 'Vendor data' tab in Manage business partner in EBP.

In this case the method <b>GET_CUF</b> would get the data form a Z-table which has fields

:STATUS( <b>Active /Inactive</b> ) to be shown as dropdown menu in EBP.

and INACTIVE DATE,(<b>which has to have a calender functionality</b> ).

I need to use <b>SET_CUF</b> method to save data in this Ztable.

The issue is I am not getting the drop-down menu, even after maintaining fixed values (Active / Inactive) for STATUS field.

Goutam