cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic check in CV01N

venu_ch8
Active Contributor
0 Kudos

Hello DMS consultants,

Normally, In CV01N we check Check in orgin option to pass those documents to content repository but my business requirement is check in orgin should be done by automatic.

Is there any possibility from DMS part?

Thanks a lot

Venugopal

Accepted Solutions (1)

Accepted Solutions (1)

former_member188458
Active Participant
0 Kudos

Hi venu,

For auto-checkin the file in CV01N or CV02N tcodes , you need to do below:

1) Mark the Check-In flag as true in DC10 Configurtaion at the status where you wnat to allow auto-checkin as shown below

2) Next , you need to implement BADI - DOCUMENT_STORAGE01 from SE18, method BEFORE_LIST_STORAGECAT ,

so that the returning parameter of the method - STORAGECAT_LIST , returns only a single storage category .

BR

Answers (1)

Answers (1)

venu_ch8
Active Contributor
0 Kudos

Hello Rini,

Thank you so much for your information,

Yes, your post may be helpful as below link explains the complete process in BADI.

https://wiki.scn.sap.com/wiki/display/PLM/Setup+for+having+a+default+storage+category

Thanks a lot

Venu