mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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.
|
||||
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
|
||||
CHANGING cs_error TYPE svale
|
||||
cv_show_popup TYPE c
|
||||
|
|
|
@ -574,11 +574,11 @@ CLASS lcl_popups IMPLEMENTATION.
|
|||
lv_button_transport = 'Transport(s)->Branch' ##NO_TEXT.
|
||||
lv_icon_transport = icon_import_all_requests.
|
||||
|
||||
call FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS'
|
||||
CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS'
|
||||
EXPORTING
|
||||
popup_title = 'Transport to new Branch'
|
||||
programname = sy-repid
|
||||
formname = 'PULL_REQUEST_POPUP'
|
||||
formname = 'BRANCH_TO_TRANSPORT_POPUP'
|
||||
ok_pushbuttontext = ''
|
||||
icon_ok_push = ''
|
||||
first_pushbutton = lv_button_transport
|
||||
|
|
Loading…
Reference in New Issue
Block a user