IBM Support

JR48601: ABAP STAGE DOES NOT HANDLE RFC DESTINATION CREATION ERRORS CORRECTLY

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • ABAP RFC data transfer: when the RFC destination registration
    fails the ABAP stage just continues to wait for data, although
    there is no connection. It should abort instead.
    

Local fix

  • Uncomment lines 568 and 570 in Z_RFC_DS_SERVICE (554 and 555 for
    Z_RFC_DS_SERVICE_CTS) by removing the leading asterisks. The
    code fragment should look like this:
    
       IF SY-SUBRC <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
    

Problem summary

  • ABAP RFC data transfer: when the RFC destination registration
    fails the ABAP stage just continues to wait for data, although
    there is no connection. It should abort instead.
    

Problem conclusion

Temporary fix

  • Uncomment lines 568 and 570 in Z_RFC_DS_SERVICE (554 and 555 for
    Z_RFC_DS_SERVICE_CTS) by removing the leading asterisks. The
    code fragment should look like this:
    
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    

Comments

APAR Information

  • APAR number

    JR48601

  • Reported component name

    IS PACK FOR SAP

  • Reported component ID

    5724Q5500

  • Reported release

    700

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-11-25

  • Closed date

    2013-12-10

  • Last modified date

    2013-12-10

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

  • R700 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSCSRJX","label":"DataStage Pack for SAP R\/3"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
10 December 2013