Thursday, April 24, 2014

snap_no_new_entry error


This dump comes as soon as you login. You are completely stuck. This happens when there is no more disk space to save log files (You can see this in DB02). Ask Basis to expand the disk space.

Setup Trusted and Non-Trusted Links between CRM and R3


Trusted Link between CRM and ECC

- Setup in SM59 tcode - In 'Logon & Security' tab, Tick 'Yes' for Trusted relation, and Tick 'Current User' box - This way, RFC calls will be triggered from current user
- In SMT1 tcode, maintain Trusted caller destination.


Non Trusted Link:
- In SM59, 'Logon & Security' tab, give user/pwd details - generally it is 'RFCUSER' and tick 'No' in Trusted relation.

Thursday, April 17, 2014

PP - Table names


Production orders
AUFK -   Production order headers
AFIH - Maintenance order header
AUFM - Goods movement for prod. order
AFKO - Order header data PP orders
AFPO - Order item
RESB - Order componenten
AFVC - Order operations
AFVV - Quantities/dates/values in the operation
AFVU - User fields of the operation
AFFL - Work order sequence
AFFH - PRT assignment data for the work order(routing)
JSTO - Status profile
JEST - Object status
AFRU - Order completion confirmations

Monday, April 14, 2014

Production Planning Tcodes


COOIS - Production order Information system (List of Prod Ord based on diff criteria)
CO01 - Create Production Order

ABAP tcodes


SE39 - To compare 2 programs
ST01 - Switch on Traces (Authorization checks) - can be used as SU53 history

SE81 - A good tcode to search Customer Enhancements(Badis/User exits) via Application area
Search for Appl area -> Select -> Go to 'Information system' -> Go to 'Enhancements' -> Execute

Friday, April 11, 2014

Solution Manager (SOLMAN)


SOLMAN_SETUP (tcode) : To setup different SOLMAN functionalities

PI transports can be moved using CTS of Solman.

Thursday, April 3, 2014

CRM LORD - add new fields to order


To create additional fields in LORD Order/Quote
ECC:
- In ECC, add new fields

In LORD:
- In ECC, in LORD_MAPPING table, setup new fields
- Change structures TDS*COMC , TDS*COMV  (add CRM field name into these ECC structures)
- Change  BADI Impl for BADI_LORD_DO_PAI  - class ZCL_LRD_IM_DO_PAI (custom impl) - add CRM field name into this BADI.

In CRM:
- Change View in configuration tab (AET)

Refer to Doc Dropbox->CRM Stuff -> Add fields to Lord.PDF

Wednesday, April 2, 2014

BTE events - FI userexit functions


Transaction codes for BTE are:
FIBF Maintenance BTE
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