‎2009 Dec 04 4:56 PM
‎2009 Dec 04 5:03 PM
‎2009 Dec 04 5:26 PM
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.
‎2009 Dec 04 5:41 PM
Moderator message - Please do not ask or answer basic questions - thread locked
Rob