Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

document numbering in DMS

Former Member
0 Likes
759

Hi Experts,

I need to generate external document numbering to the documents created using transaction cv01n depending upon the number of documents in the system and not in the DB table DRAW.

Eg: if i have created a document of type 'abc' and if its the first document type of abc in the dms system its numbering should be abc-1 . If it is second , numbering should be abc-2 and so on.

My problem is that i can provide its numbering depending upon the entries in DB table but not in the system. Please help.

Hi Experts,

I need to generate external document numbering to the documents created using transaction cv01n depending upon the number of documents in the system and not in the DB table DRAW.

Eg: if i have created a document of type 'abc' and if its the first document type of abc in the dms system its numbering should be abc-1 . If it is second , numbering should be abc-2 and so on.

My problem is that i can provide its numbering depending upon the entries in DB table but not in the system. Please help.

1 REPLY 1
Read only

Former Member
0 Likes
553

i dont know whether it will solve your problem or not ...go to tcode SNRO create the object for the no range.. now use fm NUMBER_GET_NEXT

or

GET_NEXT_NUMBERS for getting the next no..

regards

shiba dutta