Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
soumiya_suresh2
Explorer
482

In this Blog, I will explain the complete process of enabling Batch input option inside the system’s Services.

Why is Batch Input needed?  What are the Features of Batch Input?

Batch Input Session in SAP is a method used to automate data entry by recording and processing transactions. It involves creating a session that contains a sequence of steps to execute transactions, which can then be processed in either foreground or background mode.

Features

  • Synchronous Processing in database update.
  • Transfer data for more than one transaction.
  • Batch input processing log will be generated.
  • During processing, no transaction is started until the previous transaction has been written to the database. 

How to add this Batch input option in Fiori Screen?

  •  To activate the Batch input option, you need to add the authorization object inside the respective role which is  S_Develop.                                                                                                             Picture...png

     

How to add this object in Fiori?

      Step 1: Navigate to pfcg Tcode

      Step 2: Find the Exact role

      Step 3:  Navigate to authorization tab, Find the S_develop tcode using Ctrl+F or else use                              Manually add option

      Step 4: Maintain the Required Authorization values

  • OBJTYPE = DEBUG
  • OBJNAME = * (or restrict to specific programs)
  • ACTIVITY = 03 or 02 (Access to Display or Access to Change)

      Step 5: Save and Generate the Authorization profile.

      Step 6: Assign the role to user using the SU01 tcode. 

      authorization1.png

 

Result:

Once refresh the Fiori Screen, the system will automatically add Batch Input under System-Services- Batch Input

Note:

  • Avoid Giving Broad Access (*) in production for S_Develop object.
  • Always validate with your Security team before adding authorization objects.
  • Provide only necessary activities alone (eg. Display)                                                                                 pic0.1.pngConclusion:

With these steps Batch input is enabled under the system’s services and accessible in Fiori Screen.