You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# ABAP File Uploader
2
2
3
3
## Description
4
+
The ABAP File Uploader is designed to allow an ABAP developer to upload data from a file directly into a target database table in SAP Cloud Platform ABAP Environment instance. This utility expects a json file for the uploaded data with attributes that match the column names in the database table.
4
5
5
6
## Requirements
6
7
Make sure to fulfill the following requirements:
@@ -24,6 +25,11 @@ As a result of the installation procedure above, the ABAP system creates an inac
24
25
To activate all development objects from this sample:
25
26
1. Click the mass-activation icon (<em>Activate Inactive ABAP Development Objects</em>) in the toolbar.
26
27
2. In the dialog that appears, select all development objects in the transport request (that you created for the demo content installation) and choose `Activate`.
28
+
3. Once the imported class is activated, you must then manually create an HTTP Service.
0 commit comments