2007 Apr 13 12:07 PM
Hi gurus,
Can any body explain me about table contol in dialog programming.
2007 Apr 13 12:12 PM
2007 Apr 13 12:12 PM
2007 Apr 13 12:12 PM
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.
Hope this resolves your query.
Reward all the helpful answers.
2007 Apr 13 12:14 PM
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
2007 Apr 13 12:18 PM
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