cancel
Showing results for 
Search instead for 
Did you mean: 

To add the object link at a time more than 13 line items

0 Kudos

Dear All,

Can you help me regarding the below statment.

In object link in cv01n and cv02n t-code have limitation to add the object at a time 13 line items. If you add the more than 13 line items it takes time. If there is any provision to add the more than 13 line items at a time.

Thanks

Asutosh

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi,

In transaction CV02N unfortunately this is not possible to enlarge the line number. To add a lot of objects to a document info record you may use DMS BAPI_DOCUMENT_CHANGE2. You can use BAPI_DOCUMENT_GETDETAIL2 to read out the current document data and then hand over to BAPI_DOCUMENT_CHANGE2, where you can add new objects in table 'OBJECTLINKS'.

Best regards,

Christoph