cancel
Showing results for 
Search instead for 
Did you mean: 

Howto access EEWB-generated fields (in ABAP)

Former Member
0 Kudos

Hi all,

I have successfully used EEWB to extend the business partner object by some custom fields. I can also read and save values to this fields using the corresponding standard transactions. But: How can I access (read and write) to these new fields in ABAP? I mean, does the EEWB automatically create appropriate function modules, or do I have to access them directly via SQL for myself?

Thanks in advance for your help!

Kind regards, Matthias

Accepted Solutions (1)

Accepted Solutions (1)

sudheer-tammana
Advisor
Advisor
0 Kudos

Hello Matthias,

EEWB doesn't generate these function modules.

But in this case, as it is business partner object, following function moduels:

BUPA_CENTRAL_EXTINCL_CHANGE, BUPA_CENTRAL_CI_CHANGE can be used.

Note that an external commit is needed to put the data in the DB.

Hope it helps.

Regards, Sudheer.

Former Member
0 Kudos

Hi Sudheer,

thanks, I think thats exactly what I was searching for.

What are the differences between them both --

For me it seems both are doing the same, don't they?

Kind regards, Matthias

sudheer-tammana
Advisor
Advisor
0 Kudos

Hi,

I too dnt see any differences between these modules. I just see a change in parameters for these both cases. One takes the partner guid and the other takes partner guid as part of a structure. Not sure, technically both look the same

Regards, Sudheer

Answers (0)