cancel
Showing results for 
Search instead for 
Did you mean: 

Could not able to Download SAP NetWeaver AS ABAP Developer Edition Trial Version of 7.50 SP02

motiononme1
Explorer
0 Kudos

Hi ,

I am not able to download SAP NetWeaver AS ABAP Developer Edition Trial Version of 7.50 SP02 from the the website "https://developers.sap.com/trials-downloads.html". It is redirecting back to the "https://tools.hana.ondemand.com/#abap" web page.

Do i need a S-User Account ?

Regards,

Sandeep Rai

gcp
Explorer

Hello Sandeep,

I'm from APAC region and have successfully downloaded this. Filter by ABAP and go to page 2 and 3, at the lower portion of the page.

Thanks Dimmak

Accepted Solutions (1)

Accepted Solutions (1)

former_member27
Community Manager
Community Manager
0 Kudos

Hi Sandeep,

when you click on that link it tells you to go to the catalog:

https://developers.sap.com/trials-downloads.html

when you are there just look for 7.52 sp04

what happened here was the link was changed and the solution was updated and it is a bit confusing...

Regards,

Dedi

Answers (5)

Answers (5)

ramaanne
Participant

As of Today - dated 20th July 2020

I have tried to just download the files - SAP NetWeaver AS ABAP Developer Edition 7.52 SP04
since this morning

with IE EDGE browser

Chrome

Firefox

cleared history /browing data all combinations

It keeps asking me for S-USERID does that mean it only will allow S-USERID not P-USERID

reason being I downloaded Hana Express 2.0sp03 and SAP NetWeaver AS ABAP Developer Edition 7.52 SP01 ONE or two years back (2018)

Also SAP NetWeaver AS ABAP Developer Edition 7.52 SP01 has A SAP bug in SYBASE ASE for some SAP supplied ABAP CDS view sdraft_lock as reported on sap community blogs of Julie Plummer - see below

Okay, the bug. Reason: the CDS function “TSTMP_ADD_SECONDS” is implemented differently in SYBASE ASE (works for timestamps WITHOUT microseconds) and in HANA (works for timestamps with microseconds). In the CDS view SDraft_Configuration, the following lines have the bug:

case
// when Customer.draft_entity is not null
// then tstmp_add_seconds( :p_current_time,
// cast( -Customer.expiry_duration as abap.dec(15,0) ),
// 'FAIL') 
 when Entity.draft_entity is not null and Entity.expiry_duration > 0 
 then tstmp_add_seconds(:p_current_time,
 -Entity.expiry_duration,
 'FAIL')
 else tstmp_add_seconds(:p_current_time,
 -Global.expiry_duration,
 'FAIL')
 end as expiration_time

It could be solved if you find a way to change these lines as follows:

case
// when Customer.draft_entity is not null
// then tstmp_add_seconds( :p_current_time,
// cast( -Customer.expiry_duration as abap.dec(15,0) ),
// 'FAIL') 
 when Entity.draft_entity is not null and Entity.expiry_duration > 0 
 then tstmp_add_seconds( floor(:p_current_time),
 -Entity.expiry_duration,
 'FAIL') + :p_current_time - floor(:p_current_time)
 else tstmp_add_seconds( floor(:p_current_time),
 -Global.expiry_duration,
 'FAIL') + :p_current_time - floor(:p_current_time) 
 end as expiration_time

So I do have a - SAP NetWeaver AS ABAP Developer Edition 7.52 SP01 THE above bug is show stopper like SEPMRA_SHOP service the shopping cart items are not displayed only the total in the SAP FIORI APP ,I debugged it is in SAP STANDARD CODE in odata serviice (dump shows some 200 routine called ) something about SDraft_Configuration.... SYBASE ASE HAS ST22 DUMPS that are growing forever as any ODATA srevice with decimal/timestamp values will keep generating same errors

I have not seen a single person post how they resolved this issue ,it is just some SAP HOBBYISTS asking trivial installation steps etc


so iam basically stuck with a buggy SAP NetWeaver AS ABAP Developer Edition 7.52 SP01 edition based VM and assuming the above is fixed i do not have a S-USERID to download

SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 files ....

Can someone please help ...or post resolution

I have attached screen shots afterpscreen.jpgask-suserid.png

thanks

rama anne

former_member246371
Participant
0 Kudos

Any resolution to this? i can see multiple threads with this question but no confirmed resolution.

julieplummer20
Product and Topic Expert
Product and Topic Expert
0 Kudos

Looping in david.metser

Hi Dedi,

Can you help Sandeep? I cannot reproduce this in my region.

Thanks and best wishes,

Julie.

julieplummer20
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sandeep,

I agree: 7.52 SP04 is the newest version. Is there any particular reason for choosing 7.50?

I have just checked this. Can you re-check? If the problem still occurs, can you please say what region you are in?

Thanks Julie.

motiononme1
Explorer
0 Kudos

Hi Julie,

I could not find the Download link for SAP Netweaver AS ABAP Developer Edition Trail. The link which are provided in HANA tools are in loop.

I am in APAC region.

Regards,

Sandeep Rai

TammyPowlas
Active Contributor
0 Kudos

Hi - I don't see where SP02 is available. Why not download SP04?

https://blogs.sap.com/2019/07/01/as-abap-752-sp04-developer-edition-to-download/

It prompted me for my S-user, you may need to register to download - cc julie.plummer