SAP for Higher Education and Research Discussions
Spark conversations about student engagement, research optimization, and administrative efficiency using SAP in higher education and research. Join in!
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Alpha numeric BP numbers in SLCM which will be in sync with student number?

Former Member
0 Kudos

Dear All,

We are trying to have same BP and Student number in SLCM. This functionality works when we have chosen numeric ranges.

However requirement is to have alpha numeric number range (i.e. AA00000001 - ZZ99999999).

Can anyone tell me how can we achieve this functionality? And we are not using CRM or any other system just SLCM.

Kind Regards,

SJ

1 REPLY 1

Former Member
0 Kudos

Hi Supriya,

An alpha numeric no. range in standards can only be created Externally. But If you have to have to create it internally the you would have to Concenate or Hard code in the User-Exits that are provided for the Function modules for NRIV tables for object:- Business Partner. OR Ask your ABAPer to try Class interface   /FSIH/CL_BP_ITV in the package /FSIH/AI_BUSINESS_PARTNER where you can get the attribute PARTNER_NR. It here where you need to find an enhancement or exit in the main program. to give your concenated Alphanumeric no. range.

Or other wise you can have an external no. range eg:

XX                   A        ZZZZZZZZZZZ                        Ext.

in the no. range assignment for Business partner.

Thanks

Prashant Sharma