cancel
Showing results for 
Search instead for 
Did you mean: 

Error in output type assignment - Processing routine doesn't exist.

Former Member
0 Kudos

hi i have configured the required details in NACE for output types.

when i try to assign output type in message tab for ourchase order. i get the following message

Processing routine ENTRY_NEU in program ZMM_RP_PURORD_AT does not exist

i have cleared the return code which is used in form ENTRY_NEU. then the output type was processed successfully but if i click on processed logs it says that no processed. but with the error message i could see the processed logs. now i want the output type to be processed succsessfully and want to see the processed logs. i know that there is some problem with the clearing of return code. can some one guide me on using of the retuen code??

Any pointers would be highly appreciated..

Regads,

Sreekanth.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

not required.

Former Member
0 Kudos

hi srikanth,

Processing routine ENTRY_NEU in program ZMM_RP_PURORD_AT does not exist

i think you deleted r commented the form routine ENTRY_NEU. if ur commented uncomment the code and check.

if u hav ethe sriver program which was not changed soecify that

Former Member
0 Kudos

Hi,

Refer the below code.

FORM ENTRY_NEU USING return_code us_screen.

clear return_code.

perform get_data.

PERFORM processing.

ENDFORM.