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

Problem with FUBA CONVERSION_EXIT_ABPRJ_OUTPUT

Former Member
0 Likes
995

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 !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
854

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).

.

4 REPLIES 4
Read only

Former Member
0 Likes
855

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).

.

Read only

0 Likes
854

I call the fuba in the same way.

Also

call function 'CONVERSION_EXIT_KONPD_OUTPUT'

exporting

input = pronr

  • IMPORTING

  • OUTPUT = pspid

  • pselt = pspid

Read only

0 Likes
854

You have them commented out. Remove the '*' and you are good to go.

Read only

Former Member
0 Likes
854

Please close the thread if answered.