cancel
Showing results for 
Search instead for 
Did you mean: 

Document Number generation as per the client requirment

Former Member
0 Kudos

Hi,

I would like to generate the document no as per our client's document numbering logic. This is not available in standard.

In additional data tab am collecting information from user (Characteristics values) to generate document number.

E.G.

I have 2 characteristics

1. Part Type:

Values: A - Type 1

B - Type 2

2. Part Code:

Values: 01- Part 1

02 - Part 2

03 - Part 3

When am creating document am selecting Part Type = A & Part code = 02 so my document number is A-02. ("-" : constant).

I am planning to use BADI "DOCUMENT_MAIN01" - method "ASSIGN_NUMBER".

In this method how can i get the characteristics values which filled user on screen ? Is there any Function Module for that ?

I tried Function Module "CTMS_DDB_CLOSE" but this is not released also this is not working in Easy DMS.

Is there any other way i can take i/p from user to generate document number ?

Regards,

Sunny

Edited by: Sunny on Sep 25, 2008 9:09 PM

Accepted Solutions (1)

Accepted Solutions (1)

ttripati_subudhi
Explorer
0 Kudos

Hi Sunny,

An experienced ABAPer can capture the required information from the sub screen(additional data) number (4000) and the subscreen program (SAPLCTMS). This data can be used in the method of the BADI.

Regards,

T T Subudhi

Answers (0)