cancel
Showing results for 
Search instead for 
Did you mean: 

How to park an FI document using BDC in Workflow

Former Member
0 Kudos

Hi,

I want to park FI document using some background process.

Can i use BDC in my WF for this purpose.

If yes, kindly guide me through this.

Regrds

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

In your BO method which is mentioned in the wf step, you have to write the BDC. Make the wf step as background. Better park through function modules. Use FM like 'BAPI_INCOMINGINVOICE_PARK' or 'MRM_INVOICE_PARK'.

Former Member
0 Kudos

Hi,

Thanks for your reply.

I need to park an FI accounting journal document rather than an AP (invoice) document.

if we can use BDC in workflow,Can you pleas let me know the process ?

Regards

Former Member
0 Kudos

In the BO of workflow step, where you are planning to park the invoice, create a method for parking. Write the BDC in that method of the BO. The BO is generally FIPP or BKPF. You can create a subtype and delegate it for creating your custom methods in it.

Former Member
0 Kudos

hi,

I am not sure about parking the document using BDC but as far as calling the BDC in the workflow is concerned, yes you can call a BDC in the background step.

Regards,

Saurabh Anand

bpawanchand
Active Contributor
0 Kudos

Hi

Instead of BDC use Function module MRM_INVOICE_PARK

or go for a BAPI BAPI_INCOMINGINVOICE_PARK

Regards

Pavan