cancel
Showing results for 
Search instead for 
Did you mean: 

Classification needs to be editable in locked status by function module

Former Member
0 Kudos

Hi,

I need to change classification for a document, while the document is in locked status.

In my tests, I used the module API_DOCUMENT_MAINTAIN2 - and set the parameter PS_API_CONTROL-CHECK_LEVEL = '0'.

Is the an other way to change classification for a locked status, so that the BAPI BAPI_DOCUMENT_CHANGE2 could be used?

Best regards,

Roland

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Only way to do this is with BAPI_DOCUMENT_LOAD. Parameter FORCE_UPDATE = 'X'. Problem is that this BAPI cannot be used in BATCH.

Otherwise no other way.

Phillip