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 problem

Former Member
0 Likes
326

i wnt to create BDC for VA02.

i can create BDC but my problem is how to check itab-matnr is equal to matnr is in table control.

3 REPLIES 3
Read only

Former Member
0 Likes
299

try to make use of BAPI ,

<b>BAPI_SALESORDER_CREATEFROMDAT2</b> check its documentation also

Regards

Prabhu

Read only

Former Member
0 Likes
299

Hi,

You cannot do this. Have data in your BDC such that it always matches the data in transaction. Otherwise there is no way you can get the data from some transaction dynamically.

Read only

Former Member
0 Likes
299

Impossible to do that using BDC recorded code, you should select the data from database ( in the case of VA02 table is VBAP ) and then compare it with your itab.

Message was edited by:

Sharath kumar R