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 error

Former Member
0 Likes
878

Please use a meaningful subject in future

I created BDC for Tcode F-32.

one document in note pad . i am executing the BDC mode 'A' ( All Screens ) , it's clearing correctly.

if i am executing the mode 'N' ( N o screens ) . other than the notepad pad document remaining all documents all clearing .

plz solve my porblem .

Regards.

Hari.'

Edited by: Matt on Oct 28, 2009 3:39 PM

7 REPLIES 7
Read only

Former Member
0 Likes
811

Please use a meaningful subject line

And its hard to suggest without knowing how you have recorded the transaction

Read only

Former Member
0 Likes
811

Your wordings are very unclear .

Please specify the exact issue .

Read only

0 Likes
811

I created BDC for Tcode F-32.

IF i am executing the BDC mode 'A' ( All Screens ) , it's clearing correctly WHAT I PUT IN WORDPAD.

if i am executing the mode 'N' ( N o screens ) . other than the notepad pad document remaining all documents are in FBL5N are clearing .

plz solve my porblem .

Regards.

Hari.'

Read only

0 Likes
811

I dont know what you have in your BDC recording but here is simple statements

  • Enter the Document to clear and the Acct Doc that posted

'1' 'SAPMF05A' '0731',

' ' 'RF05A-SEL01(01)' g_belnr.

G_BELNR is the document number may be in your case it will be the document number from notepad

Read only

0 Likes
811

Hi,

Try to place break point in the beginning of the bdc loop and check the process for 'N'ode in debugging mode and check of the document from your notepad is getting populated in to the corresponding internal table field. if yes, then check if the loop is properly executed and BDCDATA structure is appended with that data.

Thanks

Ramya

Read only

matt
Active Contributor
0 Likes
811

Please use a meaningful subject in future

Read only

Former Member
0 Likes
811

If you are using Call_transaction, use "WAIT UPTO XX seconds" command. The system usually takes a few seconds to post the transaction and that was the reason the "A" screen mode was processing and not the "N" mode.