Tuesday, July 29, 2014

FI document number same as Billing doc number


There is a simple standard SAP mechnism to make billing doc number same as accounting documnet number.

Assign same number range for both. Keep Accounting doc number range as 'External'.

Please see doc  Dropbox->SD->'FI doc name same as Billing doc Config.docx'. 
 

Printer settings - SPAD


Printer settings:

SPAD (tcode): Define new printer here - Assign ' Host Printer' - actual windows printer address.

Device type links with Printer fonts in SE73. The fonts should also present in Font family - If not, you may get error in outputs sent to the printer, if the output uses these fonts. In this case, you need to install font to font family (Install ttf button in SE73).

In SPAD, you can Lock the printer - generally we do this in Dev and QA environments.

You can see spool requests, output requests buttons in SPAD - quite useful, while supporting ( when you dont get prints.. )

Friday, July 25, 2014

Credit checks - Credit blocking


OVA8 - tcode where you set rules for credit checks depending up on Cred.Contrl.Area, risk category (set for customers) and Credit group (at order/deliv/PGI level).

You can block at Order level or Delivery level or PGI level. - by using Credit group

 

Wednesday, July 23, 2014

Pricing tips


All non statistical conditions in Pricing procedure will appear in Accounting document.

To make Statistical conditions appear, we need to set 'Accruals' flag in V/06 and then assign account key accruals in Pricing Procedure.

Thursday, July 17, 2014

New search criteria in Web UI


To create a new Search criteria (attribute) for Order/Quote

Structure: CRMST_QORDER_ERPIL
Append new field to this.

This appears like STRUCT.ZZXXXX in Context nodes..

To enable Operators (like CP, etc)
SPRO-> CRM-> Generic Interaction Layer/Object Layer-> Comp-specific settings->Define Operators for Dynamic Queries

Wednesday, July 16, 2014

CRM - Value nodes

Value nodes:
If you want to create a node which is not mapped with model (database table), then just create value node(attribute) via wizard (right click from context node).

Value nodes can be used to the fields in UI which actually do not correspond to database table fields - or you want to display same fields again in different assignment block or diff screen

AET can be used when you are creating model node. This is like adding field to database table.

AET fields deletion

AET fields can be deleted. Need to regenerate (make sure you see 'Generate' flag - if hidden, then make it displayed).

In general,  after go Live, try to avoid deletion of the fields.