cancel
Showing results for 
Search instead for 
Did you mean: 

how status can be changed programatically?

Former Member
0 Kudos

Hi all,

Is there any function module which will change the status of document?If so please mention it.

or how can we change the status programmatically?

Quick Response will be appreciated..

Thanks,

Martina.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Martina,

You can change the status programmatically, but for that you need some abap developement.

You can change the doc status directly from the sap inbox also.

Use following bapi to do this.

CVBAPI BAPIs for document info records

BAPI_DOCUMENT_GETSTATUS Read Document Status

BAPI_DOCUMENT_GETSTATUSLIST Determine Status List for a Document Type

BAPI_DOCUMENT_SETSTATUS Set Document Status

Regards,

Nitin

Award Point if useful

Answers (0)