2022 Sep 08 10:58 AM
Hi,
We need to add the assignment number (ZUONR) to the file used in F110.
I checked in the DMEE transaction but I can't find an equivalent field in the structures (FPAYH, FPAYHX and FPAYP).
Can anyone help me please.
Thanks .
Haythem.
2022 Oct 20 11:04 PM
Hi Selim,
you could copy the function module DMEE_EXIT_TEMPLATE to Z*. There you have the structure i_item.
In i_item you find fpayp.
With BUKRS, BELNR and KOART (K or D) you could do a Select on BSEG and get the ZUONR and store it into C_VALUE.
In your format tree go to your element for ZUONR into the tab source on the right site and enter the newly created exit function.
Thats it.
Good Luck 🙂
2022 Oct 24 3:34 PM
Search online help for "DMEE" "Mapping Outgoing Files" "Exit module"