cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Environments Unavailable in SAP BAS

mikesevilla
Participant
0 Kudos
1,744

Tutorials: https://developers.sap.com/tutorials/abap-environment-deploy-cf-production.html
--------------------------

Write here what you need help with ...

it's strange that in Data Source and Service Selection > ABAP Environment > Error says "ABAP Environment Unavailable"

It seems that sub-accounts between Region:Singapore and Region: US East has different configuration.

SG has SAP Business Application only and no ABAP Instance
while US has ABAP Instance but no SAP Business Application

Please help. Thank you

View Entire Topic
MoritzM
Explorer

If anyone else has the same problems, here is my solution. In summary, I had an incorrect API endpoint stored in BAS.

  1. Login to BTP Cockpit and navigate from Overview to Cloud Foundry Environment
  2. Get from there the API Endpoint, Org Name and Name of Space
    step1.png
  3. Navigate back to BTP and execute >CF: Login to Cloud Foundry
    step2.png
  4. Sign Out from wrong Cloud Foundry Endpoint
  5. Login to correct Cloud Foundry Endpoint as seen in Step 2
  6. Open Terminal in BAS and execute cf login
  7. Login with your user and password credentials 
  8. Execute in Terminal command cf target -o [YOUR_ORGNAME] -s [YOUR_DEVNAME] as seen in Step 2
  9. Connect to Data Source / Service is now possiblestep3.png
MehmetPld
Discoverer
0 Kudos

That's the perfect for me. 

Log out already logged in account and then implement like this

MehmetPld_0-1742922509644.png

thanks @MoritzM