SAP SD Enhancement (2024) - Alpha Numeric number range in sales order

preview_player
Показать описание
In this session, SAP SD AND ABAP LEAGUE SUPPORT Raj is going to discuss about SAP SD Enhancements. In SAP SD support project or SAP SD implementation project if business requirement is not fulfilled with in standard design, then we go for enhancing standard functionality. As a SAP SD consultant should know about enhancements in SAP SD.

Check out the play list "SAP SD Enhancements":

Enhancement 12: Generating alpha number range for sales order.
FM: NUMBER_GET_NEXT
MV45AFZZ - USEREXIT_SAVE_DOCUMENT OR MV45AFZZ - USEREXIT_SAVE_DOCUMENT_PREPARE
IF VBAK-AUART = ‘OR’.
VBAK-VBELN = ‘HYD0000583’.
Restrictions on this alpha numeric number range:
• Length of VBLEN is 10 characters
• Number range object is RV_BELEG
• Maximum we can have five alphabetic letters
• We should not use characters like B, C, D, S, N, R, P, T, G, PDB AND TMP. Example B00001234, C000783882
Рекомендации по теме
Комментарии
Автор

Thank you so much for your explanation..😊

sandeepsankavenkata
Автор

We have custom FM which is used to update ztable from external software but how we can find in which program that FM is used.

dipkadam
Автор

Hi, Basically number ranges are not transportable right, How can we save the TR? If yes did the system will ask the TR, while creating.

Tirumalesh-
Автор

Hi Bro,

Thank you for the video..
According to my understanding, you used here hard coded right?
In the required do we need to modify the code to remove trailing zeros and append to document number ?

manoharmanu