Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FI Module Tcodes for BDC

Former Member
0 Likes
793

Hi SAP ABAP gurus,

Can you please pass few transaction codes in FI (Finance) module for which we can write BDCs.

Plz urgent.

Thanks,

Vinay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

FB01.

Rob

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
733

It is very hard to write BDC for FI documents. You can use other optoins like BAPI_ACC_DOCUMENT_POST or use the standard program RFBIBL00 for this.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
734

FB01.

Rob

Read only

Former Member
0 Likes
733

Thank you very much.

Yes though it is difficult to write BDCs , we can you Stnd BAPIs or we can try SHDB to write BDC.

What i am trying to ask is where are the most chances for which transaction codes in FI we might need BDC or BAPI to create data.

Like we ave GL master data, Cost center master data or some transaction data

we need either BAPI or BDC or some stnd prgs.

My question is What are the transaction codes for which there might be a chance to upload or create doc using any BDC or BAPI or infact using any stnd procedure.

Thanks in advance.

Vinay.

Read only

0 Likes
733

Although FB01 is the standard batch input transaction to create documents, it is pretty tricky to use.

RFBIBL00 is a standard program which hides that complexity from the programmer. We generally try to use that for interfaces. Although, I've done so many of them, I quite often use batch input for FB01.

The standard BAPIS are easier to use though.

Rob