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
523

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
495

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

3 REPLIES 3
Read only

Former Member
0 Likes
496

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

Read only

Former Member
0 Likes
495

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

Read only

Former Member
0 Likes
495

hi,

while calling the transcation, use mode A.

example: call transcation VT02n mode ' A' using gt_bdcdata.

Regards,

Niyaz