‎2009 Oct 28 12:32 PM
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
‎2009 Oct 28 12:35 PM
Please use a meaningful subject line
And its hard to suggest without knowing how you have recorded the transaction
‎2009 Oct 28 12:40 PM
Your wordings are very unclear .
Please specify the exact issue .
‎2009 Oct 28 1:17 PM
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.'
‎2009 Oct 28 3:46 PM
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
‎2009 Oct 28 4:37 PM
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
‎2009 Oct 28 2:40 PM
‎2009 Oct 28 9:09 PM
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.