‎2010 Mar 06 10:35 AM
Hi experts,
I am trying to create a bdc for fd01. I have done the recording and program also. But when i execute the program i c that no values r been uploaded. But i checked debugging and found all the values r populating correctly wht could be the problem..Pls guide me in solving the issue.
Thanks in advance,
Neela
‎2010 Mar 06 1:04 PM
hi neela you issue has been resolved
[HERE|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bdc-for-customer-and-vendor-creation-384454]
Hope this helps
BR
M
‎2010 Mar 06 9:19 PM
‎2010 Mar 06 10:38 PM
did you use call transaction or batch input session (sm35)?
did you run it using mode 'A' or mode 'E'?
‎2010 Mar 08 5:34 AM
Hi,
I am using mode 's'. All data r been populated in the bdc table also but the values r not getting inserted. BDC_Insert function is not executed at all. Pls guide me with this issue.
Thanks in advance,
Neela
‎2010 Mar 08 8:48 AM
I was not talking about the update mode (S(ynchronous), A(synchronous) or L(ocal)), but about the display mode (A(ll screens)), E(rror only) or N(ever)). So?
Do you run it using CALL TRANSACTION or BDC session (BDC_OPEN, BDC_INSERT, BDC_CLOSE) + SM35 transaction?
‎2010 Mar 08 9:45 AM
Hi,
Sorry the mode is 'a'. I m using call transaction. I have also tried with insert_bdc but the values r not getting inserted. I have tried in lsmw also i have the same issue. So pls guide me.
Thanks in advance,
Neela
Edited by: Neela M B on Mar 8, 2010 3:16 PM
‎2010 Mar 08 11:23 AM
‎2010 Mar 08 1:15 PM
Please be kind with me (with us), tell me what was the issue and how you solved it!
‎2010 Mar 10 9:34 AM
Hi Sandra,
I was trying to upload customer master in fd01 using bdc. The screens were different while recording. So could not perform the upload. Thenone screen was skipped so that the bdc was working fine and the data was uploaded.
This is the flow of the recording.
'SAPMF02D' '0105'.
SAPMF02D' '7105'
SAPMF02D' '0111
SAPMF02D' '0120
SAPMF02D' '0130
SAPMF02D' '0210
SAPMF02D' '0215
SAPMF02D' '0220'
SAPMF02D' '0230'
SAPMF02D' '0610
After the second screen was deleted the bdc worked fine.
‎2010 Mar 10 9:48 AM
Thx for the feedback Neela, continue feedbacking on your next posts 😄