Application Development 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: 

BDC for VD51

Former Member
0 Kudos

Hi,

I am trying to create BDC for VD51 transaction.

But in this transaction i have not found any icons for PAGE DOWN or NEXT LINE.

In this case how can i do bdc recording for table control.

Thanks and regards,

shyla

3 REPLIES 3

Former Member
0 Kudos

Based on This you can upload for tabctrl...

Sample Code.

LOOP AT it_mat.

  • declare the field idx integer *

idx = idx + 1.

CONCATENATE 'MV10A-MATNR(' idx ')' INTO fnam.

PERFORM bdc_field USING fnam

it_mat-matnr.

ENDLOOP.

Former Member
0 Kudos

If there is no button for page down. then you use the key board page bown button while recording.

0 Kudos

Hi sadiqulla,

Keyboard pagedown is not recording in bdc.

Thanks,

shyla