Application Development and Automation 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: 
Read only

Regarding BAPI "BAPI_FUNCLOC_CHANGE" error

Former Member
0 Likes
995

Hi All,

I have a requirement to update IFLOT table with new 3 custom fields which i have appened in the include CI_IFLOT.

I have copied standard BAPI "BAPI_FUNCLOC_CHANGE" and created custom Function Module "Y_BAPI_FUNCLOC_CHANGE".

Now when I activated the same, i got one error like "Type "ILOX_T_IFLOS" is unknown". I am not getting exactly why this error comes out, please tell me how to remove this error who have already worked on this.

Thanks,

Jay.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

hello,

when you copied BAPI it did not copy global objects. Open BAPI via se37 choose attribute tab strip and double click on Program name SAPL( your BAPI's Function group name) you will find it on the right bottom corner and compare include in this program with the standard BAPI's program. Include missing data and you've got the solution.

P.s. required structure is in top include-> type pool ILOX.

best regards,

dez_

Hi All,

I have a requirement to update IFLOT table with new 3 custom fields which i have appened in the include CI_IFLOT.

I have copied standard BAPI "BAPI_FUNCLOC_CHANGE" and created custom Function Module "Y_BAPI_FUNCLOC_CHANGE".

Now when I activated the same, i got one error like "Type "ILOX_T_IFLOS" is unknown". I am not getting exactly why this error comes out, please tell me how to remove this error who have already worked on this.

Thanks,

Jay.

2 REPLIES 2
Read only

Former Member
0 Likes
740

hello,

when you copied BAPI it did not copy global objects. Open BAPI via se37 choose attribute tab strip and double click on Program name SAPL( your BAPI's Function group name) you will find it on the right bottom corner and compare include in this program with the standard BAPI's program. Include missing data and you've got the solution.

P.s. required structure is in top include-> type pool ILOX.

best regards,

dez_

Read only

0 Likes
739

Hi dez,

Thanks for your reply.

Regards,

Jay.