thespot4sap.com independent sap information
 

get SAP Access - pay monthly

SAP Tutorials    Online SAP Training    SAP CBT's    SAP Forums    SAP Articles    SAP Jobs    SAP Resumes
  SAP Access    SAP Blogs    SAP Books     Links     SAP Vendor Directory     Submit Content    Search
Previous posts in SAP ABAP
Page 5245 of 5660

EDITOR-CALL statement to show internal table as editor in ABAP/4

Blogger : howforge.com - Share Know-How
All posts : All posts by howforge.com - Share Know-How
Category : SAP ABAP
Blogged date : 2006 Feb 10

You can show the value of internal table as editor in ABAP/4 editor and you can modify data too by applying EDITOR-CALL statement.

Example

DATA: BEGIN OF itab occurs 0,
        text(100),
      END OF itab.
INITIALIZATION.
  itab-text = ’Line1: ’.
  APPEND itab.
  itab-text = ’Line2: ’.
  APPEND itab.
  itab-text = ’Line3: ’.
  APPEND itab.
  itab-text = ’Line4: ’.
  APPEND itab.
START-OF-SELECTION.
  EDITOR-CALL FOR itab TITLE ’Testing EDITOR-CALL for internal table’.
  LOOP AT itab.
    WRITE:/ itab-text.
  ENDLOOP.

read more


Read comments or post a reply to : EDITOR-CALL statement to show internal table as editor in ABAP/4
Page 5245 of 5660

Newest posts
New Page 1

 

 

About Us   Contact Us   Privacy   Disclaimer   Feedback   Email Discussion   Newsletter  

Copyright © - Independent SAP Information
Learn XML, Guesthouses and B&B's