SAP EDITOR_CALL Function Module for









EDITOR_CALL is a standard editor call SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for editor call FM, simply by entering the name EDITOR_CALL into the relevant SAP transaction such as SE37 or SE38.

Function Group: EDITOR_START
Program Name: SAPLEDITOR_START
Main Program: SAPLEDITOR_START
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function EDITOR_CALL pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'EDITOR_CALL'"
EXPORTING
* SCRP_EDTR_INTERFACE_FLAG = ' ' "
* KORRNUM_IMPORT = ' ' "
* FUNCTION_GROUP = ' ' "
* FUNCTION_NAME = ' ' "
* TITLE_IMPORT = ' ' "
* TRANSPORT_KEY = ' ' "
* EDITOR_MODE = ' ' "
* CALLBACK_PROGRAM = ' ' "
* CALLBACK_USERCOM = ' ' "Name of a module integrated into navigation
* CALLBACK_SET_PFKEY = ' ' "Name of a module integrated into navigation
* CALLBACK_CHECK = ' ' "Name of a module integrated into navigation
* H_IMPORT = ' ' "
* CALLBACK_SAVE = ' ' "Name of a module integrated into navigation
* CALLBACK_BEFORE_FUNCTION = ' ' "Name of a module integrated into navigation
* CALLBACK_AFTER_FUNCTION = ' ' "Name of a module integrated into navigation
* FIND_LEN = ' ' "
* REPLACE_LEN = ' ' "
* LINETEXT = ' ' "
* STRUCTUR = "Screen fields SAPMSTXP program editor
* TRDIR_IMPORT = ' ' "
* HEADER_PROGRAM = ' ' "
* HEADER_DYNPRO = '0000' "
* DYNPRO_LANGUAGE_IMPORT = ' ' "
* HEADER2_PROGRAM = ' ' "
* HEADER2_DYNPRO = '0000' "
* COMMENT_IGNORE_FLAG = ' ' "
* DYNPRO_IS_GENERATED_IMPORT = ' ' "
* DYNPRO_IS_IN_WA_IMPORT = ' ' "
* DYNPRO_IS_IN_FOREIGN_WA_IMPORT = ' ' "
* WITH_ACTIVE_SOURCES_IMPORT = ' ' "
* STATUS = ' ' "
* LINK_REPID = 'SAPLEDITOR_START' "
* LINK_DYNNR = '3430' "
* DYNPRO_TEXT_IMPORT = ' ' "
* CONTROL_CONTAINER = 'EDITOR' "
* INITIALIZE_EDIT_CONTROL = ' ' "
EDIT_IMPORT = "
* DYNPRO_MOD_IMPORT = ' ' "
* MOTIF_IMPORT = ' ' "
* WITH_NEXT_IMPORT = ' ' "
* EXTEND_MOD_IMPORT = ' ' "

IMPORTING
H_EXPORT = "
KORRNUM_EXPORT = "
XCODE = "
DYNPRO_IS_GENERATED_EXPORT = "
DYNPRO_IS_IN_WA_EXPORT = "
DYNPRO_IS_IN_FOREIGN_WA_EXPORT = "
WITH_ACTIVE_SOURCES_EXPORT = "
DYNPRO_TEXT_EXPORT = "
DYNPRO_LANGUAGE_EXPORT = "
EDIT_EXPORT = "
SAVE_FLAG = "
DYNPRO_MOD_EXPORT = "
DYNPRO_PART = "
WITH_NEXT_EXPORT = "
EXTEND_MOD_EXPORT = "

TABLES
* CONTENT = "ABAP Source Line
* E = "
* F = "
* M = "
* SMODILOG_ABAP = "
* MOD_TAB = "
* LINENUM = "Structure for editor line number table
* LINEINDEX = "
.



IMPORTING Parameters details for EDITOR_CALL

SCRP_EDTR_INTERFACE_FLAG -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

KORRNUM_IMPORT -

Data type: E070-TRKORR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

FUNCTION_GROUP -

Data type: RS38L-AREA
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

FUNCTION_NAME -

Data type: TFDIR-FUNCNAME
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TITLE_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRANSPORT_KEY -

Data type: TRKEY
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EDITOR_MODE -

