Skip to content

Commit ef80b83

Browse files
committed
add empty line
1 parent eb5641e commit ef80b83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/abap-s4hanacloud-purchasereq-integrate-wrapper/abap-s4hanacloud-purchasereq-integrate-wrapper.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ with unmanaged save
211211

212212
![Add unmanaged save](add_unmanaged_save.png)
213213

214-
Save and activate it. Position the cursor on the `with unmanaged save` statement and use the shortcut `ctrl + 1` to load the quick assist proposals, then double-click on `Add required method save_modified in new local saver class` to automatically create an empty implementation for the method. Implement it as follows:
214+
Save and activate it.
215+
216+
Position the cursor on the `with unmanaged save` statement and use the shortcut `ctrl + 1` to load the quick assist proposals, then double-click on `Add required method save_modified in new local saver class` to automatically create an empty implementation for the method. Implement it as follows:
215217

216218
```ABAP
217219
METHOD save_modified.

0 commit comments

Comments
 (0)