Hi experts,
I'm working with an MDG system (only MDG-S) connected to an SAP ECC separated system (Flex option).
I need to perform the same checks on MDG Change Request that now are performed on BP transaction on the ECC system and I'm trying to do it with an implementation of USMD_RULE_SERVICE badi, using the CHECK_ENTITY method.
I need to check the Change Request values using some RFC functions published by the ECC system, because there are many Z tables and developments that can't be moved to MDG, but I can't find the way to map the Change Request fields to the structures needed by the RFC functions.
As an example, here is a RFC function signature:
FUNCTION zmfmdg_bp_event_dchck_lzbkz.
*"----------------------------------------------------------------------
*"*"Interfase local
*" IMPORTING
*" VALUE(I_LIFNR) TYPE LIFNR
*" VALUE(I_BUKRS) TYPE BUKRS
*" VALUE(I_COUNTRY) TYPE LAND1
*" VALUE(I_RLTYP) TYPE RLTYP
*" EXPORTING
*" VALUE(O_RETURN) TYPE BAPIRET2
*" TABLES
*" T_LFB1 STRUCTURE LFB1
How can I use these RFC functions?
Thanks in advance,
Jordi