Data type: EDITORMODE
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_PROGRAM -

Data type: TRDIR-NAME
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_USERCOM - Name of a module integrated into navigation

Data type: RSTXP-TDOBJECT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_SET_PFKEY - Name of a module integrated into navigation

Data type: RSTXP-TDOBJECT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_CHECK - Name of a module integrated into navigation

Data type: RSTXP-TDOBJECT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

H_IMPORT -

Data type: D020S
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_SAVE - Name of a module integrated into navigation

Data type: RSTXP-TDOBJECT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_BEFORE_FUNCTION - Name of a module integrated into navigation

Data type: RSTXP-TDOBJECT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLBACK_AFTER_FUNCTION - Name of a module integrated into navigation

Data type: RSTXP-TDOBJECT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

FIND_LEN -

Data type: SY-FDPOS
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

REPLACE_LEN -

Data type: SY-FDPOS
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

LINETEXT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

STRUCTUR - Screen fields SAPMSTXP program editor

Data type: RSTXP
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRDIR_IMPORT -

Data type: TRDIR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

HEADER_PROGRAM -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

HEADER_DYNPRO -

Data type: SY-DYNNR
Default: '0000'
Optional: Yes
Call by Reference: No ( called with pass by value option)

DYNPRO_LANGUAGE_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

HEADER2_PROGRAM -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

HEADER2_DYNPRO -

Data type: SY-DYNNR
Default: '0000'
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMENT_IGNORE_FLAG -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

DYNPRO_IS_GENERATED_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

DYNPRO_IS_IN_WA_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

DYNPRO_IS_IN_FOREIGN_WA_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

WITH_ACTIVE_SOURCES_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

STATUS -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

LINK_REPID -

Data type: SY-REPID
Default: 'SAPLEDITOR_START'
Optional: Yes
Call by Reference: No ( called with pass by value option)

LINK_DYNNR -

Data type: SY-DYNNR
Default: '3430'
Optional: Yes
Call by Reference: No ( called with pass by value option)

DYNPRO_TEXT_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CONTROL_CONTAINER -

Data type: SCRFNAME
Default: 'EDITOR'
Optional: Yes
Call by Reference: No ( called with pass by value option)

INITIALIZE_EDIT_CONTROL -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

EDIT_IMPORT -

Data type: S38E
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_MOD_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MOTIF_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

WITH_NEXT_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXTEND_MOD_IMPORT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for EDITOR_CALL

H_EXPORT -

Data type: D020S
Optional: No
Call by Reference: No ( called with pass by value option)

KORRNUM_EXPORT -

Data type: E071-TRKORR
Optional: No
Call by Reference: No ( called with pass by value option)

XCODE -

Data type: SY-UCOMM
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_IS_GENERATED_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_IS_IN_WA_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_IS_IN_FOREIGN_WA_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

WITH_ACTIVE_SOURCES_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_TEXT_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_LANGUAGE_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

EDIT_EXPORT -

Data type: S38E
Optional: No
Call by Reference: No ( called with pass by value option)

SAVE_FLAG -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_MOD_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DYNPRO_PART -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

WITH_NEXT_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

EXTEND_MOD_EXPORT -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for EDITOR_CALL

CONTENT - ABAP Source Line

Data type: RSWSOURCET
Optional: Yes
Call by Reference: Yes

E -

Data type: D022S
Optional: Yes
Call by Reference: No ( called with pass by value option)

F -

Data type: D021S
Optional: Yes
Call by Reference: No ( called with pass by value option)

M -

Data type: D023S
Optional: Yes
Call by Reference: No ( called with pass by value option)

SMODILOG_ABAP -

Data type: SMODILOG
Optional: Yes
Call by Reference: No ( called with pass by value option)

MOD_TAB -

Data type: SMODI_MOD_TAB
Optional: Yes
Call by Reference: No ( called with pass by value option)

LINENUM - Structure for editor line number table

Data type: EDLINENUM
Optional: Yes
Call by Reference: Yes

LINEINDEX -

