mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Adjust form names
This commit is contained in:
parent
b7e5ee8a8e
commit
83ba65d0a2
|
@ -137,7 +137,7 @@ FORM package_popup TABLES tt_fields TYPE ty_sval_tt
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDFORM. "package_popup
|
ENDFORM. "package_popup
|
||||||
|
|
||||||
FORM pull_request_popup TABLES tt_fields TYPE ty_sval_tt
|
FORM branch_to_transport_popup TABLES tt_fields TYPE ty_sval_tt
|
||||||
USING pv_code TYPE clike
|
USING pv_code TYPE clike
|
||||||
CHANGING cs_error TYPE svale
|
CHANGING cs_error TYPE svale
|
||||||
cv_show_popup TYPE c
|
cv_show_popup TYPE c
|
||||||
|
|
|
@ -574,11 +574,11 @@ CLASS lcl_popups IMPLEMENTATION.
|
||||||
lv_button_transport = 'Transport(s)->Branch' ##NO_TEXT.
|
lv_button_transport = 'Transport(s)->Branch' ##NO_TEXT.
|
||||||
lv_icon_transport = icon_import_all_requests.
|
lv_icon_transport = icon_import_all_requests.
|
||||||
|
|
||||||
call FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS'
|
CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
popup_title = 'Transport to new Branch'
|
popup_title = 'Transport to new Branch'
|
||||||
programname = sy-repid
|
programname = sy-repid
|
||||||
formname = 'PULL_REQUEST_POPUP'
|
formname = 'BRANCH_TO_TRANSPORT_POPUP'
|
||||||
ok_pushbuttontext = ''
|
ok_pushbuttontext = ''
|
||||||
icon_ok_push = ''
|
icon_ok_push = ''
|
||||||
first_pushbutton = lv_button_transport
|
first_pushbutton = lv_button_transport
|
||||||
|
|
Loading…
Reference in New Issue
Block a user