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

Former Member
0 Likes
457

Hi

experts i new to bdc . have done recording for va02 .in first & second screen the values are coming but for third screen the values r not coming for tracking no(bednr) and supplyplant .i have done the recording for those screen but of no use.please help.the values r cming on itab but not on screen.

PERFORM bdc_dynpro USING 'SAPLEBNE' '0102'.

PERFORM bdc_field USING 'BDC_CURSOR'

'EBAN-BEDNR'.

PERFORM bdc_field USING 'EBAN-BEDNR'

itab-emo_tracking_no.

PERFORM bdc_field USING 'BDC_CURSOR'

'EBAN-RESWK'.

PERFORM bdc_field USING 'EBAN-RESWK'

itab-emo_supply_plant.

PERFORM bdc_field USING 'BDC_OKCODE'

'=SICH'.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

Hi,

Instead of BDC, why don't you use the bapi <b>BAPI_SALESORDER_CHANGE</b>,

Here is the link for a sample porgram

Regards

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
380

Hi,

Instead of BDC, why don't you use the bapi <b>BAPI_SALESORDER_CHANGE</b>,

Here is the link for a sample porgram

Regards

Sudheer