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: 

Exception in RH_INSERT_INFTY

Former Member
0 Kudos

Hi All,

The following error message is being displayed when trying to create a

relationship entry for infotype 1001 using function module

RH_INSERT_INFTY in production enviroment

SF616: Object ZAUTO_MATERIAL of class RE and language EN does not exist.

This message has come up as result of an

exception 'error_during_insert' for the function module

RH_INSERT_INFTY. This function module is being called in the custom

program ZAUTO_MATERIAL.

This error only comes up in production client.

The function module RH_INSERT_INFTY updates the infotype 1001 in

development and QA system.

Steps that lead to the error.

In TCODE: PIQSC. Change the infotype 1000 for the object 742(OBJID).

The following message is displayed.

SF616: Object ZAUTO_MATERIAL of class RE and language EN does not exist.

The implementation where the error message occurs:

When an object is created/changed in campus using TCODE PIQSC/PIQSM the

badi enhancement ZBADI_INFTY(implementation of BADI definition

HRBAS00INFTY) will create/change a material in MM. The enhancement will

also create an entry in infotype 1001 through the program

ZAUTO_MATERIAL. The program ZAUTO_MATERIAL will call the functin module

RH_INSERT_INFTY to create entry in infotype 1001 for the object.

Thanks,

Chamu

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

looks like a Problem with the custom function module ZAUTO_MATERIAL & not RH_INSERT_INFTY.. try if you can test ZAUTO_MATERIAL via SE37 in your Production system.. may be the function was not transported correctly from QA..

~Suresh