Skip to Content
0
Former Member
Aug 23, 2006 at 11:59 AM

Exception in RH_INSERT_INFTY

174 Views

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