Application Development 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: 

Creating / Changing functional location - Use of BAPI BAPI_FUNCLOC_CHANGE

Former Member
0 Kudos

Hello together,

I want to use function module BAPI_FUNCLOC_CHANGE (resp. BAPI_FUNCLOC_CREATE) for changing not only R/3 standard fields but also customer fields which are contain in customer include CI_IFLOT.

The problem ist that the interface of BAPI_FUNCLOC_CHANGE does not contain customer fields. Is there a possibility to extend the existing interface (structures BAPI_ITOB / BAPI_ITOBX and BAPI_ITOB_FL_ONLY / BAPI_ITOB_FL_ONLYX)? Could I use the customer include CI_IFLOT in BAPI BAPI_FUNCLOC_CREATE or BAPI_FUNCLOC_CHANGE?

Best regards,

Kamen

1 REPLY 1

former_member404244
Active Contributor
0 Kudos

Hi,

I don't think you can enhance the BAPI , basically in order to extend a BAPI we need paramters as EXTENSION_IN,EXTENSION_OUT/..like this.... or EXTENSION1.

But the bapi doesn't seem to have these paramters, moveover i couldn't find any customer exit to populate the newly added fields.

Regards,

Nagaraj