2006 Jun 16 5:10 PM
Hi all
I want to use the Fuba Problem with FUBA CONVERSION_EXIT_ABPRJ_OUTPUT
for the Pronr convertion, but it does'nt work.
The result is in the Testmodus SE37 / Pf8 ok, but wenn i use the FUBA in the Programm - Funktionparameter Output is not avalibel.
Thanks for response !
2006 Jun 16 5:26 PM
What do you mean by 'output is not available'? Are you calling it like below?
call function 'CONVERSION_EXIT_ABPRJ_OUTPUT'
EXPORTING
input = my_input
IMPORTING
output = my_output. (type PS_PSPID).
.
Hi all
I want to use the Fuba Problem with FUBA CONVERSION_EXIT_ABPRJ_OUTPUT
for the Pronr convertion, but it does'nt work.
The result is in the Testmodus SE37 / Pf8 ok, but wenn i use the FUBA in the Programm - Funktionparameter Output is not avalibel.
Thanks for response !
2006 Jun 16 5:26 PM
What do you mean by 'output is not available'? Are you calling it like below?
call function 'CONVERSION_EXIT_ABPRJ_OUTPUT'
EXPORTING
input = my_input
IMPORTING
output = my_output. (type PS_PSPID).
.
2006 Jun 16 5:29 PM
I call the fuba in the same way.
Also
call function 'CONVERSION_EXIT_KONPD_OUTPUT'
exporting
input = pronr
IMPORTING
OUTPUT = pspid
pselt = pspid
2006 Jun 16 5:49 PM
You have them commented out. Remove the '*' and you are good to go.
2006 Jun 16 7:28 PM