‎2007 Jul 27 11:59 AM
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.
‎2007 Jul 27 12:06 PM
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
‎2007 Jul 27 12:06 PM
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
‎2007 Jul 27 12:16 PM
please check your mapping i mean to say the perform statement for that perticular field
‎2007 Jul 27 12:48 PM
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'.
‎2007 Jul 27 1:01 PM
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 !!
‎2007 Jul 27 1:21 PM
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.
‎2007 Jul 27 1:31 PM
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