Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DMEE / Exit function and Aggregation

Former Member
0 Likes
949

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

4 REPLIES 4
Read only

Former Member
0 Likes
720

Thank you guys my problem is solved. Lets start solving others.

Read only

0 Likes
720

how was it solved?

Read only

0 Likes
720

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

Read only

0 Likes
720

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!!