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 Message Issue

Former Member
0 Likes
713

Hi Guys,

I am facing one issue in F-02 BDC. I am getting all messages in 'A' mode sometime but not in 'N' mode. BDC running succesfully.

CALL TRANSACTION 'F-02' USING it_bdcdata MODE bdc_mode UPDATE 'S' MESSAGES INTO it_bdc_msg[].

2 REPLIES 2
Read only

Former Member
612

Solved. I write CLEAR statement

*----------------------------------------------------------------------*
* Start new screen *
*----------------------------------------------------------------------*
FORM bdc_dynpro USING program dynpro.

CLEAR it_bdcdata.

.......

.....

Read only

roberto_forti
Contributor
0 Likes
612

Hi Abhishek,

Consider reading the below SAP link. It is going to help you about working with this issue.

https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/abapcall_transaction_using.htm

Regards,

Roberto