SAP User roles in Production system

Hi All,

I need to connect to the Production SAP system to run a real time job every month which extracts and load the data back to the system.

My Basis guy saying he cant give me SAP user with SAP_ALL role. Could anyone tell what are the other roles that need to be assigned to SAP user to fullfill my project.

Thanks in Advance

Sarav


Sarav Dev (BOB member since 2009-02-26)

A RealtimeJob runs once a month?

Permissions you need is a simple connect right. That’s all in a production environment.

Need more input, are you reading via ABAP, …


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks for your quick reply

We are going to extract the data using R3 dataflow and the upload will be using BAPI or IDOC.

the job is not basically real time one,but we will be running every week or month

Thanks in advance


Sarav Dev (BOB member since 2009-02-26)

Okay, a batch job, not a DataServices Realtime Job.

This chapter here explains what you need to know:
https://wiki.sdn.sap.com/wiki/display/BOBJ/Moving+to+Production

In short: In development you need lots of permissions (still not SAP_ALL but you need to be ABAP developer) because your datastore is set to “generate_and_execute”. In prod, you don’t generate the ABAPs, you execute the uploaded ones, the datastore is set to “execute_preloaded”. Hence no permissions required at all.


Werner Daehn :de: (BOB member since 2004-12-17)