cancel
Showing results for 
Search instead for 
Did you mean: 

adding a Custom field in SRM Vendor Master

Former Member
0 Kudos

Hi,

I have a requirement for adding a custom field and a check box in SRM Vendor master.Please let me know how to achieve it.

Regards,

Zameera.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please go to the SRM vendor master table and find out the table name

give the custom field to add in this table to your SAP ABAP .Please give the Functional specification to your

ABAP team they will do the same

Regards

G.Ganesh Kumar

Answers (3)

Answers (3)

Former Member
0 Kudos

Issue resolved

Former Member
0 Kudos

Hi Zameera

I have the same requirement now and I tried all the steps in the Transaction EEWB.

Could you please help me in understanding how can I add a new field in the VENDOR MASTER details on the portal by explaining what you did?

I have tried the following things:

1. Added a field into the custom include of structure INCL_EEW_BUT000 and INCL_EEW_BUT000 _X. But it did not work.

2. I then added an entry into INCL_EEW_PD_HEADER_CSF_SC as well.. but it did not work.

3. Created a new Porject but it threw the same error as you got.

Which BADI is to be coded? BBP_BUPA_GET_CUF or BBP_CUF_2 badi?

Please respond ASAP. Thanks in anticipation

BR

Jerry

Former Member
0 Kudos

Hi Zameera

I have the same requirement now and I tried all the steps in the Transaction EEWB.

Could you please help me in understanding how can I add a new field in the VENDOR MASTER details on the portal by explaining what you did?

I have tried the following things:

1. Added a field into the custom include of structure INCL_EEW_BUT000 and INCL_EEW_BUT000 _X. But it did not work.

2. I then added an entry into INCL_EEW_PD_HEADER_CSF_SC as well.. but it did not work.

3. Created a new Porject but it threw the same error as you got.

Which BADI is to be coded? BBP_BUPA_GET_CUF or BBP_CUF_2 badi?

Please respond ASAP. Thanks in anticipation

BR

Jerry

Former Member
0 Kudos

Hi Zameera.

A easier way of doing this can be by using EEWB transaction.

Try using this the badi BADI BBP_BUPA_GET_CUF for activation of cuf fields.

Regards

Bidyut

Former Member
0 Kudos

Hi,

Thanks for your reply,I tried to add a custom field by EEWB,created a project,created a extension,but while saving it am getting an error as "BDT-DC is not prepared for this application".

Any inputs,appreciate your help.

Regards,

Zameera.

Former Member
0 Kudos

I have added the custom field.

Thanks for all your help.Issue is resolved.

Regards,

Zameera.

Former Member
0 Kudos

Hi,

See this thread:

For custom fields for vendor master,you can use the BADI's BBP_GET_VMDATA_CF(In SRM) and BAdI BBP_MAP_VMDATA_CF (In R/3).

Other related links:

http://www.sapdevelopment.co.uk/enhance/bdt/bdthome.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/2f/696d360856e808e10000009b38f839/content.htm

Look for the OSS Note for more details.

Note 675800 - Business partner enhancement SRM on maintenance screen

BR,

Deepti.