cancel
Showing results for 
Search instead for 
Did you mean: 

How to release FI document

Former Member
0 Kudos

Hi,

We recently had an upgrade and one of our programs to release a parked document was decommissioned.  We are now having problem how to release an FI document, we need to release the doc to make it go to another inbox but still parked.

Do we have a standard t-code for release of workflow?

Regards,

Cindy

Accepted Solutions (0)

Answers (3)

Answers (3)

Richa_Gupta
Contributor
0 Kudos

Hi Sirikit,

Simply create user decisions in your workflow for approvals. After all approvals are done, then call method POST of business object FIPP to post the parked journal entry.

Richa

Former Member
0 Kudos

You could take a look to function PRELIMINARY_POSTING_RELEASE (which gets called by FIPP->RELEASE method).

In general I am not sure what you are trying to achieve and how your current process is meant to work? There might be somehow easier and "more standard" way of doing things. Normally the workflow takes care of the releasing (with the above-mentioned method if I remember correctly) after the needed approvals have been done. So, what is the role of your program that was decomissioned?

Regards,

Karri

SandySingh
Active Contributor
0 Kudos

Hello Cindy,

Are you using a Workflow for posting a parked document. If so you can just create a backgroubd step with BOR- FIPP and method RELEASE to release a parked document and then send it for review . One approved by user , WF will post it .

Refer to link below

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70c047fa-e64a-2e10-fda1-9ee0f7c24...

Regards

Sandy