Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2740

Re: Transport Request

$
0
0

GV_SYS ='SED'.

    CALL FUNCTION 'RFC_READ_TABLE' DESTINATION GV_SYS

      EXPORTING

        query_table                = 'E070'

*      DELIMITER                  = ' '

*      NO_DATA                    = ' '

*      ROWSKIPS                   = 0

*      ROWCOUNT                   = 0

      tables

        OPTIONS                    = OPTIONS

        fields                     = FIELDS

        data                       = GT_E070

     EXCEPTIONS

       TABLE_NOT_AVAILABLE        = 1

       TABLE_WITHOUT_DATA         = 2

       OPTION_NOT_VALID           = 3

       FIELD_NOT_VALID            = 4

       NOT_AUTHORIZED             = 5

       DATA_BUFFER_EXCEEDED       = 6

       OTHERS                     = 7

              .

    IF sy-subrc <> 0.

  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

    ENDIF.


GIVING ERROR WITH SY-SUBRC = 7.



Viewing all articles
Browse latest Browse all 2740

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>