cancel
Showing results for 
Search instead for 
Did you mean: 

How to fill values to custom fields created by EEWB

Former Member
0 Kudos

Hi All,

I am working in CRM 5.0,We have extended the BP transaction with two new fields using EEWB transaction.

ZZABC

ZZDEF

Here goes my problem , i wanted to update data to the new fields using FM.

I tried using BUPA_CENTRAL_CHANGE,where i found the structure of the custom fields .But the FM is working for standard fields but not for Custom fields.

Following are the FM generated in EEWB.

ZZG05_BUPA_EVENT_DINP2

ZZG05_BUPA_EVENT_DLVE1

ZZG05_BUPA_EVENT_DSAVB

ZZG05_BUPA_EVENT_ISDST

ZZG05_BUPA_EVENT_ISSTA

ZZG05_BUPA_EVENT_XCHNG

ZZG05_BUPA_PAI_ZG050100

ZZG05_BUPA_PAI_ZG050101

ZZG05_BUPA_PBO_ZG050100

ZZG05_BUPA_PBO_ZG050101

I have tried using the above FM.But didnt work.

Can you please help me how to proceed just to fill values using FM.

Your suggestions will be highly rewarded.

Thanks,

Gayathri.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Gayathri,

I am using the same function module BUPA_CENTRAL_CI_CHANGE to update a business partner. When I run the function module in se37 followed by bapi transaction commit, nothing happens...

I am filling the GUID field with the guid found in BUT000.. Do u have an example on how to get this function working?

best regards B

Former Member
0 Kudos

Hi,

Use the Function Module CRMXIF_PARTNER_SAVE. You can update or create standard and newly created fields(EEWB).

//Bhanu

Former Member
0 Kudos

Hi All,

Sorry to update too late .

I have achieved it thru FM 'BUPA_CENTRAL_CI_CHANGE'.

But anyhow thanks for all ur responses which gave me good insight.

Thanks,

Gayathri.

Former Member
0 Kudos

No Need to code after running the wizard.

After sucessful execution of EEWB you can play with screen config in the AREA MENU code BUPT

Regards,

Shiva Kumar

Former Member
0 Kudos

Hi Shiva,

Thanks for your response.

I have specified the FM that are generated while creating the fields, where i dnt find any update or delete.

Further can u explain "you can play with screen config in the AREA MENU code BUPT".

My requirement is to upload data to those fields through pgm for one time.

Thanks,

Gayathri.

Former Member
0 Kudos

Using this FM ZZG05_BUPA_EVENT_DSAVB it will update your custom fields.

If you go to BUS7 t-code u will get to the events and their role for updating , changing , Instalization ...etc....

Regards,

Shiva

Former Member
0 Kudos

As per my knowledge:

When we are adding new fields through EEWB.

It will create all the function modules required for update and insert.

I worked in this area, When u run the wizard It will creates the FM and BADI's all things.

Regards,

Shiva Kumar