‎2007 Oct 18 5:06 PM
Help!
I am never use DMEE, but i do it with difficult!!!
I have also two problem:
I must take de adress and i have in filed FPAYHX-ADRNR a number of adress.
Also i want to use a user exit Z_DMEE_EXIT_ADRESS (copy of DMEE_EXIT_TEMPLATE) with this code
_________
FUNCTION Z_DMEE_EXIT_ADRESS.
*"----
""Local Interface:
*" IMPORTING
*" VALUE(I_TREE_TYPE) TYPE DMEE_TREETYPE
*" VALUE(I_TREE_ID) TYPE DMEE_TREEID
*" VALUE(I_ITEM)
*" VALUE(I_PARAM)
*" VALUE(I_UPARAM)
*" EXPORTING
*" REFERENCE(O_VALUE)
*" REFERENCE(C_VALUE)
*" REFERENCE(N_VALUE)
*" REFERENCE(P_VALUE)
*" TABLES
*" I_TAB
*"----
Template function module --------------------------------------------*
DATA: POST_CODE1(10).
DATA: STREET(60).
SELECT STREET
INTO O_VALUE
FROM ADRC
WHERE ADDRNUMBER = '0000022511'.
ENDSELECT.
ENDFUNCTION.
_____________________
but IT's NO OK!!!!!
THE second Problem it's about the Aggregation
I want to have the number of lines in the file?
Thanks
‎2007 Oct 29 12:54 PM
Thank you guys my problem is solved. Lets start solving others.
‎2008 Sep 22 5:01 PM
‎2011 Jul 08 10:04 PM
Hello Master SAP,
Im facing with the same problem as the first one, meaning that my address field (FPAYHX-ADRNR) retrieve the address internal code used by SAP instead of the real address. So i retrieve a code in my XML file and i dont know what to do with it...i need the address of the payer, meaning my company code address and not that SAP internal code...
Does anyone know how to deal with it? can we convert the code to retrieve the address?
Thanks a lot for your help
‎2011 Jul 25 4:20 PM
Does anyone can help me? Im still facing the same issue with the address displayed with the internal SAP code instead of the vendor address...
Thanks for your help!!