Search This Blog...

Wednesday, December 24, 2014

How to determine different number ranges for billing documents based on the sales organization

Document numbers for billing documents in SAP are triggered via the number range assigned to billing type in the IMG path: SPRO -> Sales and Distribution / Billing / Billing Documents / Define Billing Types.

This number range (Eg: "19") is defined under the IMG path: SPRO -> SPRO -> Sales and Distribution / Billing / Billing Documents / Define Number Ranges for Billing Documents
But if you want to determine a different number range other than that is assigned to the billing type, you can do a user exit coding for that. This document will explain how you can do a user exit coding to achieve that. 
If you want to know how you can determine a different number range for sales orders based on the sales organization, please click here.
If you want to know how you can determine a different number range for delivery documents based on the shipping point, please click here.

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!

Author: Anupa Wijesinghe

Monday, December 1, 2014

IDoc Processing

IDoc (Intermediate Document) is a standard SAP document format which enables the connection of various systems. It’s a very common mechanism that’s used in today’s SAP world to transmit data from one source to the other. Therefore it’s always added advantage to know how IDoc’s can be handled and common transactions that is used in SAP for IDoc processing. 

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!

Author: Anupa Wijesinghe