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

Issue with bdc program for fd01

Former Member
0 Likes
1,203

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

10 REPLIES 10
Read only

manthanraja
Active Participant
0 Likes
1,131

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

Read only

Former Member
0 Likes
1,131

Moderator message - please do not use text speak

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,131

did you use call transaction or batch input session (sm35)?

did you run it using mode 'A' or mode 'E'?

Read only

0 Likes
1,131

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

Read only

0 Likes
1,131

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?

Read only

0 Likes
1,131

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

Read only

0 Likes
1,131

Resolved.

Read only

0 Likes
1,131

Please be kind with me (with us), tell me what was the issue and how you solved it!

Read only

0 Likes
1,131

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.

Read only

0 Likes
1,131

Thx for the feedback Neela, continue feedbacking on your next posts 😄