Showing posts with label Basis. Show all posts
Showing posts with label Basis. Show all posts

Disable/Enable User Menu and SAP Menu

1. Configure individual specific SAP users

Enter transaction code SM30 (Maintain Table Views) in your SAP command field and maintain USERS_SSM table.


You would notice that no data maintained in this table during initial access.

  • To maintain entries, click ‘New Entries’ button. Enter the individual
    username on the User Name field.
  • To enable user menu and SAP menu, tick the appropriate checkboxes. To
    disable, untick the chekcboxes.

2. Configure all SAP user
Enter transaction code SM30 (Maintain Table Views) in your SAP command field and maintain SSM_CUST table.

    • To enable te user menu for all SAP users set ALL_USER_MENUS_OFF = No.
    • To disable it, set ALL_USER_MENUS_OFF = Yes.
    • To enable the SAP Menu set SAP_MENU_OFF = No
    • To disable it set SAP_MENU_OFF = Yes.

Read more »

Batch Data Communication/Batch Input/Inbound-Outbound

When a company decides to implement the SAP R/3 to manage business critical data, it usually does not start from a no-data situation. Normally, a SAP R/3 project comes into replace or complement existing application.


In the process of replacing current applications and transferring application data, two situations might occur:

  • The first is when application data to be replaced is transferred at once, and only once.
  • The second situation is to transfer data periodically from external systems to SAP and vice versa.
  • There is a period of time when information has to be transferred from existing application, to SAP R/3, and often this process will be repetitive.
The SAP system offers two primary methods for transferring data into SAP systems. From non-SAP systems or legacy system. These two methods are collectively called “batch input” or “batch data communication”.
  1. SESSION METHOD
  2. CALL TRANSACTION
  3. DIRECT INPUT

Starting with the concept of data transfer, you will find details steps required for getting data into SAP.

Download Batch Data Communication User Guide

Credit: sapdocs.info
Read more »

Stay Updated