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[].
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
Solved. I write CLEAR statement
*----------------------------------------------------------------------*
* Start new screen *
*----------------------------------------------------------------------*
FORM bdc_dynpro USING program dynpro.
CLEAR it_bdcdata.
.......
.....