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

BDC For FB01

Former Member
0 Likes
567

Hi Friends,

Anyone who had developed the BDC for FB01 T-code, please send me the source code . I am not able to create BDC for both header and line itemswise.

Deepak.

Hi Friends,

Anyone who had developed the BDC for FB01 T-code, please send me the source code . I am not able to create BDC for both header and line itemswise.

Deepak.

3 REPLIES 3
Read only

Lakshmant1
Active Contributor
0 Likes
527

Hi Deepak,

check BDC standard program RFBIBL00 or FM

BAPI_ACC_GL_POSTING_POST

BAPI_ACC_DOCUMENT_POST

Also check

Hope this helps

Thanks

Lakshman

Read only

0 Likes
527

Dear Lakshman,

Thank You ,Its request if you can arrange the BDC soruce code where you have done loop at item level.

Deepak.

Read only

Former Member
0 Likes
527

Deepak - BDC sessions for FB01 are notoriously difficult. There are two reasons for this.

The first is that you have to enter the posting key for the next line item on the previous item's screen. This can be done, but is tricky.

The second is that there is a coding block that appears in batch input (but not during manual entry) to enter other financial account data (like the cost center).

It will be easier for you to take Lakshman's advice and use either a BAPI or RFBIBL00.

Rob