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
828

hi,

i want to write a bdc for fb01.

here i am having different combinations for posting keys

like 15/01,15/40... 40/50.... 35/01,35/40...

all together i having 8 combinations.

it is calling different screens for different posting keys.

how to write the conditions for that.

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
789

I think BDC using FB01 can be a bit fiddly since FI config changes can drastically change how the transaction works

Consider instead using the FM POSTING_INTERFACE_DOCUMENT or even the RFBIBL00 methods (there is lots of info on these on SDN)

hope this helps

hi,

i want to write a bdc for fb01.

here i am having different combinations for posting keys

like 15/01,15/40... 40/50.... 35/01,35/40...

all together i having 8 combinations.

it is calling different screens for different posting keys.

how to write the conditions for that.

regards

4 REPLIES 4
Read only

Former Member
0 Likes
789

Hi

Do recording for all the possible combinations and write a condition that based on the combination the screens should be picked up..

Regards,

Vishwa.

Read only

Former Member
0 Likes
790

I think BDC using FB01 can be a bit fiddly since FI config changes can drastically change how the transaction works

Consider instead using the FM POSTING_INTERFACE_DOCUMENT or even the RFBIBL00 methods (there is lots of info on these on SDN)

hope this helps

Read only

Former Member
0 Likes
789

Hi,

alternativ you can:

1. fill IDOC-Structur FIDCCP02 in Messagetype FIDCC2

2. send this IDOC to your own System as Inbound with FB "call function 'IDOC_INBOUND_WRITE_TO_DB' "

3. start standard inputprocess these IDOC-Messagetype

advantage:

if there any problems you can watch IDOC-Status witch Transaction BD87 or edit the IDOC

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
789

Hi ,

BAPI_ACC_DOCUMENT_POST , is used for FB01 Transaction