cancel
Showing results for 
Search instead for 
Did you mean: 

BDC or BAPI for uploading the documents in CV01N

Former Member
0 Kudos

Hi All,

While creating the recording for BDC or BAPI for uploading documents in CV01N,i cant record the the addition data like characteristics i have created .

Please guide me how we can achive this.We have upload thousands of documents and in each document we have various characteristics.

Muzamil

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi,

You can use BAPI_DOCUMENT_CREATE2.

Tables - DOCUMENTFILES - Originals.

The tables 'DOCUMENTFILES' contain the entries about originals that you you want to allocate to the document.

Characteristc Valuation to a Document

All information about class assignment and characteristic values that can be relevant for documents are in the tables 'CLASSALLOCATION' and 'CHARACTERISTICVALUES'.

The meanings of the structure fields can be found in the documentation of the bapi.

Regards,

Keerthi

Former Member
0 Kudos

Hi Muzamil,

The BAPI is BAPI_DOCUMENT_CREATE and for additional data values are 'CHARACTERISTICVALUES'.

Hope this will resolve the query.

Regards,

Ravindra

Former Member
0 Kudos

Hi

use Bapi 'BAPI_DOCUMENT_CREATE2', in tables parameter 'CHARACTERISTICVALUES' you can pass the characteristic values also.

Regards

Neelima

MangeshP
Active Contributor
0 Kudos

Hi Muzamil Firdosi ,

For uploading the documents in mass, use the BAPI.

The name of BAPI is " BAPI_DOCUMENT_CREATE2".

You can use this BAPI to create documents and all data that belongs to it.

You can create a document info record with the following data:

Langauge dependent short and long texts

Any number of originals

Object links

Classification characteristics

Do not go for BDC or LSMW. Use BAPI only.

With regards

Mangesh Pande