Sunday 25 October 2015

How to create a New Parameter ID in SAP?

-----------------------------------------------------------------------------------------------

Open the data element MATNR. Here Parameter ID- MAT is used.


Double click on the Parameter ID.



Open the table TPARA and here we can find Parameter Id - MAT.


To create new parameter ID. In SM30 , provide the table name TPARA and click on Maintain .



Provide a parameter name and hit Enter key.

Provide the text and save.







-----------------------------------------------------------------------------------------------

Saturday 24 October 2015

Finding IMG node from the table name !

----------------------------------------------------------------------------------------------

Go to Tx- SPRO and open the node Define Sales Document Types.
Here sales doc type can be maintained.

The sales doc  type generally saved in the table TVAK.


 Now in some cases we may know the table name but don't know where it is used in the IMG.
For this, go to the Tx- SM30 and provide the table name and select Customizing button.



 Select the high lighted button.

 It displays all IMG nodes where the table is being used. Now select the appropriate one.
Here we reached the IMG node  DEFINE SALES DOCUMENT TYPES where the table is used.




----------------------------------------------------------------------------------------------

Friday 16 October 2015

Where to activate FI-CA/FI-AR in CRM System?



---------------------------------------------------------------------------------------------

Step1- Go to Tx- SPRO and navigate along the marked path to activate FI-CA or FI-AR .


From the Active Account.- the available options can be maintained according to the business requirement.




---------------------------------------------------------------------------------------------

Thursday 15 October 2015

BTE - Business Transaction Event

------------------------------------------------------------------------------------------------

BTE - Business Transaction Event
Enhancement type developed for FI (Financial Accounting).
 SAP Reference IMG -> Financial Accounting -> Financial Accounting Global Settings -> Business Transaction Events  .
Customizing can be done via transaction FIBF.
Main steps for activating a BTE:
  1. Copy sample function module SAMPLE_INTERFACE_<event_number> to Customer namespace 
  2. Make sure the application is active for Business Transaction Events , else maintain table TBE11.
  3. Maintain table TBE34 and TBE01
  4. Enter code to the BTE function module
Related Transaction Code :
    BERE Business Event Repository
    BERP Business Processes
    BF31 Application modules per Event
    BF32 Partner Modules per Event
    BF34 Customer Modules per Event
    BF41 Application Modules per Process
    BF42 Partner Modules per Process
   BF44 Customer Modules per Process 
 BTE exits to add additional components to the SAP standard system, for example in the form of function modules. There are two types of interface:
-        Publish and Subscribe interfaces
-        These give information that specific events have occurred in the SAP standard application and provide the data generated to external software. However the external software does not return any data to the SAP standard system.
-        Process interfaces
These subject business processes to an external control function that is not part of the standard system; in other words the process interfaces interrupt the standard process and deliver data to the SAP application.
A BTE exit is called up in the process, meaning that process modules check the events in Customizing for calling up the BTE exits. In the BTE method, function modules are called up in specified events, to which they have been assigned in Customizing. The event interface is predefined. To activate the process modules, choose  Settings for Process Interfaces -> Assign Customer Function Modules to Process Interfaces.

------------------------------------------------------------------------------------------------

Comments system

Disqus Shortname