Ansicht
Dokumentation

RJGEDIT - Edit Transferred String Using Preset Lines and Columns

RJGEDIT - Edit Transferred String Using Preset Lines and Columns

General Data in Customer Master   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Description

This report provides an editor with a variable number and length of lines in which a transferred string can be edited. These variable dimensions can be set up using the following commands:
- NEW_PAGE LINES LINES_SIZE. "dyn. col. number
- DO LINE_COUNT TIMES. "dyn. line number
WRITE:/ FIELD INPUT.
ENDDO.

An important command is 'WRITE:/___ INPUT.' - this is used to edit strings.

The string is placed in the editor in the sequence 'editor generate'. It is then read line by line to an internal table, SCREEN_LINE, the lines in which are displayed on screen by the command WRITE INPUT.

Once the user command 'Copy' has been selected, the changed lines in the editor are imported back to the internal table SCREEN_LINE. The changed string is then taken from the internal table, which takes place in the 'exporting' sequence.

Requirements

According to ABAP/4 restrictions, a string in an editor is limited to a line length of 256 characters.






CPI1466 during Backup   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1160 Date: 20240520 Time: 084503     sap01-206 ( 24 ms )