2008 Sep 25 10:35 AM
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
2008 Sep 25 11:18 AM
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
2008 Sep 25 10:37 AM
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.
2008 Sep 25 11:18 AM
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
2008 Sep 25 11:47 AM
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
2008 Sep 25 11:51 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |