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
689

Hi

experts.i have done a bdc program using va02 .but the problem is that in third screen the data r not cming for tracking no & supplyplant.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

Hi Gaurav,

Do the recording one more time and enter the valuse once again and check.

I think there may be some recording problem otherwise it has to show the values.

Rewward points if u find this suggestion helpful.

Thanks,

Yuvaraj

6 REPLIES 6
Read only

Former Member
0 Likes
667

Hi Gaurav,

Do the recording one more time and enter the valuse once again and check.

I think there may be some recording problem otherwise it has to show the values.

Rewward points if u find this suggestion helpful.

Thanks,

Yuvaraj

Read only

Former Member
0 Likes
666

please check your mapping i mean to say the perform statement for that perticular field

Read only

Former Member
0 Likes
666

experts.i have done a bdc program using va02 .but the problem is that in third screen the data r not cming for tracking no & supplyplant.

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'.

Read only

former_member182354
Contributor
0 Likes
666

Hey Gaurav how is u ??

basically BDC is very tricky ....wat u can do is check if the Flat file is alright and

run the recorded stuff from SHDB and check if it is recorded well ...for this select recording and press process....

Then u can transfer the recorded stuff to program and then check if its goin on well !!

Read only

Former Member
0 Likes
666

please chk bdc record in shdb.

run the bdc in display mode.

all values run sucessful.

set break point particuler screen.

add run.

values set in field screeen.

some time currency field not set in screen.

examp currency 13

data netwr type netwr wrong

data netwr(13) type c correct.

please try it.

Read only

Former Member
0 Likes
666

Hi,

Do recording one more time and generate program from the recording. Execute the generated program and pass the test data. You will find the all the screen for your recording.

I thnik you have missed to mention correponding screen no or passing wrong field names. Check your program with recording program.

reward points if helpful.

regards,

Kishore