Adjust form names

This commit is contained in:
eduardocopat 2017-03-15 17:15:26 +01:00
parent b7e5ee8a8e
commit 83ba65d0a2
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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