Skip to Content
0
Feb 18, 2009 at 03:33 PM

Immediate print in Fallback Szenario Customs Management

42 Views

Dear all,

I activated the Fallback Szenario. The message P0080 was determined without any errors. But the message is not executed immediately. In the customizing I changed the processing time in action definition DE_CU_EX_EX_AN_P_SAD2 for Profile DE_CU_EX to "Processing when saving document" but the message was not executed automatically. Do you have an idea what to do? I f I set the processing time to "Immediate processing" I get a short dump before the document is created.

Here the source code where the dump was issued:

call function '/SAPSLL/CUHD_PPF_MEM_TRANS'

exporting

iv_mode = 'I'

importing

et_msg_if = lt_msg_if

es_msg_if_runtime = ls_msg_if_runtime

et_msg_if_runtime = lt_msg_if_runtime

exceptions

invalid_mode = 1

others = 2.

if sy-subrc <> 0 or

lines( lt_msg_if ) = 0.

--> message x000(/sapsll/legal_prn).

endif.

Thanks in advance.

Kind regards

Frank