Read Long Text In SAP ABAP Programming Langauge

data: it_lines like tline occurs 0 with header line.
    CALL FUNCTION 'READ_TEXT'
         EXPORTING
              CLIENT                  = SY-MANDT
              ID                      = 'Z056'
              LANGUAGE                = 'E'
              NAME                    = L_NAME
              OBJECT                  = 'VBBP'
         TABLES
              LINES                   = IT_LINES
        EXCEPTIONS
             ID                      = 1
             LANGUAGE                = 2
             NAME                    = 3
             NOT_FOUND               = 4
             OBJECT                  = 5
             REFERENCE_CHECK         = 6
             WRONG_ACCESS_TO_ARCHIVE = 7
             OTHERS                  = 8


Please support my work

Comments

Post a Comment

Popular posts from this blog

all user exit mv45afzz (implicit user exit )

How to Give Dropdown in alv report in sap abap programming Language

Long Text in input and output field in module pool