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

Function module for table control

Former Member
0 Likes
399

Hi experts,

I am creating the BDC program, In that I need to select the particular item from the table control say for example item 0010 or 0020 based on the input file and need to process from there.

Is there any function module to select the particular item by passing item no say 0010 or 0020.

Thanks in advance

sai

1 ACCEPTED SOLUTION
Read only

santosh_kumarm
Participant
0 Likes
326

Hi

I suppose there is no function module for table control.

below solution might be useful to you.

1) Do BDC recording for the table control with each condition you would like to incorporate in your program.

2) copy the code of Table Control recording in your program and place the code in Loop of internal table.

3) based on the condition call the respective BDC recording of the table control

4) By the above steps you can manage the table control based on the condition.

Regards

Santosh Kumaar.M

1 REPLY 1
Read only

santosh_kumarm
Participant
0 Likes
327

Hi

I suppose there is no function module for table control.

below solution might be useful to you.

1) Do BDC recording for the table control with each condition you would like to incorporate in your program.

2) copy the code of Table Control recording in your program and place the code in Loop of internal table.

3) based on the condition call the respective BDC recording of the table control

4) By the above steps you can manage the table control based on the condition.

Regards

Santosh Kumaar.M