cancel
Showing results for 
Search instead for 
Did you mean: 

Special function Output type failing

Former Member
0 Kudos

Hi,

I configured a special function output type and set the dispatch time to 4. The output includes a custom program that executes a function module to create reservation. Its created in Form entry. However its failing to output when I save my order. Am I missing something? Can we not use submit programs with special function output types or dispatch time of 4?

Accepted Solutions (0)

Answers (2)

Answers (2)

ian_kehoe
Active Participant
0 Kudos

Hello Carrie,

OSS note 191470 has helped other customers that received this update termination.

I hope this helps.

Best regards,

Ian Kehoe

Former Member
0 Kudos

No. the OSS note doesn't help. I think the issue is with using dispatch time 4 instead of 1 for special function or maybe in the program code that I have:

FORM ENTRY USING RETURN_CODE TYPE I

US_SCREEN TYPE C.

DATA: L_VBELN LIKE VBAK-VBELN,

L_RSNUM LIKE RESB-RSNUM,

L_SUBRC LIKE SY-SUBRC.

CLEAR RETCODE.

if nast-objky is not initial.

l_vbeln = nast-objky.

CALL FUNCTION 'ZSD_RESERVATION_CREATE'

EXPORTING

VBELN = L_VBELN

IMPORTING

RSNUM = L_RSNUM

SUBRC = L_SUBRC.

else.

retcode = 1.

endif.

IF RETCODE NE 0.

RETURN_CODE = 1.

ELSE.

RETURN_CODE = 0.

ENDIF.

ENDFORM.

former_member200874
Participant
0 Kudos

Hi Carrie,

Were you able to solve this error. We are facing similar issue. Please reply.

Regards,

J B Terala.

Former Member
0 Kudos

Hi Carrie,

what´s the error message?

Thanks and regards,

Zuzana

Former Member
0 Kudos

Here's the message I get and the output doesn't get added:

Update was terminated

System ID.... ERD

Client....... 160

Transaction.. VA02

Update key... 1B5D78DE3AA6F1ECBAD30015C5F7DD8A

Generated.... 24.07.2009, 09:20:57

Completed.... 24.07.2009, 09:21:03

Error Info... 00 671: ABAP/4 processor: COMMIT_IN_POSTING