Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

ABAP SDK : best practice to transport configuration (/GOOG/SDK_IMG) from dev to prod

Hi.

What could be the best practice to transport the ABAP SDK configuration (/GOOG/SDK_IMG) from SAP "dev" environment to SAP "prod" environment ? 

It seems a little bit tricky to use the SAP Transport Request, because the configuration in SAP "dev" describe the customizing to interact with my GCP "dev" project...I assume that I do not have to create, in SAP "dev", the SAP "prod" configuration ? 

Dose it means that I have to do, manually, in SAP "prod" the SDK customizing matching the GCP "prod" project ?

Thx for your help.

 

0 2 355
2 REPLIES 2

Hi @DidierM - Thanks for reaching out.

Ideally, your configurations in "prod" would be different from "dev" as you would have isolated GCP project and service account/s for Production. 

Hence, it is advised to manually create ABAP SDK configuration (/GOOG/SDK_IMG) directly in Production by entering Production GCP Project, service account and other details. Maintenance for these configuration tables are set as "No Transport" so that you do not need to transport them from "dev".

Hope this helps.

Regards,

Ajith

Hi @ajith-sap .

Thx for your help.

I'll do that way.

Regards.

Didier.