cancel
Showing results for 
Search instead for 
Did you mean: 

Populate data tables in ABAP SCP

Astashonok
Participant
0 Kudos

Hi,

as we know, standard tables are not available in ABAP Cloud, only Z ones. Is there any way to populate them except bunch of VALUE/APPEND statements? E.g. populate with 10000 rows.

As I already found out from blogs and comments, connection from ABAP Cloud trial to on-premise systems is not possible, SAP Cloud Connector is available only for productive accounts. Is there any other way to fill tables alike LSMW, for example, thru CSV or XML files?

Accepted Solutions (1)

Accepted Solutions (1)

GK817
Active Contributor

Hi Pavel,

You can populate the Z-tables using one utility blogged by Andre:

https://blogs.sap.com/2019/09/30/how-to-insert-test-data-into-tables-in-sap-cloud-platform-abap-envi...

You can connect ABAP cloud to On-premise for sure, but not for trial instance. If you are able to connect, then you can write a program to read data from OP system and update to your Z-tables in ABAP Cloud.

Or

You can generate a OData service for your table. You can then use numerous options like UI5 application or other clients, through which you can trigger data insert to table..

Hope this helps.

Regards

GK

Astashonok
Participant
0 Kudos

Ok, thanks for suggestion with utility.

Answers (0)