Hello all!
I've developed a new substitution exit at OBBH named UFOR. This exit should be responsible for concatenating the vendor name (LFA1-NAME1) into the item text data for the BSEG records (BSEG-SGTXT) concerning that invoice.
The condition for these substitutions are:
BKPF-BLART = 'RE' AND BKPF-AWTYP = 'RMRP' AND BKPF-TCODE = 'MIRO' AND BKPF-PPNAM = '' AND BSEG-HKONT <> '212101' AND BKPF-BUKRS = '1000'
Problem is, the invoices are processed via BAPI, using the function BAPI_INCOMINGINVOICE_PARK via NetWeaver portal.
My doubt is: When this calling happens, the process will also execute the substitutions, or will just ignore them? The UFOR exit will be called?
Thanks in advance!
Regards.