Register Login

J_1IG_INV gives dump for FM J_1IG_GET_PLANT_DETAILS

Updated May 18, 2018

When implementing T-Code J_1IG_INV, a runtime error CALL_FUNCTION_CONFLICT_TYPE occurs. It show that the call to the function module "J_1IG_GET_PLANT_DETAILS" is incorrect.s

The issue can be regenerated by following:

  • First implement SAP document 2416018 and 2428495 which is relevant for GST STO.
  • Now execute t-code J_1IG_INV.
  • A runtime error CALL_FUNCTION_CONFLICT_TYPE is thrown.

SOLUTION

The error you are facing is caused due to incorrect import and export parameters type defined.

Therefore in order to resolve this issue please do the following:

  • In order to import parameter IM_DWEW, please change the associated field type to DWEW_D.

  • In order to export parameter EX_DEPARTMENT, please change the associated field type to J_1BDEPARTC_.


×