Tuesday, October 20, 2015

Problem: Delivery print picking up user default printer - Not shipping point printer

Solution: Smartform function module should be called with blank ‘user_settings’.  By default, it is ‘X’, which means printer is taken from User default parameters.
 

Monday, October 19, 2015

Release Strategy

SPRO -> MM -> Purchasing -> Purchase Order -> Release Procedure for Purchase orders -> Define Release Procedure for PO -> Release strategy
 
 
CL20N tcode: - Set rule
 

SQ01 - SAP Queries / Infosets

Query Area:
 
Select ‘Standard area’ by going to ‘SQ01 - > Environment -> Query Area’
 
Infoset:
 
SQ01 tcode -> Environment -> Infoset
 
Add new field and you can write Field code  - Also you need to add (drag) field to Field group (on right hand side).
 
 
Save and Generate Infoset (Click Okay on warnings if any).
 
Query:
SQ01-> Environment -> Query
 
You can add to Selection screen (You need to select fields from field groups) – or Basic List.

Monday, October 12, 2015

Update content table in SE16N - Debug Edit

Transaction SE16N.
Put /H, press F8 and then change these variables to ‘X’:
 

 

Make a field editable in FBL5N (FB02)

To make a field editable in FBL5N (or FB02)
 
Transaction OB32
 
Click on new entries and add the field you want to make editable. See example.
 
 
Note: If the field is a header field then it is  not possible to limit the change to a particular account type e.g. Vendors, Customers.
The field will be editable for Vendors, Customers, GL Accounts.

 

Regenerate Web services after SAP upgrade

Symptom: Webservices weren’t working after SAP upgrade. They fail with error ‘Virtual Interface not found’.
Solution:
Below Link is quite useful:
SAP notes:  1903490  and 1847901
Program: WS_MANUAL_WEBI_AFTER_IMPORT
Follow below steps and issue will be resolved. (Step 2 is not always required)

1. Run Report Program - WS_MANUAL_WEBI_AFTER_IMPORT by selecting Single Service Definition and by clicking on "Force Generation" check box.
2. Run Report Program - WEBI_CHECK_REPAIR by selecting Single Service Defination to remove inconsistancy in web service.

After this two program run, the web service will be operational again.
To monitor and check the webservice calls, use SRT_UTIL tcode

Friday, October 9, 2015