cancel
Showing results for 
Search instead for 
Did you mean: 

RFC or BAPI for fb03 transaction call

Former Member
0 Kudos

When you execute the fb03 transaction call in SAP GUI, you got a screen asking you to enter Document number, company code, Fiscal year.

I'm trying to create a web dynpro application that does the same as fb03.

Is there an RFC or BAPI that takes the same set of parameters and return same results.

Accepted Solutions (1)

Accepted Solutions (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Adel,

Welcome to SDN.

Please try this FM/BAPI.

<b>FI_DOCUMENT_DISPLAY_RFC</b>

<b>BAPI_ACC_DOCUMENT_DISPLAY</b>.

Hope this will help.

Regards,

Ferry Lianto

Former Member

Thank you so much Ferry,

one more thing I forgot to ask, I want also to show the document list. When you click on document list in fb03 in SAP GUI, you got a screen to enter range of values for Document Number, Company code, Fiscal year.

Any help

former_member803861
Discoverer
0 Kudos

Thank you so much Ferry !

Answers (1)

Answers (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Adel,

You can try this FM.

<b>FI_DOCUMENT_READ

FI_DOCUMENT_LIST_DISPLAY</b>.

Hope this will help.

Regards,

Ferry Lianto