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: 

Table control in dialog programming

Former Member
0 Kudos
126

Hi gurus,

Can any body explain me about table contol in dialog programming.

1 ACCEPTED SOLUTION
4 REPLIES 4

Former Member
0 Kudos
57

Hi Surya,

I am providing some syntaxs go though that.

Check this info.

syntax:

CONTROLS .

if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.

u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.

Go through this urls.

www.saptechnical.com

www.sap-img.com

Hope this resolves your query.

Reward all the helpful answers.

Former Member
0 Kudos
57

in

PAI

loop at itnternal table using table control name.

end loop

in

PBO

loop at Itab

this table control used for scrolling purpose

in up and down by checking the contents

Regards

praveen

Former Member
0 Kudos
57

Hi,

PLz check the code.

Check this info.

syntax:

CONTROLS .

if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.

u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.

Check these link:

http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm

http://www.sap-img.com/abap/question-about-bdc-program.htm

http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/

http://www.planetsap.com/bdc_main_page.htm

Rgds,

P.Nag