Data type: EDLINEINDX
Optional: Yes
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for EDITOR_CALL Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lt_content  TYPE STANDARD TABLE OF RSWSOURCET, "   
lv_h_export  TYPE D020S, "   
lv_scrp_edtr_interface_flag  TYPE D020S, "   SPACE
lv_korrnum_export  TYPE E071-TRKORR, "   
lv_korrnum_import  TYPE E070-TRKORR, "   SPACE
lv_xcode  TYPE SY-UCOMM, "   
lv_function_group  TYPE RS38L-AREA, "   SPACE
lv_function_name  TYPE TFDIR-FUNCNAME, "   SPACE
lv_dynpro_is_generated_export  TYPE TFDIR, "   
lv_title_import  TYPE TFDIR, "   SPACE
lv_dynpro_is_in_wa_export  TYPE TFDIR, "   
lv_transport_key  TYPE TRKEY, "   SPACE
lv_dynpro_is_in_foreign_wa_export  TYPE TRKEY, "   
lv_editor_mode  TYPE EDITORMODE, "   SPACE
lv_with_active_sources_export  TYPE EDITORMODE, "   
lv_callback_program  TYPE TRDIR-NAME, "   SPACE
lv_callback_usercom  TYPE RSTXP-TDOBJECT, "   SPACE
lv_callback_set_pfkey  TYPE RSTXP-TDOBJECT, "   SPACE
lv_callback_check  TYPE RSTXP-TDOBJECT, "   SPACE
lt_e  TYPE STANDARD TABLE OF D022S, "   
lv_h_import  TYPE D020S, "   SPACE
lv_dynpro_text_export  TYPE D020S, "   
lv_callback_save  TYPE RSTXP-TDOBJECT, "   SPACE
lv_callback_before_function  TYPE RSTXP-TDOBJECT, "   SPACE
lv_callback_after_function  TYPE RSTXP-TDOBJECT, "   SPACE
lv_find_len  TYPE SY-FDPOS, "   SPACE
lv_replace_len  TYPE SY-FDPOS, "   SPACE
lv_linetext  TYPE SY, "   SPACE
lv_structur  TYPE RSTXP, "   
lv_trdir_import  TYPE TRDIR, "   SPACE
lv_header_program  TYPE TRDIR, "   SPACE
lv_header_dynpro  TYPE SY-DYNNR, "   '0000'
lt_f  TYPE STANDARD TABLE OF D021S, "   
lv_dynpro_language_export  TYPE D021S, "   
lv_dynpro_language_import  TYPE D021S, "   SPACE
lv_header2_program  TYPE D021S, "   SPACE
lv_header2_dynpro  TYPE SY-DYNNR, "   '0000'
lv_comment_ignore_flag  TYPE SY, "   SPACE
lv_dynpro_is_generated_import  TYPE SY, "   SPACE
lv_dynpro_is_in_wa_import  TYPE SY, "   SPACE
lv_dynpro_is_in_foreign_wa_import  TYPE SY, "   SPACE
lv_with_active_sources_import  TYPE SY, "   SPACE
lv_status  TYPE SY, "   SPACE
lv_link_repid  TYPE SY-REPID, "   'SAPLEDITOR_START'
lv_link_dynnr  TYPE SY-DYNNR, "   '3430'
lt_m  TYPE STANDARD TABLE OF D023S, "   
lv_edit_export  TYPE S38E, "   
lv_dynpro_text_import  TYPE S38E, "   SPACE
lv_control_container  TYPE SCRFNAME, "   'EDITOR'
lv_initialize_edit_control  TYPE SCRFNAME, "   ' '
lv_save_flag  TYPE SCRFNAME, "   
lv_edit_import  TYPE S38E, "   
lt_smodilog_abap  TYPE STANDARD TABLE OF SMODILOG, "   
lt_mod_tab  TYPE STANDARD TABLE OF SMODI_MOD_TAB, "   
lv_dynpro_mod_export  TYPE SMODI_MOD_TAB, "   
lv_dynpro_mod_import  TYPE SMODI_MOD_TAB, "   SPACE
lt_linenum  TYPE STANDARD TABLE OF EDLINENUM, "   
lv_dynpro_part  TYPE EDLINENUM, "   
lv_motif_import  TYPE EDLINENUM, "   SPACE
lt_lineindex  TYPE STANDARD TABLE OF EDLINEINDX, "   
lv_with_next_export  TYPE EDLINEINDX, "   
lv_with_next_import  TYPE EDLINEINDX, "   SPACE
lv_extend_mod_export  TYPE EDLINEINDX, "   
lv_extend_mod_import  TYPE EDLINEINDX. "   SPACE

  CALL FUNCTION 'EDITOR_CALL'  "
    EXPORTING
         SCRP_EDTR_INTERFACE_FLAG = lv_scrp_edtr_interface_flag
         KORRNUM_IMPORT = lv_korrnum_import
         FUNCTION_GROUP = lv_function_group
         FUNCTION_NAME = lv_function_name
         TITLE_IMPORT = lv_title_import
         TRANSPORT_KEY = lv_transport_key
         EDITOR_MODE = lv_editor_mode
         CALLBACK_PROGRAM = lv_callback_program
         CALLBACK_USERCOM = lv_callback_usercom
         CALLBACK_SET_PFKEY = lv_callback_set_pfkey
         CALLBACK_CHECK = lv_callback_check
         H_IMPORT = lv_h_import
         CALLBACK_SAVE = lv_callback_save
         CALLBACK_BEFORE_FUNCTION = lv_callback_before_function
         CALLBACK_AFTER_FUNCTION = lv_callback_after_function
         FIND_LEN = lv_find_len
         REPLACE_LEN = lv_replace_len
         LINETEXT = lv_linetext
         STRUCTUR = lv_structur
         TRDIR_IMPORT = lv_trdir_import
         HEADER_PROGRAM = lv_header_program
         HEADER_DYNPRO = lv_header_dynpro
         DYNPRO_LANGUAGE_IMPORT = lv_dynpro_language_import
         HEADER2_PROGRAM = lv_header2_program
         HEADER2_DYNPRO = lv_header2_dynpro
         COMMENT_IGNORE_FLAG = lv_comment_ignore_flag
         DYNPRO_IS_GENERATED_IMPORT = lv_dynpro_is_generated_import
         DYNPRO_IS_IN_WA_IMPORT = lv_dynpro_is_in_wa_import
         DYNPRO_IS_IN_FOREIGN_WA_IMPORT = lv_dynpro_is_in_foreign_wa_import
         WITH_ACTIVE_SOURCES_IMPORT = lv_with_active_sources_import
         STATUS = lv_status
         LINK_REPID = lv_link_repid
         LINK_DYNNR = lv_link_dynnr
         DYNPRO_TEXT_IMPORT = lv_dynpro_text_import
         CONTROL_CONTAINER = lv_control_container
         INITIALIZE_EDIT_CONTROL = lv_initialize_edit_control
         EDIT_IMPORT = lv_edit_import
         DYNPRO_MOD_IMPORT = lv_dynpro_mod_import
         MOTIF_IMPORT = lv_motif_import
         WITH_NEXT_IMPORT = lv_with_next_import
         EXTEND_MOD_IMPORT = lv_extend_mod_import
    IMPORTING
         H_EXPORT = lv_h_export
         KORRNUM_EXPORT = lv_korrnum_export
         XCODE = lv_xcode
         DYNPRO_IS_GENERATED_EXPORT = lv_dynpro_is_generated_export
         DYNPRO_IS_IN_WA_EXPORT = lv_dynpro_is_in_wa_export
         DYNPRO_IS_IN_FOREIGN_WA_EXPORT = lv_dynpro_is_in_foreign_wa_export
         WITH_ACTIVE_SOURCES_EXPORT = lv_with_active_sources_export
         DYNPRO_TEXT_EXPORT = lv_dynpro_text_export
         DYNPRO_LANGUAGE_EXPORT = lv_dynpro_language_export
         EDIT_EXPORT = lv_edit_export
         SAVE_FLAG = lv_save_flag
         DYNPRO_MOD_EXPORT = lv_dynpro_mod_export
         DYNPRO_PART = lv_dynpro_part
         WITH_NEXT_EXPORT = lv_with_next_export
         EXTEND_MOD_EXPORT = lv_extend_mod_export
    TABLES
         CONTENT = lt_content
         E = lt_e
         F = lt_f
         M = lt_m
         SMODILOG_ABAP = lt_smodilog_abap
         MOD_TAB = lt_mod_tab
         LINENUM = lt_linenum
         LINEINDEX = lt_lineindex
