Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create ABAP dev objects from Eclipse

leusinjo
Explorer
0 Likes
3,956

Hello everyone,

I've an issue when I trying to create a package from Eclipse( see screenshots ). My user already has roles SAP_BC_DWB_WBDISPLAY and SAP_BC_DWB_ABAPDEVELOPER. How I can fix it?

9 REPLIES 9
Read only

geert-janklaps
SAP Mentor
SAP Mentor
3,511

Hi,

Please check your user has a role with authorization object S_DEVELOP with object type DEVC specified in it. I assume you can't create packages in the SAP GUI as well?

Best regards,

Geert-Jan Klaps

Read only

0 Likes
3,511

In SAP GUI I can create packages. SU53 is clear too.

Read only

thalesvb
Active Contributor
3,511

Hi, both roles you mentioned are known as "template roles", they have authorizations modelled (defined) but they don't have a authorization profile generated.

Yellow triangle on Authorizations tab and "Current version not generated" on status is expected and should always be like that on template roles.

Authorization profile (the Profile Name field, empty in screenshot) is the one that really gives you authorizations at runtime. SAP recommends to create a copy (ZSAP_...), adapt to your needs (or keep the same), and then generate a profile for your Z role. You still assign the (Z) role for your user, but as this one have a profile assigned, your user will automatically have that profile assigned too.

Best Regards

Read only

0 Likes
3,511

Thank you for the help, these roles generated on my system.

Read only

balaji_nandikolla
Participant
0 Likes
3,511

Hi,
Can you check authorization failure logs of the user from SU53 transaction and assign the required authorization if anything is missing,

Thank you!
Balaji

Read only

former_member1716
Active Contributor
3,511

leanid.tuzik,

You clearly miss the role to create the package, you can connect with your security team and check for the relevant roles.

You can also fetch the relevant details by checking in SU53 transaction immediately after trying to create the package. If any other user is able to create the same you can compare the roles between you two and check.

Regards!

Read only

0 Likes
3,511

In SAP GUI I can create packages, but in Eclipse not. SU53 is empty.

Read only

0 Likes
3,511
leanid.tuzik,The roles differ from GUI, Check with your security team.
Read only

leusinjo
Explorer
0 Likes
3,511

Thanks, everyone!

I've reinstalled software, now I'm using Eclipse build 2020-03 + latest version ADT and it's working fine!