cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or FM for transaction F-30

0 Kudos

Hi there,

I wanted to know if there is any existing BAPI or FM that runs transaction F-30 in the background?

I want to clear as well as post documents using this transaction F-30 in the background.

Thanks,

Deepti

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear .

Please check this site :

[ http://www.techsides.com/abap/how-to-use-posting_interface_clearing-fb05/];

I hope that's can help you solve your problem

0 Kudos

Use FM:

POSTING_INTERFACE_START

POSTING_INTERFACE_CLEARING

POSTING_INTERFACE_END

Former Member
0 Kudos

Hi.

I would try with transaction SHDB, it is a recorder that allows you to convert the recording into a FM. Then you can call it with your parameters.

Hope this helps.

Ignacio.

Former Member
0 Kudos

Hi,

Try with:

Bapi_Acc_Document_Post

Bapi_Acc_Document_Check

regards,

0 Kudos

Hi Daniel,

My main intention is to post as well as "clear" the documents.

Also clearing should be for multiple account lines. Just like how F-30 has a box to enter next line info.

These two BAPI's you mentioned just do a posting. It is not related to clearing.

Thanks,

Deepti