‎2007 Jul 28 10:15 AM
Hi
experts i have written a bdc program(va02) .in that progarm the first screen is displayed then the second screen but on third screen the values r not coming i have debuged the program the values r coming in itab but when i run va02 transaction the values r not cming
.should i do the recording once more?
‎2007 Jul 28 10:42 AM
Check the entried in internal table BDC_TAB where u have append the values for ProgName and Screen if it is correct. and check the screen and prog name for 3rd screen of the transaction by going SYSTEM-> STATUS.
If it doesn;t work then do re-recording..
Regards
Prax
‎2007 Jul 28 10:42 AM
Check the entried in internal table BDC_TAB where u have append the values for ProgName and Screen if it is correct. and check the screen and prog name for 3rd screen of the transaction by going SYSTEM-> STATUS.
If it doesn;t work then do re-recording..
Regards
Prax
‎2007 Jul 28 10:44 AM
Hi
it shows that the recording was not done properly with the correct sequence of the screens
No values are coming into that screen means you have missed that screen sequence and that was not populated in the program
first you do a single transaction in VA02 and note down the screen sequence and field sequence then once again record the BDC and prepare the program and run the BDc and see
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 28 4:20 PM
hi,
while calling the transcation, use mode A.
example: call transcation VT02n mode ' A' using gt_bdcdata.
Regards,
Niyaz