. " EDITOR_CALL




ABAP code using 7.40 inline data declarations to call FM EDITOR_CALL

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
DATA(ld_scrp_edtr_interface_flag) = ' '.
 
"SELECT single TRKORR FROM E071 INTO @DATA(ld_korrnum_export).
 
"SELECT single TRKORR FROM E070 INTO @DATA(ld_korrnum_import).
DATA(ld_korrnum_import) = ' '.
 
"SELECT single UCOMM FROM SY INTO @DATA(ld_xcode).
 
"SELECT single AREA FROM RS38L INTO @DATA(ld_function_group).
DATA(ld_function_group) = ' '.
 
"SELECT single FUNCNAME FROM TFDIR INTO @DATA(ld_function_name).
DATA(ld_function_name) = ' '.
 
 
DATA(ld_title_import) = ' '.
 
 
DATA(ld_transport_key) = ' '.
 
 
DATA(ld_editor_mode) = ' '.
 
 
"SELECT single NAME FROM TRDIR INTO @DATA(ld_callback_program).
DATA(ld_callback_program) = ' '.
 
"SELECT single TDOBJECT FROM RSTXP INTO @DATA(ld_callback_usercom).
DATA(ld_callback_usercom) = ' '.
 
"SELECT single TDOBJECT FROM RSTXP INTO @DATA(ld_callback_set_pfkey).
DATA(ld_callback_set_pfkey) = ' '.
 
