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: 

about tablecontrols in BDC

Former Member
0 Kudos

Hi all,

can anyone let me know about tablecontrols in BDC's.

I ll be very thankfull to u all.

regards,

gopi....

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi,

Pls. refer the following threads :

Best regards,

Prashant

5 REPLIES 5

former_member223537
Active Contributor
0 Kudos

Hi,

Pls. refer the following threads :

Best regards,

Prashant

gopi_narendra
Active Contributor
0 Kudos

Refer these threads

Former Member
0 Kudos

Hi Gopi,

Use CALL TRANSACTION 'ME21N'  OPTIONS FROM w_ctu_params.( type CTU_PARAMS)

<b>This structure contains the follwing:-</b>

DISMODE : Display mode (like the MODE addition)

UPDMODE: Update mode (like the UPDATE addition)

CATTMODE: CATT mode (controls a CATT)

CATT mode can have the following values:

' ' No CATT active

'N' CATT without single-screen control

'A' CATT with single-screen control

DEFSIZE : Use default window size (Here we are handling those transaction by giving default window size)

RACOMMIT: Do not end transaction at COMMIT WORK

NOBINPT : No batch input mode (that is, SY-BINPT = SPACE)

NOBIEND : No batch input mode after the end of BDC data.

The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:

'X' Yes

<b>Refer the below link for Example Programs:-</b>

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm

Regards

Sudheer

Former Member
0 Kudos

hi

let me explain in simple words. normally on a screen u can show the details of one record. like name, address, language key etc for a vendor. when it comes to vendor bank details u have many for a single vendor. so in transaction XK01 u have a table control for maintaining vendor bank details.

another example is a <b>purchase order</b>. u have purchasing org. this is only one for one order. but when it comes to items, u can have many per one order. so u have to show many records(items) at a time. so u need to have a tabe or let me call it a table control.

for creating and maintaining a table control u can see documentation which explains the procedure and some syntax u have to follow is there.

hope this gives u an idea. if more help needed write back.

reward if useful...

0 Kudos

Hi pawan,

I am New to ABAP...I would like to know about "Table controls using BDC",,,

what are the major problems that occur while using table controls in BDC ..I need a documentation of these..and also a step by step procedure....can u help me in this regard..pls mail me those documents @tangirala_sriram@yahoo.co.in

Message was edited by:

tangirala sriram