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

Table control in BDC

Former Member
0 Likes
363

Hi Experts,

Can any one say what is table control in BDC

3 REPLIES 3
Read only

Former Member
0 Likes
333

Table control in a BDC is a table control in the BDC

Read only

Former Member
0 Likes
333

Hi,

Table control in BDC can be explained as -

Let us take example of Purchase requisition . Where one header record and multiple line items.We do not know how many line items will be there in the flat file. So when we do recording in SHDB and use recording for coding purpose , we need to code it bit differently than normal BDC. Before coding we need to consider no of items per page and action after page down.

For table controll Idx is used to specify index of the line items on the screen

on default screen there are 16 items after 16 lines page down is placed

this is indicated by '=NP'

e.g.

PERFORM BDC_DYNPRO USING 'SAPMM06B' '0106'.

CONCATENATE 'EBAN-BNFPO(' IDX ')' INTO FNAM.

PERFORM BDC_FIELD USING 'BDC_CURSOR'

FNAM.

CONCATENATE 'EBAN-BNFPO(' IDX ')' INTO FNAM.

Read only

0 Likes
333

Moderator message - Please do not ask or answer basic questions - thread locked

Rob