on 2012 Oct 14 7:36 AM
Hi all
This is regarding material master external number ranges
I have maintained alfa numeric external number ranges like below
when i am trying to create external material like A1234, ABC123 it accepting all alphabets
if i want to restrict material number starting with 'K' how can i do this
Ex: K0001,K2334
Thanks
Kiran
If you want the system to automatically assign a Prefix to all Material Masters internally then you can achieve it using the User Exit MGA00003.
Read the following documentation:
http://help.sap.com/saphelp_470/helpdata/en/ff/515ae349d811d182b80000e829fbfe/content.htm
But if you want to use the same externally it will not be of much use.
/Manoj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It will accept number as ----A------ to ----ZZZZZZZZZZZZ------- and creates material in transaction code: MM01
But system will not bring alphanumeric number of materials automatically during transaction code: MM01 as you wanted!
Go for use exit MGA00002 - Material Master (Industry): Number Assignment and check following two Function Modules, select as you needed.
EXIT_SAPLMG02_001 - Customer Exit: Internal Material Number Assignment
EXIT_SAPLMG02_002 - Customer Exit: External Material Number Assignment.
Regards,
Biju K
When you are using external number ranges the system, there is no control in maintaining the number as per the requirement, so even if you key in any word the system will accept that as an entry. So the only proper way is to implement this user exit so that there can be some control in enforcing this requirement.
/Manoj
Hi,
Please check this also
http://scn.sap.com/message/10963095#10963095
and
http://scn.sap.com/message/10830335#10830335
Thanks
VG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kiran,
Use user exit MGA00002 for your requirement. here check function madule EXIT_SAPLMG02_001
Regards
Vikrant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.