"SELECT single TDOBJECT FROM RSTXP INTO @DATA(ld_callback_check).
DATA(ld_callback_check) = ' '.
 
 
DATA(ld_h_import) = ' '.
 
 
"SELECT single TDOBJECT FROM RSTXP INTO @DATA(ld_callback_save).
DATA(ld_callback_save) = ' '.
 
"SELECT single TDOBJECT FROM RSTXP INTO @DATA(ld_callback_before_function).
DATA(ld_callback_before_function) = ' '.
 
"SELECT single TDOBJECT FROM RSTXP INTO @DATA(ld_callback_after_function).
DATA(ld_callback_after_function) = ' '.
 
"SELECT single FDPOS FROM SY INTO @DATA(ld_find_len).
DATA(ld_find_len) = ' '.
 
"SELECT single FDPOS FROM SY INTO @DATA(ld_replace_len).
DATA(ld_replace_len) = ' '.
 
DATA(ld_linetext) = ' '.
 
 
DATA(ld_trdir_import) = ' '.
 
DATA(ld_header_program) = ' '.
 
"SELECT single DYNNR FROM SY INTO @DATA(ld_header_dynpro).
DATA(ld_header_dynpro) = '0000'.
 
 
 
DATA(ld_dynpro_language_import) = ' '.
 
DATA(ld_header2_program) = ' '.
 
"SELECT single DYNNR FROM SY INTO @DATA(ld_header2_dynpro).
DATA(ld_header2_dynpro) = '0000'.
 
DATA(ld_comment_ignore_flag) = ' '.
 
DATA(ld_dynpro_is_generated_import) = ' '.
 
DATA(ld_dynpro_is_in_wa_import) = ' '.
 
DATA(ld_dynpro_is_in_foreign_wa_import) = ' '.
 
DATA(ld_with_active_sources_import) = ' '.
 
DATA(ld_status) = ' '.
 
"SELECT single REPID FROM SY INTO @DATA(ld_link_repid).
DATA(ld_link_repid) = 'SAPLEDITOR_START'.
 
"SELECT single DYNNR FROM SY INTO @DATA(ld_link_dynnr).
DATA(ld_link_dynnr) = '3430'.
 
 
 
DATA(ld_dynpro_text_import) = ' '.
 
DATA(ld_control_container) = 'EDITOR'.
 
DATA(ld_initialize_edit_control) = ' '.
 
 
 
 
 
 
DATA(ld_dynpro_mod_import) = ' '.
 
 
 
DATA(ld_motif_import) = ' '.
 
 
 
DATA(ld_with_next_import) = ' '.
 
 
DATA(ld_extend_mod_import) = ' '.
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!